COLOR #AAE4E7

HEX: #AAE4E7
RGB: (170,228,231)

Color info

#AAE4E7 contains mainly green and blue colors. Web safe color of #AAE4E7 is #99CCFF (or #9CF).

RGB color model

#AAE4E7 color RGB value is (170,228,231).

  • red value is 170;
  • green value is 228;
  • blue value is 231.
RGB:
(170,228,231)
(67%,89%,91%)

RGB channels and saturation

R 170 of 255 = 67%
G 228 of 255 = 89%
B 231 of 255 = 91%

170
228
231

R + G + B ~ 82%. #AAE4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 228 + 231 = 629 (100%)
R 170 of 629 ~ 27.03%
G 228 of 629 ~ 36.25%
B 231 of 629 ~ 36.72%

%27.03
%36.25
%36.72

CMYK color model

#AAE4E7 color CMYK value is (26,1,0,9).

  • cyan value is 26.41%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(26,1,0,9)
C26M1Y0K9 
(26%,1%,0%,9%)
(0.26/0.01/0.00/0.09)	

CMYK percentages

%26.41
%1.3
%0
%9.41

Codes

Color #AAE4E7 in popluar color models

AAE4E7
RGB170228231
HSL183°55.96%78.63%
HSB/HSV183°26.41%90.59%
CMYK26.41%1.30%0.00%
9.41%

Color #AAE4E7 in popluar number systems.

HEXAAE4E7
Decimal170228231
Binary101010101110010011100111
Octal252344347

Shades and tints

Shades of #AAE4E7

#AAE4E7
(170,228,231)
#9BD0D2
(155,208,210)
#8CBCBD
(140,188,189)
#7DA8A8
(125,168,168)
#6E9493
(110,148,147)
#5F807E
(95,128,126)
#506C69
(80,108,105)
#415854
(65,88,84)
#32443F
(50,68,63)
#23302A
(35,48,42)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #AAE4E7

#AAE4E7
(170,228,231)
#B1E6E9
(177,230,233)
#B8E8EB
(184,232,235)
#BFEAED
(191,234,237)
#C6ECEF
(198,236,239)
#CDEEF1
(205,238,241)
#D4F0F3
(212,240,243)
#DBF2F5
(219,242,245)
#E2F4F7
(226,244,247)
#E9F6F9
(233,246,249)
#F0F8FB
(240,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE4E7 color. Also use rgb(170,228,231) instead hex code.

Text Font Color

.myTextColor { color: #AAE4E7; }

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

This text font color is #AAE4E7.


Background Color

.myBgColor { background-color: #AAE4E7; }

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

This div background color is #AAE4E7.


Border color

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

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

This div border color is #AAE4E7.


Opacity

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

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

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

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

This text has shadow with #AAE4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE4E7 on black background.


Color preview on white background

This text has color #AAE4E7 on white background.



Black color preview on #AAE4E7 background

This text has black color on #AAE4E7 background.


White color preview on #AAE4E7 background

This text has white color on #AAE4E7 background.