COLOR #AAE9E6

HEX: #AAE9E6
RGB: (170,233,230)

Color info

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

RGB color model

#AAE9E6 color RGB value is (170,233,230).

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

RGB channels and saturation

R 170 of 255 = 67%
G 233 of 255 = 91%
B 230 of 255 = 90%

170
233
230

R + G + B ~ 83%. #AAE9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 233 + 230 = 633 (100%)
R 170 of 633 ~ 26.86%
G 233 of 633 ~ 36.81%
B 230 of 633 ~ 36.33%

%26.86
%36.81
%36.33

CMYK color model

#AAE9E6 color CMYK value is (27,0,1,9).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK:
(27,0,1,9)
C27M0Y1K9 
(27%,0%,1%,9%)
(0.27/0.00/0.01/0.09)	

CMYK percentages

%27.04
%0
%1.29
%8.63

Codes

Color #AAE9E6 in popluar color models

AAE9E6
RGB170233230
HSL177°58.88%79.02%
HSB/HSV177°27.04%91.37%
CMYK27.04%0.00%1.29%
8.63%

Color #AAE9E6 in popluar number systems.

HEXAAE9E6
Decimal170233230
Binary101010101110100111100110
Octal252351346

Shades and tints

Shades of #AAE9E6

#AAE9E6
(170,233,230)
#9BD4D2
(155,212,210)
#8CBFBE
(140,191,190)
#7DAAAA
(125,170,170)
#6E9596
(110,149,150)
#5F8082
(95,128,130)
#506B6E
(80,107,110)
#41565A
(65,86,90)
#324146
(50,65,70)
#232C32
(35,44,50)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #AAE9E6

#AAE9E6
(170,233,230)
#B1EBE8
(177,235,232)
#B8EDEA
(184,237,234)
#BFEFEC
(191,239,236)
#C6F1EE
(198,241,238)
#CDF3F0
(205,243,240)
#D4F5F2
(212,245,242)
#DBF7F4
(219,247,244)
#E2F9F6
(226,249,246)
#E9FBF8
(233,251,248)
#F0FDFA
(240,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE9E6; }

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

This text font color is #AAE9E6.


Background Color

.myBgColor { background-color: #AAE9E6; }

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

This div background color is #AAE9E6.


Border color

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

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

This div border color is #AAE9E6.


Opacity

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

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

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

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

This text has shadow with #AAE9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE9E6 on black background.


Color preview on white background

This text has color #AAE9E6 on white background.



Black color preview on #AAE9E6 background

This text has black color on #AAE9E6 background.


White color preview on #AAE9E6 background

This text has white color on #AAE9E6 background.