COLOR #AADDE2

HEX: #AADDE2
RGB: (170,221,226)

Color info

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

RGB color model

#AADDE2 color RGB value is (170,221,226).

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

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 226 of 255 = 89%

170
221
226

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

Portions of RGB colors in percentages

R + G + B =
170 + 221 + 226 = 617 (100%)
R 170 of 617 ~ 27.55%
G 221 of 617 ~ 35.82%
B 226 of 617 ~ 36.63%

%27.55
%35.82
%36.63

CMYK color model

#AADDE2 color CMYK value is (25,2,0,11).

  • cyan value is 24.78%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(25,2,0,11)
C25M2Y0K11 
(25%,2%,0%,11%)
(0.25/0.02/0.00/0.11)	

CMYK percentages

%24.78
%2.21
%0
%11.37

Codes

Color #AADDE2 in popluar color models

AADDE2
RGB170221226
HSL185°49.12%77.65%
HSB/HSV185°24.78%88.63%
CMYK24.78%2.21%0.00%
11.37%

Color #AADDE2 in popluar number systems.

HEXAADDE2
Decimal170221226
Binary101010101101110111100010
Octal252335342

Shades and tints

Shades of #AADDE2

#AADDE2
(170,221,226)
#9BC9CE
(155,201,206)
#8CB5BA
(140,181,186)
#7DA1A6
(125,161,166)
#6E8D92
(110,141,146)
#5F797E
(95,121,126)
#50656A
(80,101,106)
#415156
(65,81,86)
#323D42
(50,61,66)
#23292E
(35,41,46)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #AADDE2

#AADDE2
(170,221,226)
#B1E0E4
(177,224,228)
#B8E3E6
(184,227,230)
#BFE6E8
(191,230,232)
#C6E9EA
(198,233,234)
#CDECEC
(205,236,236)
#D4EFEE
(212,239,238)
#DBF2F0
(219,242,240)
#E2F5F2
(226,245,242)
#E9F8F4
(233,248,244)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADDE2; }

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

This text font color is #AADDE2.


Background Color

.myBgColor { background-color: #AADDE2; }

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

This div background color is #AADDE2.


Border color

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

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

This div border color is #AADDE2.


Opacity

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

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

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

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

This text has shadow with #AADDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADDE2 on black background.


Color preview on white background

This text has color #AADDE2 on white background.



Black color preview on #AADDE2 background

This text has black color on #AADDE2 background.


White color preview on #AADDE2 background

This text has white color on #AADDE2 background.