COLOR #AAE4DD

HEX: #AAE4DD
RGB: (170,228,221)

Color info

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

RGB color model

#AAE4DD color RGB value is (170,228,221).

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

RGB channels and saturation

R 170 of 255 = 67%
G 228 of 255 = 89%
B 221 of 255 = 87%

170
228
221

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

Portions of RGB colors in percentages

R + G + B =
170 + 228 + 221 = 619 (100%)
R 170 of 619 ~ 27.46%
G 228 of 619 ~ 36.83%
B 221 of 619 ~ 35.7%

%27.46
%36.83
%35.7

CMYK color model

#AAE4DD color CMYK value is (25,0,3,11).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 10.59%
CMYK:
(25,0,3,11)
C25M0Y3K11 
(25%,0%,3%,11%)
(0.25/0.00/0.03/0.11)	

CMYK percentages

%25.44
%0
%3.07
%10.59

Codes

Color #AAE4DD in popluar color models

AAE4DD
RGB170228221
HSL173°51.79%78.04%
HSB/HSV173°25.44%89.41%
CMYK25.44%0.00%3.07%
10.59%

Color #AAE4DD in popluar number systems.

HEXAAE4DD
Decimal170228221
Binary101010101110010011011101
Octal252344335

Shades and tints

Shades of #AAE4DD

#AAE4DD
(170,228,221)
#9BD0C9
(155,208,201)
#8CBCB5
(140,188,181)
#7DA8A1
(125,168,161)
#6E948D
(110,148,141)
#5F8079
(95,128,121)
#506C65
(80,108,101)
#415851
(65,88,81)
#32443D
(50,68,61)
#233029
(35,48,41)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #AAE4DD

#AAE4DD
(170,228,221)
#B1E6E0
(177,230,224)
#B8E8E3
(184,232,227)
#BFEAE6
(191,234,230)
#C6ECE9
(198,236,233)
#CDEEEC
(205,238,236)
#D4F0EF
(212,240,239)
#DBF2F2
(219,242,242)
#E2F4F5
(226,244,245)
#E9F6F8
(233,246,248)
#F0F8FB
(240,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE4DD; }

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

This text font color is #AAE4DD.


Background Color

.myBgColor { background-color: #AAE4DD; }

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

This div background color is #AAE4DD.


Border color

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

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

This div border color is #AAE4DD.


Opacity

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

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

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

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

This text has shadow with #AAE4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE4DD on black background.


Color preview on white background

This text has color #AAE4DD on white background.



Black color preview on #AAE4DD background

This text has black color on #AAE4DD background.


White color preview on #AAE4DD background

This text has white color on #AAE4DD background.