COLOR #AAE8EE

HEX: #AAE8EE
RGB: (170,232,238)

Color info

#AAE8EE contains mainly green and blue colors. Web safe color of #AAE8EE is #99FFFF (or #9FF).

RGB color model

#AAE8EE color RGB value is (170,232,238).

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

RGB channels and saturation

R 170 of 255 = 67%
G 232 of 255 = 91%
B 238 of 255 = 93%

170
232
238

R + G + B ~ 84%. #AAE8EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 232 + 238 = 640 (100%)
R 170 of 640 ~ 26.56%
G 232 of 640 ~ 36.25%
B 238 of 640 ~ 37.19%

%26.56
%36.25
%37.19

CMYK color model

#AAE8EE color CMYK value is (29,3,0,7).

  • cyan value is 28.57%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(29,3,0,7)
C29M3Y0K7 
(29%,3%,0%,7%)
(0.29/0.03/0.00/0.07)	

CMYK percentages

%28.57
%2.52
%0
%6.67

Codes

Color #AAE8EE in popluar color models

AAE8EE
RGB170232238
HSL185°66.67%80.00%
HSB/HSV185°28.57%93.33%
CMYK28.57%2.52%0.00%
6.67%

Color #AAE8EE in popluar number systems.

HEXAAE8EE
Decimal170232238
Binary101010101110100011101110
Octal252350356

Shades and tints

Shades of #AAE8EE

#AAE8EE
(170,232,238)
#9BD3D9
(155,211,217)
#8CBEC4
(140,190,196)
#7DA9AF
(125,169,175)
#6E949A
(110,148,154)
#5F7F85
(95,127,133)
#506A70
(80,106,112)
#41555B
(65,85,91)
#324046
(50,64,70)
#232B31
(35,43,49)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #AAE8EE

#AAE8EE
(170,232,238)
#B1EAEF
(177,234,239)
#B8ECF0
(184,236,240)
#BFEEF1
(191,238,241)
#C6F0F2
(198,240,242)
#CDF2F3
(205,242,243)
#D4F4F4
(212,244,244)
#DBF6F5
(219,246,245)
#E2F8F6
(226,248,246)
#E9FAF7
(233,250,247)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE8EE; }

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

This text font color is #AAE8EE.


Background Color

.myBgColor { background-color: #AAE8EE; }

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

This div background color is #AAE8EE.


Border color

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

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

This div border color is #AAE8EE.


Opacity

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

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

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

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

This text has shadow with #AAE8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE8EE on black background.


Color preview on white background

This text has color #AAE8EE on white background.



Black color preview on #AAE8EE background

This text has black color on #AAE8EE background.


White color preview on #AAE8EE background

This text has white color on #AAE8EE background.