COLOR #AAE6DD

HEX: #AAE6DD
RGB: (170,230,221)

Color info

#AAE6DD contains mainly green and blue colors. Web safe color of #AAE6DD is #99CCCC (or #9CC).

RGB color model

#AAE6DD color RGB value is (170,230,221).

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

RGB channels and saturation

R 170 of 255 = 67%
G 230 of 255 = 90%
B 221 of 255 = 87%

170
230
221

R + G + B ~ 81%. #AAE6DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 230 + 221 = 621 (100%)
R 170 of 621 ~ 27.38%
G 230 of 621 ~ 37.04%
B 221 of 621 ~ 35.59%

%27.38
%37.04
%35.59

CMYK color model

#AAE6DD color CMYK value is (26,0,4,10).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(26,0,4,10)
C26M0Y4K10 
(26%,0%,4%,10%)
(0.26/0.00/0.04/0.10)	

CMYK percentages

%26.09
%0
%3.91
%9.8

Codes

Color #AAE6DD in popluar color models

AAE6DD
RGB170230221
HSL171°54.55%78.43%
HSB/HSV171°26.09%90.20%
CMYK26.09%0.00%3.91%
9.80%

Color #AAE6DD in popluar number systems.

HEXAAE6DD
Decimal170230221
Binary101010101110011011011101
Octal252346335

Shades and tints

Shades of #AAE6DD

#AAE6DD
(170,230,221)
#9BD2C9
(155,210,201)
#8CBEB5
(140,190,181)
#7DAAA1
(125,170,161)
#6E968D
(110,150,141)
#5F8279
(95,130,121)
#506E65
(80,110,101)
#415A51
(65,90,81)
#32463D
(50,70,61)
#233229
(35,50,41)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #AAE6DD

#AAE6DD
(170,230,221)
#B1E8E0
(177,232,224)
#B8EAE3
(184,234,227)
#BFECE6
(191,236,230)
#C6EEE9
(198,238,233)
#CDF0EC
(205,240,236)
#D4F2EF
(212,242,239)
#DBF4F2
(219,244,242)
#E2F6F5
(226,246,245)
#E9F8F8
(233,248,248)
#F0FAFB
(240,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE6DD; }

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

This text font color is #AAE6DD.


Background Color

.myBgColor { background-color: #AAE6DD; }

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

This div background color is #AAE6DD.


Border color

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

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

This div border color is #AAE6DD.


Opacity

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

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

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

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

This text has shadow with #AAE6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE6DD on black background.


Color preview on white background

This text has color #AAE6DD on white background.



Black color preview on #AAE6DD background

This text has black color on #AAE6DD background.


White color preview on #AAE6DD background

This text has white color on #AAE6DD background.