COLOR #AAEAD9

HEX: #AAEAD9
RGB: (170,234,217)

Color info

#AAEAD9 contains mainly green and blue colors. Web safe color of #AAEAD9 is #99FFCC (or #9FC).

RGB color model

#AAEAD9 color RGB value is (170,234,217).

  • red value is 170;
  • green value is 234;
  • blue value is 217.
RGB:
(170,234,217)
(67%,92%,85%)

RGB channels and saturation

R 170 of 255 = 67%
G 234 of 255 = 92%
B 217 of 255 = 85%

170
234
217

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

Portions of RGB colors in percentages

R + G + B =
170 + 234 + 217 = 621 (100%)
R 170 of 621 ~ 27.38%
G 234 of 621 ~ 37.68%
B 217 of 621 ~ 34.94%

%27.38
%37.68
%34.94

CMYK color model

#AAEAD9 color CMYK value is (27,0,7,8).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 8.24%
CMYK:
(27,0,7,8)
C27M0Y7K8 
(27%,0%,7%,8%)
(0.27/0.00/0.07/0.08)	

CMYK percentages

%27.35
%0
%7.26
%8.24

Codes

Color #AAEAD9 in popluar color models

AAEAD9
RGB170234217
HSL164°60.38%79.22%
HSB/HSV164°27.35%91.76%
CMYK27.35%0.00%7.26%
8.24%

Color #AAEAD9 in popluar number systems.

HEXAAEAD9
Decimal170234217
Binary101010101110101011011001
Octal252352331

Shades and tints

Shades of #AAEAD9

#AAEAD9
(170,234,217)
#9BD5C6
(155,213,198)
#8CC0B3
(140,192,179)
#7DABA0
(125,171,160)
#6E968D
(110,150,141)
#5F817A
(95,129,122)
#506C67
(80,108,103)
#415754
(65,87,84)
#324241
(50,66,65)
#232D2E
(35,45,46)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #AAEAD9

#AAEAD9
(170,234,217)
#B1EBDC
(177,235,220)
#B8ECDF
(184,236,223)
#BFEDE2
(191,237,226)
#C6EEE5
(198,238,229)
#CDEFE8
(205,239,232)
#D4F0EB
(212,240,235)
#DBF1EE
(219,241,238)
#E2F2F1
(226,242,241)
#E9F3F4
(233,243,244)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEAD9 color. Also use rgb(170,234,217) instead hex code.

Text Font Color

.myTextColor { color: #AAEAD9; }

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

This text font color is #AAEAD9.


Background Color

.myBgColor { background-color: #AAEAD9; }

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

This div background color is #AAEAD9.


Border color

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

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

This div border color is #AAEAD9.


Opacity

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

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

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

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

This text has shadow with #AAEAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEAD9 on black background.


Color preview on white background

This text has color #AAEAD9 on white background.



Black color preview on #AAEAD9 background

This text has black color on #AAEAD9 background.


White color preview on #AAEAD9 background

This text has white color on #AAEAD9 background.