COLOR #AAE0CE

HEX: #AAE0CE
RGB: (170,224,206)

Color info

#AAE0CE contains red, green and blue colors in about the same proportion. Web safe color of #AAE0CE is #99CCCC (or #9CC).

RGB color model

#AAE0CE color RGB value is (170,224,206).

  • red value is 170;
  • green value is 224;
  • blue value is 206.
RGB:
(170,224,206)
(67%,88%,81%)

RGB channels and saturation

R 170 of 255 = 67%
G 224 of 255 = 88%
B 206 of 255 = 81%

170
224
206

R + G + B ~ 79%. #AAE0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 224 + 206 = 600 (100%)
R 170 of 600 ~ 28.33%
G 224 of 600 ~ 37.33%
B 206 of 600 ~ 34.33%

%28.33
%37.33
%34.33

CMYK color model

#AAE0CE color CMYK value is (24,0,8,12).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK:
(24,0,8,12)
C24M0Y8K12 
(24%,0%,8%,12%)
(0.24/0.00/0.08/0.12)	

CMYK percentages

%24.11
%0
%8.04
%12.16

Codes

Color #AAE0CE in popluar color models

AAE0CE
RGB170224206
HSL160°46.55%77.25%
HSB/HSV160°24.11%87.84%
CMYK24.11%0.00%8.04%
12.16%

Color #AAE0CE in popluar number systems.

HEXAAE0CE
Decimal170224206
Binary101010101110000011001110
Octal252340316

Shades and tints

Shades of #AAE0CE

#AAE0CE
(170,224,206)
#9BCCBC
(155,204,188)
#8CB8AA
(140,184,170)
#7DA498
(125,164,152)
#6E9086
(110,144,134)
#5F7C74
(95,124,116)
#506862
(80,104,98)
#415450
(65,84,80)
#32403E
(50,64,62)
#232C2C
(35,44,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #AAE0CE

#AAE0CE
(170,224,206)
#B1E2D2
(177,226,210)
#B8E4D6
(184,228,214)
#BFE6DA
(191,230,218)
#C6E8DE
(198,232,222)
#CDEAE2
(205,234,226)
#D4ECE6
(212,236,230)
#DBEEEA
(219,238,234)
#E2F0EE
(226,240,238)
#E9F2F2
(233,242,242)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE0CE color. Also use rgb(170,224,206) instead hex code.

Text Font Color

.myTextColor { color: #AAE0CE; }

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

This text font color is #AAE0CE.


Background Color

.myBgColor { background-color: #AAE0CE; }

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

This div background color is #AAE0CE.


Border color

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

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

This div border color is #AAE0CE.


Opacity

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

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

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

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

This text has shadow with #AAE0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE0CE on black background.


Color preview on white background

This text has color #AAE0CE on white background.



Black color preview on #AAE0CE background

This text has black color on #AAE0CE background.


White color preview on #AAE0CE background

This text has white color on #AAE0CE background.