COLOR #AAE9D6

HEX: #AAE9D6
RGB: (170,233,214)

Color info

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

RGB color model

#AAE9D6 color RGB value is (170,233,214).

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

RGB channels and saturation

R 170 of 255 = 67%
G 233 of 255 = 91%
B 214 of 255 = 84%

170
233
214

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

Portions of RGB colors in percentages

R + G + B =
170 + 233 + 214 = 617 (100%)
R 170 of 617 ~ 27.55%
G 233 of 617 ~ 37.76%
B 214 of 617 ~ 34.68%

%27.55
%37.76
%34.68

CMYK color model

#AAE9D6 color CMYK value is (27,0,8,9).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 8.63%
CMYK:
(27,0,8,9)
C27M0Y8K9 
(27%,0%,8%,9%)
(0.27/0.00/0.08/0.09)	

CMYK percentages

%27.04
%0
%8.15
%8.63

Codes

Color #AAE9D6 in popluar color models

AAE9D6
RGB170233214
HSL162°58.88%79.02%
HSB/HSV162°27.04%91.37%
CMYK27.04%0.00%8.15%
8.63%

Color #AAE9D6 in popluar number systems.

HEXAAE9D6
Decimal170233214
Binary101010101110100111010110
Octal252351326

Shades and tints

Shades of #AAE9D6

#AAE9D6
(170,233,214)
#9BD4C3
(155,212,195)
#8CBFB0
(140,191,176)
#7DAA9D
(125,170,157)
#6E958A
(110,149,138)
#5F8077
(95,128,119)
#506B64
(80,107,100)
#415651
(65,86,81)
#32413E
(50,65,62)
#232C2B
(35,44,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AAE9D6

#AAE9D6
(170,233,214)
#B1EBD9
(177,235,217)
#B8EDDC
(184,237,220)
#BFEFDF
(191,239,223)
#C6F1E2
(198,241,226)
#CDF3E5
(205,243,229)
#D4F5E8
(212,245,232)
#DBF7EB
(219,247,235)
#E2F9EE
(226,249,238)
#E9FBF1
(233,251,241)
#F0FDF4
(240,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE9D6; }

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

This text font color is #AAE9D6.


Background Color

.myBgColor { background-color: #AAE9D6; }

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

This div background color is #AAE9D6.


Border color

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

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

This div border color is #AAE9D6.


Opacity

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

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

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

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

This text has shadow with #AAE9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE9D6 on black background.


Color preview on white background

This text has color #AAE9D6 on white background.



Black color preview on #AAE9D6 background

This text has black color on #AAE9D6 background.


White color preview on #AAE9D6 background

This text has white color on #AAE9D6 background.