COLOR #AADDE9

HEX: #AADDE9
RGB: (170,221,233)

Color info

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

RGB color model

#AADDE9 color RGB value is (170,221,233).

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

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 233 of 255 = 91%

170
221
233

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

Portions of RGB colors in percentages

R + G + B =
170 + 221 + 233 = 624 (100%)
R 170 of 624 ~ 27.24%
G 221 of 624 ~ 35.42%
B 233 of 624 ~ 37.34%

%27.24
%35.42
%37.34

CMYK color model

#AADDE9 color CMYK value is (27,5,0,9).

  • cyan value is 27.04%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(27,5,0,9)
C27M5Y0K9 
(27%,5%,0%,9%)
(0.27/0.05/0.00/0.09)	

CMYK percentages

%27.04
%5.15
%0
%8.63

Codes

Color #AADDE9 in popluar color models

AADDE9
RGB170221233
HSL191°58.88%79.02%
HSB/HSV191°27.04%91.37%
CMYK27.04%5.15%0.00%
8.63%

Color #AADDE9 in popluar number systems.

HEXAADDE9
Decimal170221233
Binary101010101101110111101001
Octal252335351

Shades and tints

Shades of #AADDE9

#AADDE9
(170,221,233)
#9BC9D4
(155,201,212)
#8CB5BF
(140,181,191)
#7DA1AA
(125,161,170)
#6E8D95
(110,141,149)
#5F7980
(95,121,128)
#50656B
(80,101,107)
#415156
(65,81,86)
#323D41
(50,61,65)
#23292C
(35,41,44)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #AADDE9

#AADDE9
(170,221,233)
#B1E0EB
(177,224,235)
#B8E3ED
(184,227,237)
#BFE6EF
(191,230,239)
#C6E9F1
(198,233,241)
#CDECF3
(205,236,243)
#D4EFF5
(212,239,245)
#DBF2F7
(219,242,247)
#E2F5F9
(226,245,249)
#E9F8FB
(233,248,251)
#F0FBFD
(240,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADDE9; }

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

This text font color is #AADDE9.


Background Color

.myBgColor { background-color: #AADDE9; }

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

This div background color is #AADDE9.


Border color

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

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

This div border color is #AADDE9.


Opacity

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

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

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

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

This text has shadow with #AADDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADDE9 on black background.


Color preview on white background

This text has color #AADDE9 on white background.



Black color preview on #AADDE9 background

This text has black color on #AADDE9 background.


White color preview on #AADDE9 background

This text has white color on #AADDE9 background.