COLOR #AAEEE8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
238
232

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

Portions of RGB colors in percentages

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

%26.56
%37.19
%36.25

CMYK color model

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

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

CMYK percentages

%28.57
%0
%2.52
%6.67

Codes

Color #AAEEE8 in popluar color models

AAEEE8
RGB170238232
HSL175°66.67%80.00%
HSB/HSV175°28.57%93.33%
CMYK28.57%0.00%2.52%
6.67%

Color #AAEEE8 in popluar number systems.

HEXAAEEE8
Decimal170238232
Binary101010101110111011101000
Octal252356350

Shades and tints

Shades of #AAEEE8

#AAEEE8
(170,238,232)
#9BD9D3
(155,217,211)
#8CC4BE
(140,196,190)
#7DAFA9
(125,175,169)
#6E9A94
(110,154,148)
#5F857F
(95,133,127)
#50706A
(80,112,106)
#415B55
(65,91,85)
#324640
(50,70,64)
#23312B
(35,49,43)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #AAEEE8

#AAEEE8
(170,238,232)
#B1EFEA
(177,239,234)
#B8F0EC
(184,240,236)
#BFF1EE
(191,241,238)
#C6F2F0
(198,242,240)
#CDF3F2
(205,243,242)
#D4F4F4
(212,244,244)
#DBF5F6
(219,245,246)
#E2F6F8
(226,246,248)
#E9F7FA
(233,247,250)
#F0F8FC
(240,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEEE8; }

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

This text font color is #AAEEE8.


Background Color

.myBgColor { background-color: #AAEEE8; }

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

This div background color is #AAEEE8.


Border color

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

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

This div border color is #AAEEE8.


Opacity

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

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

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

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

This text has shadow with #AAEEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEEE8 on black background.


Color preview on white background

This text has color #AAEEE8 on white background.



Black color preview on #AAEEE8 background

This text has black color on #AAEEE8 background.


White color preview on #AAEEE8 background

This text has white color on #AAEEE8 background.