COLOR #AAE6E7

HEX: #AAE6E7
RGB: (170,230,231)

Color info

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

RGB color model

#AAE6E7 color RGB value is (170,230,231).

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

RGB channels and saturation

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

170
230
231

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

Portions of RGB colors in percentages

R + G + B =
170 + 230 + 231 = 631 (100%)
R 170 of 631 ~ 26.94%
G 230 of 631 ~ 36.45%
B 231 of 631 ~ 36.61%

%26.94
%36.45
%36.61

CMYK color model

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

  • cyan value is 26.41%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(26,0,0,9)
C26M0Y0K9 
(26%,0%,0%,9%)
(0.26/0.00/0.00/0.09)	

CMYK percentages

%26.41
%0.43
%0
%9.41

Codes

Color #AAE6E7 in popluar color models

AAE6E7
RGB170230231
HSL181°55.96%78.63%
HSB/HSV181°26.41%90.59%
CMYK26.41%0.43%0.00%
9.41%

Color #AAE6E7 in popluar number systems.

HEXAAE6E7
Decimal170230231
Binary101010101110011011100111
Octal252346347

Shades and tints

Shades of #AAE6E7

#AAE6E7
(170,230,231)
#9BD2D2
(155,210,210)
#8CBEBD
(140,190,189)
#7DAAA8
(125,170,168)
#6E9693
(110,150,147)
#5F827E
(95,130,126)
#506E69
(80,110,105)
#415A54
(65,90,84)
#32463F
(50,70,63)
#23322A
(35,50,42)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #AAE6E7

#AAE6E7
(170,230,231)
#B1E8E9
(177,232,233)
#B8EAEB
(184,234,235)
#BFECED
(191,236,237)
#C6EEEF
(198,238,239)
#CDF0F1
(205,240,241)
#D4F2F3
(212,242,243)
#DBF4F5
(219,244,245)
#E2F6F7
(226,246,247)
#E9F8F9
(233,248,249)
#F0FAFB
(240,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE6E7; }

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

This text font color is #AAE6E7.


Background Color

.myBgColor { background-color: #AAE6E7; }

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

This div background color is #AAE6E7.


Border color

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

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

This div border color is #AAE6E7.


Opacity

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

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

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

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

This text has shadow with #AAE6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE6E7 on black background.


Color preview on white background

This text has color #AAE6E7 on white background.



Black color preview on #AAE6E7 background

This text has black color on #AAE6E7 background.


White color preview on #AAE6E7 background

This text has white color on #AAE6E7 background.