COLOR #AADDE4

HEX: #AADDE4
RGB: (170,221,228)

Color info

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

RGB color model

#AADDE4 color RGB value is (170,221,228).

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

RGB channels and saturation

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

170
221
228

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

Portions of RGB colors in percentages

R + G + B =
170 + 221 + 228 = 619 (100%)
R 170 of 619 ~ 27.46%
G 221 of 619 ~ 35.7%
B 228 of 619 ~ 36.83%

%27.46
%35.7
%36.83

CMYK color model

#AADDE4 color CMYK value is (25,3,0,11).

  • cyan value is 25.44%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(25,3,0,11)
C25M3Y0K11 
(25%,3%,0%,11%)
(0.25/0.03/0.00/0.11)	

CMYK percentages

%25.44
%3.07
%0
%10.59

Codes

Color #AADDE4 in popluar color models

AADDE4
RGB170221228
HSL187°51.79%78.04%
HSB/HSV187°25.44%89.41%
CMYK25.44%3.07%0.00%
10.59%

Color #AADDE4 in popluar number systems.

HEXAADDE4
Decimal170221228
Binary101010101101110111100100
Octal252335344

Shades and tints

Shades of #AADDE4

#AADDE4
(170,221,228)
#9BC9D0
(155,201,208)
#8CB5BC
(140,181,188)
#7DA1A8
(125,161,168)
#6E8D94
(110,141,148)
#5F7980
(95,121,128)
#50656C
(80,101,108)
#415158
(65,81,88)
#323D44
(50,61,68)
#232930
(35,41,48)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #AADDE4

#AADDE4
(170,221,228)
#B1E0E6
(177,224,230)
#B8E3E8
(184,227,232)
#BFE6EA
(191,230,234)
#C6E9EC
(198,233,236)
#CDECEE
(205,236,238)
#D4EFF0
(212,239,240)
#DBF2F2
(219,242,242)
#E2F5F4
(226,245,244)
#E9F8F6
(233,248,246)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADDE4; }

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

This text font color is #AADDE4.


Background Color

.myBgColor { background-color: #AADDE4; }

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

This div background color is #AADDE4.


Border color

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

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

This div border color is #AADDE4.


Opacity

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

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

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

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

This text has shadow with #AADDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADDE4 on black background.


Color preview on white background

This text has color #AADDE4 on white background.



Black color preview on #AADDE4 background

This text has black color on #AADDE4 background.


White color preview on #AADDE4 background

This text has white color on #AADDE4 background.