COLOR #AAE8D1

HEX: #AAE8D1
RGB: (170,232,209)

Color info

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

RGB color model

#AAE8D1 color RGB value is (170,232,209).

  • red value is 170;
  • green value is 232;
  • blue value is 209.
RGB:
(170,232,209)
(67%,91%,82%)

RGB channels and saturation

R 170 of 255 = 67%
G 232 of 255 = 91%
B 209 of 255 = 82%

170
232
209

R + G + B ~ 80%. #AAE8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 232 + 209 = 611 (100%)
R 170 of 611 ~ 27.82%
G 232 of 611 ~ 37.97%
B 209 of 611 ~ 34.21%

%27.82
%37.97
%34.21

CMYK color model

#AAE8D1 color CMYK value is (27,0,10,9).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK:
(27,0,10,9)
C27M0Y10K9 
(27%,0%,10%,9%)
(0.27/0.00/0.10/0.09)	

CMYK percentages

%26.72
%0
%9.91
%9.02

Codes

Color #AAE8D1 in popluar color models

AAE8D1
RGB170232209
HSL158°57.41%78.82%
HSB/HSV158°26.72%90.98%
CMYK26.72%0.00%9.91%
9.02%

Color #AAE8D1 in popluar number systems.

HEXAAE8D1
Decimal170232209
Binary101010101110100011010001
Octal252350321

Shades and tints

Shades of #AAE8D1

#AAE8D1
(170,232,209)
#9BD3BE
(155,211,190)
#8CBEAB
(140,190,171)
#7DA998
(125,169,152)
#6E9485
(110,148,133)
#5F7F72
(95,127,114)
#506A5F
(80,106,95)
#41554C
(65,85,76)
#324039
(50,64,57)
#232B26
(35,43,38)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AAE8D1

#AAE8D1
(170,232,209)
#B1EAD5
(177,234,213)
#B8ECD9
(184,236,217)
#BFEEDD
(191,238,221)
#C6F0E1
(198,240,225)
#CDF2E5
(205,242,229)
#D4F4E9
(212,244,233)
#DBF6ED
(219,246,237)
#E2F8F1
(226,248,241)
#E9FAF5
(233,250,245)
#F0FCF9
(240,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE8D1 color. Also use rgb(170,232,209) instead hex code.

Text Font Color

.myTextColor { color: #AAE8D1; }

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

This text font color is #AAE8D1.


Background Color

.myBgColor { background-color: #AAE8D1; }

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

This div background color is #AAE8D1.


Border color

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

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

This div border color is #AAE8D1.


Opacity

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

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

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

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

This text has shadow with #AAE8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE8D1 on black background.


Color preview on white background

This text has color #AAE8D1 on white background.



Black color preview on #AAE8D1 background

This text has black color on #AAE8D1 background.


White color preview on #AAE8D1 background

This text has white color on #AAE8D1 background.