COLOR #AAE0DB

HEX: #AAE0DB RGB: (170,224,219)

Color info

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

RGB color model

#AAE0DB color RGB value is (170,224,219).

RGB: (170,224,219) (67%, 88%, 86%)

RGB channels and saturation

R 170 of 255 = 67%
G 224 of 255 = 88%
B 219 of 255 = 86%

170
224
219

R + G + B ~ 80%. #AAE0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 224 + 219 = 613 (100%)
R 170 of 613 ~ 27.73%
G 224 of 613 ~ 36.54%
B 219 of 613 ~ 35.73'%

%27.73
%36.54
%35.73

CMYK color model

#AAE0DB color CMYK value is (24,0,2,12).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 12.16%

CMYK: (24,0,2,12)
C24M0Y2K12 (24%, 0%, 2%, 12%)
(0.24 / 0.00 / 0.02 / 0.12)

CMYK percentages

%24.11
%0
%2.23
%12.16

Codes

Color #AAE0DB in popluar color models

AA E0 DB
RGB 170 224 219
HSL 174° 46.55% 77.25%
HSB/HSV 174° 24.11% 87.84%
CMYK 24.11% 0.00% 2.23%
12.16%

Color #AAE0DB in popluar number systems.

HEX AA E0 DB
Decimal 170 224 219
Binary 10101010 11100000 11011011
Octal 252 340 333

Shades and tints

Shades of #AAE0DB

#AAE0DB
(170,224,219)
#9BCCC8
(155,204,200)
#8CB8B5
(140,184,181)
#7DA4A2
(125,164,162)
#6E908F
(110,144,143)
#5F7C7C
(95,124,124)
#506869
(80,104,105)
#415456
(65,84,86)
#324043
(50,64,67)
#232C30
(35,44,48)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #AAE0DB

#AAE0DB
(170,224,219)
#B1E2DE
(177,226,222)
#B8E4E1
(184,228,225)
#BFE6E4
(191,230,228)
#C6E8E7
(198,232,231)
#CDEAEA
(205,234,234)
#D4ECED
(212,236,237)
#DBEEF0
(219,238,240)
#E2F0F3
(226,240,243)
#E9F2F6
(233,242,246)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE0DB; }

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

This text font color is #AAE0DB.

Background Color

.myBgColor { background-color: #AAE0DB; }

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

This div background color is #AAE0DB.

Border color

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

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

This div border color is #AAE0DB.

Opacity

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

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

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

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

This text has shadow with #AAE0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE0DB.

Preview

Color preview on black background

This text has color #AAE0DB on black background.


Color preview on white background

This text has color #AAE0DB on white background.


Black color preview on #AAE0DB background

This text has black color on #AAE0DB background.


White color preview on #AAE0DB background

This text has white color on #AAE0DB background.


Related colors

Complementary color

Complementary color for #hex is #551F24.


I love getcolorcode.com

Triadic colors

1 #DBAAE0 and #E0DBAA with #AAE0DB are triadic colors.

2 #DBE0AA and #E0AADB with #AAE0DB are triadic colors.