COLOR #AADAE6

HEX: #AADAE6
RGB: (170,218,230)

Color info

#AADAE6 contains mainly green and blue colors. Web safe color of #AADAE6 is #99CCCC (or #9CC).

RGB color model

#AADAE6 color RGB value is (170,218,230).

  • red value is 170;
  • green value is 218;
  • blue value is 230.
RGB:
(170,218,230)
(67%,85%,90%)

RGB channels and saturation

R 170 of 255 = 67%
G 218 of 255 = 85%
B 230 of 255 = 90%

170
218
230

R + G + B ~ 81%. #AADAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 218 + 230 = 618 (100%)
R 170 of 618 ~ 27.51%
G 218 of 618 ~ 35.28%
B 230 of 618 ~ 37.22%

%27.51
%35.28
%37.22

CMYK color model

#AADAE6 color CMYK value is (26,5,0,10).

  • cyan value is 26.09%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,5,0,10)
C26M5Y0K10 
(26%,5%,0%,10%)
(0.26/0.05/0.00/0.10)	

CMYK percentages

%26.09
%5.22
%0
%9.8

Codes

Color #AADAE6 in popluar color models

AADAE6
RGB170218230
HSL192°54.55%78.43%
HSB/HSV192°26.09%90.20%
CMYK26.09%5.22%0.00%
9.80%

Color #AADAE6 in popluar number systems.

HEXAADAE6
Decimal170218230
Binary101010101101101011100110
Octal252332346

Shades and tints

Shades of #AADAE6

#AADAE6
(170,218,230)
#9BC7D2
(155,199,210)
#8CB4BE
(140,180,190)
#7DA1AA
(125,161,170)
#6E8E96
(110,142,150)
#5F7B82
(95,123,130)
#50686E
(80,104,110)
#41555A
(65,85,90)
#324246
(50,66,70)
#232F32
(35,47,50)
#141C1E
(20,28,30)
#000000
(0,0,0)

Tints of #AADAE6

#AADAE6
(170,218,230)
#B1DDE8
(177,221,232)
#B8E0EA
(184,224,234)
#BFE3EC
(191,227,236)
#C6E6EE
(198,230,238)
#CDE9F0
(205,233,240)
#D4ECF2
(212,236,242)
#DBEFF4
(219,239,244)
#E2F2F6
(226,242,246)
#E9F5F8
(233,245,248)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADAE6 color. Also use rgb(170,218,230) instead hex code.

Text Font Color

.myTextColor { color: #AADAE6; }

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

This text font color is #AADAE6.


Background Color

.myBgColor { background-color: #AADAE6; }

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

This div background color is #AADAE6.


Border color

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

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

This div border color is #AADAE6.


Opacity

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

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

Text with #AADAE6 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 #AADAE6;}

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

This text has shadow with #AADAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADAE6 on black background.


Color preview on white background

This text has color #AADAE6 on white background.



Black color preview on #AADAE6 background

This text has black color on #AADAE6 background.


White color preview on #AADAE6 background

This text has white color on #AADAE6 background.