COLOR #AADEE5

HEX: #AADEE5
RGB: (170,222,229)

Color info

#AADEE5 contains red, green and blue colors in about the same proportion. Web safe color of #AADEE5 is #99CCCC (or #9CC).

RGB color model

#AADEE5 color RGB value is (170,222,229).

  • red value is 170;
  • green value is 222;
  • blue value is 229.
RGB:
(170,222,229)
(67%,87%,90%)

RGB channels and saturation

R 170 of 255 = 67%
G 222 of 255 = 87%
B 229 of 255 = 90%

170
222
229

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

Portions of RGB colors in percentages

R + G + B =
170 + 222 + 229 = 621 (100%)
R 170 of 621 ~ 27.38%
G 222 of 621 ~ 35.75%
B 229 of 621 ~ 36.88%

%27.38
%35.75
%36.88

CMYK color model

#AADEE5 color CMYK value is (26,3,0,10).

  • cyan value is 25.76%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(26,3,0,10)
C26M3Y0K10 
(26%,3%,0%,10%)
(0.26/0.03/0.00/0.10)	

CMYK percentages

%25.76
%3.06
%0
%10.2

Codes

Color #AADEE5 in popluar color models

AADEE5
RGB170222229
HSL187°53.15%78.24%
HSB/HSV187°25.76%89.80%
CMYK25.76%3.06%0.00%
10.20%

Color #AADEE5 in popluar number systems.

HEXAADEE5
Decimal170222229
Binary101010101101111011100101
Octal252336345

Shades and tints

Shades of #AADEE5

#AADEE5
(170,222,229)
#9BCAD1
(155,202,209)
#8CB6BD
(140,182,189)
#7DA2A9
(125,162,169)
#6E8E95
(110,142,149)
#5F7A81
(95,122,129)
#50666D
(80,102,109)
#415259
(65,82,89)
#323E45
(50,62,69)
#232A31
(35,42,49)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #AADEE5

#AADEE5
(170,222,229)
#B1E1E7
(177,225,231)
#B8E4E9
(184,228,233)
#BFE7EB
(191,231,235)
#C6EAED
(198,234,237)
#CDEDEF
(205,237,239)
#D4F0F1
(212,240,241)
#DBF3F3
(219,243,243)
#E2F6F5
(226,246,245)
#E9F9F7
(233,249,247)
#F0FCF9
(240,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADEE5 color. Also use rgb(170,222,229) instead hex code.

Text Font Color

.myTextColor { color: #AADEE5; }

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

This text font color is #AADEE5.


Background Color

.myBgColor { background-color: #AADEE5; }

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

This div background color is #AADEE5.


Border color

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

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

This div border color is #AADEE5.


Opacity

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

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

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

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

This text has shadow with #AADEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADEE5 on black background.


Color preview on white background

This text has color #AADEE5 on white background.



Black color preview on #AADEE5 background

This text has black color on #AADEE5 background.


White color preview on #AADEE5 background

This text has white color on #AADEE5 background.