COLOR #ADE6FB

HEX: #ADE6FB
RGB: (173,230,251)

Renk bilgisi

#ADE6FB contains mainly green and blue colors. #ADE6FB ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ADE6FB color RGB value is (173,230,251).

  • kırmız ton 173;
  • yeşil ton 230;
  • mavi ton 251.
RGB:
(173,230,251)
(68%,90%,98%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 230 of 255 = 90%
B 251 of 255 = 98%

173
230
251

R + G + B ~ 85%. #ADE6FB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 230 + 251 = 654 (100%)
R 173 of 654 ~ 26.45%
G 230 of 654 ~ 35.17%
B 251 of 654 ~ 38.38%

%26.45
%35.17
%38.38

CMYK RENK MODELİ

#ADE6FB rengi CMYK tonu (31,8,0,2).

  • camgöbeği tonu 31.08%
  • eflatun tonu 8.37%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(31,8,0,2)
C31M8Y0K2 
(31%,8%,0%,2%)
(0.31/0.08/0.00/0.02)	

CMYK yüzdeleri

%31.08
%8.37
%0
%1.57

Codes

Color #ADE6FB in popluar color models

ADE6FB
RGB173230251
HSL196°90.70%83.14%
HSB/HSV196°31.08%98.43%
CMYK31.08%8.37%0.00%
1.57%

Color #ADE6FB in popluar number systems.

HEXADE6FB
Decimal173230251
Binary101011011110011011111011
Octal255346373

Shades and tints

Shades of #ADE6FB

#ADE6FB
(173,230,251)
#9ED2E5
(158,210,229)
#8FBECF
(143,190,207)
#80AAB9
(128,170,185)
#7196A3
(113,150,163)
#62828D
(98,130,141)
#536E77
(83,110,119)
#445A61
(68,90,97)
#35464B
(53,70,75)
#263235
(38,50,53)
#171E1F
(23,30,31)
#000000
(0,0,0)

Tints of #ADE6FB

#ADE6FB
(173,230,251)
#B4E8FB
(180,232,251)
#BBEAFB
(187,234,251)
#C2ECFB
(194,236,251)
#C9EEFB
(201,238,251)
#D0F0FB
(208,240,251)
#D7F2FB
(215,242,251)
#DEF4FB
(222,244,251)
#E5F6FB
(229,246,251)
#ECF8FB
(236,248,251)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE6FB color. Also use rgb(173,230,251) instead hex code.

Text Font Color

.myTextColor { color: #ADE6FB; }

<p style="color:#ADE6FB">This sample text font color is #ADE6FB.</p>

This text font color is #ADE6FB.


Background Color

.myBgColor { background-color: #ADE6FB; }

<div style="background-color:#ADE6FB">Inner text</div>

This div background color is #ADE6FB.


Border color

.myBorderColor { border: 1px solid #ADE6FB; }

<div style="border:3px solid #ADE6FB">Div</div>

This div border color is #ADE6FB.


Opacity

.myOpacity80 { color: #ADE6FB; opacity: 0.8; }

<p style="color:#ADE6FB;opacity:0.8;">80%</p>

Text with #ADE6FB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ADE6FB;}

<p style="text-shadow: 3px 3px 1px #ADE6FB">Text here.</p>

This text has shadow with #ADE6FB color.

.textShadow {text-shadow: 3px 3px 1px #ADE6FB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ADE6FB, 5px 5px 20px red">Text here.</p>

This text has shadow with #ADE6FB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE6FB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ADE6FB, Direction=45, Strength=4)">Text</p>

This text has shadow with #ADE6FB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ADE6FB;
  -webkit-box-shadow:	1px 1px 3px 2px #ADE6FB;
  box-shadow:		1px 1px 3px 2px #ADE6FB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE6FB;
-webkit-box-shadow: 1px 1px 3px 2px #ADE6FB;
box-shadow:1px 1px 3px 2px #ADE6FB;">
Div content here</div>
This div box has shadow with color #ADE6FB.

Preview

Color preview on black background

This text has color #ADE6FB on black background.


Color preview on white background

This text has color #ADE6FB on white background.



Black color preview on #ADE6FB background

This text has black color on #ADE6FB background.


White color preview on #ADE6FB background

This text has white color on #ADE6FB background.