COLOR #AAE2CC

HEX: #AAE2CC
RGB: (170,226,204)

Color info

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

RGB color model

#AAE2CC color RGB value is (170,226,204).

  • red value is 170;
  • green value is 226;
  • blue value is 204.
RGB:
(170,226,204)
(67%,89%,80%)

RGB channels and saturation

R 170 of 255 = 67%
G 226 of 255 = 89%
B 204 of 255 = 80%

170
226
204

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

Portions of RGB colors in percentages

R + G + B =
170 + 226 + 204 = 600 (100%)
R 170 of 600 ~ 28.33%
G 226 of 600 ~ 37.67%
B 204 of 600 ~ 34%

%28.33
%37.67
%34

CMYK color model

#AAE2CC color CMYK value is (25,0,10,11).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 11.37%
CMYK:
(25,0,10,11)
C25M0Y10K11 
(25%,0%,10%,11%)
(0.25/0.00/0.10/0.11)	

CMYK percentages

%24.78
%0
%9.73
%11.37

Codes

Color #AAE2CC in popluar color models

AAE2CC
RGB170226204
HSL156°49.12%77.65%
HSB/HSV156°24.78%88.63%
CMYK24.78%0.00%9.73%
11.37%

Color #AAE2CC in popluar number systems.

HEXAAE2CC
Decimal170226204
Binary101010101110001011001100
Octal252342314

Shades and tints

Shades of #AAE2CC

#AAE2CC
(170,226,204)
#9BCEBA
(155,206,186)
#8CBAA8
(140,186,168)
#7DA696
(125,166,150)
#6E9284
(110,146,132)
#5F7E72
(95,126,114)
#506A60
(80,106,96)
#41564E
(65,86,78)
#32423C
(50,66,60)
#232E2A
(35,46,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #AAE2CC

#AAE2CC
(170,226,204)
#B1E4D0
(177,228,208)
#B8E6D4
(184,230,212)
#BFE8D8
(191,232,216)
#C6EADC
(198,234,220)
#CDECE0
(205,236,224)
#D4EEE4
(212,238,228)
#DBF0E8
(219,240,232)
#E2F2EC
(226,242,236)
#E9F4F0
(233,244,240)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE2CC color. Also use rgb(170,226,204) instead hex code.

Text Font Color

.myTextColor { color: #AAE2CC; }

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

This text font color is #AAE2CC.


Background Color

.myBgColor { background-color: #AAE2CC; }

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

This div background color is #AAE2CC.


Border color

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

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

This div border color is #AAE2CC.


Opacity

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

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

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

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

This text has shadow with #AAE2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE2CC on black background.


Color preview on white background

This text has color #AAE2CC on white background.



Black color preview on #AAE2CC background

This text has black color on #AAE2CC background.


White color preview on #AAE2CC background

This text has white color on #AAE2CC background.