COLOR #AADDEE

HEX: #AADDEE
RGB: (170,221,238)

Color info

#AADDEE contains mainly green and blue colors. Web safe color of #AADDEE is #99CCFF (or #9CF).

RGB color model

#AADDEE color RGB value is (170,221,238).

  • red value is 170;
  • green value is 221;
  • blue value is 238.
RGB:
(170,221,238)
(67%,87%,93%)

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 238 of 255 = 93%

170
221
238

R + G + B ~ 82%. #AADDEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 221 + 238 = 629 (100%)
R 170 of 629 ~ 27.03%
G 221 of 629 ~ 35.14%
B 238 of 629 ~ 37.84%

%27.03
%35.14
%37.84

CMYK color model

#AADDEE color CMYK value is (29,7,0,7).

  • cyan value is 28.57%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(29,7,0,7)
C29M7Y0K7 
(29%,7%,0%,7%)
(0.29/0.07/0.00/0.07)	

CMYK percentages

%28.57
%7.14
%0
%6.67

Codes

Color #AADDEE in popluar color models

AADDEE
RGB170221238
HSL195°66.67%80.00%
HSB/HSV195°28.57%93.33%
CMYK28.57%7.14%0.00%
6.67%

Color #AADDEE in popluar number systems.

HEXAADDEE
Decimal170221238
Binary101010101101110111101110
Octal252335356

Shades and tints

Shades of #AADDEE

#AADDEE
(170,221,238)
#9BC9D9
(155,201,217)
#8CB5C4
(140,181,196)
#7DA1AF
(125,161,175)
#6E8D9A
(110,141,154)
#5F7985
(95,121,133)
#506570
(80,101,112)
#41515B
(65,81,91)
#323D46
(50,61,70)
#232931
(35,41,49)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #AADDEE

#AADDEE
(170,221,238)
#B1E0EF
(177,224,239)
#B8E3F0
(184,227,240)
#BFE6F1
(191,230,241)
#C6E9F2
(198,233,242)
#CDECF3
(205,236,243)
#D4EFF4
(212,239,244)
#DBF2F5
(219,242,245)
#E2F5F6
(226,245,246)
#E9F8F7
(233,248,247)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADDEE color. Also use rgb(170,221,238) instead hex code.

Text Font Color

.myTextColor { color: #AADDEE; }

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

This text font color is #AADDEE.


Background Color

.myBgColor { background-color: #AADDEE; }

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

This div background color is #AADDEE.


Border color

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

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

This div border color is #AADDEE.


Opacity

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

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

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

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

This text has shadow with #AADDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADDEE on black background.


Color preview on white background

This text has color #AADDEE on white background.



Black color preview on #AADDEE background

This text has black color on #AADDEE background.


White color preview on #AADDEE background

This text has white color on #AADDEE background.