COLOR #AAE5DF

HEX: #AAE5DF RGB: (170,229,223)

Color info

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

RGB color model

#AAE5DF color RGB value is (170,229,223).

RGB: (170,229,223) (67%, 90%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 229 of 255 = 90%
B 223 of 255 = 87%

170
229
223

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

Portions of RGB colors in percentages

R + G + B = 170 + 229 + 223 = 622 (100%)
R 170 of 622 ~ 27.33%
G 229 of 622 ~ 36.82%
B 223 of 622 ~ 35.85'%

%27.33
%36.82
%35.85

CMYK color model

#AAE5DF color CMYK value is (26,0,3,10).

  • cyan value is 25.76%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 10.20%

CMYK: (26,0,3,10)
C26M0Y3K10 (26%, 0%, 3%, 10%)
(0.26 / 0.00 / 0.03 / 0.10)

CMYK percentages

%25.76
%0
%2.62
%10.2

Codes

Color #AAE5DF in popluar color models

AA E5 DF
RGB 170 229 223
HSL 174° 53.15% 78.24%
HSB/HSV 174° 25.76% 89.80%
CMYK 25.76% 0.00% 2.62%
10.20%

Color #AAE5DF in popluar number systems.

HEX AA E5 DF
Decimal 170 229 223
Binary 10101010 11100101 11011111
Octal 252 345 337

Shades and tints

Shades of #AAE5DF

#AAE5DF
(170,229,223)
#9BD1CB
(155,209,203)
#8CBDB7
(140,189,183)
#7DA9A3
(125,169,163)
#6E958F
(110,149,143)
#5F817B
(95,129,123)
#506D67
(80,109,103)
#415953
(65,89,83)
#32453F
(50,69,63)
#23312B
(35,49,43)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #AAE5DF

#AAE5DF
(170,229,223)
#B1E7E1
(177,231,225)
#B8E9E3
(184,233,227)
#BFEBE5
(191,235,229)
#C6EDE7
(198,237,231)
#CDEFE9
(205,239,233)
#D4F1EB
(212,241,235)
#DBF3ED
(219,243,237)
#E2F5EF
(226,245,239)
#E9F7F1
(233,247,241)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE5DF color. Also use rgb(170,229,223) instead hex code.

Text Font Color

.myTextColor { color: #AAE5DF; }

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

This text font color is #AAE5DF.

Background Color

.myBgColor { background-color: #AAE5DF; }

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

This div background color is #AAE5DF.

Border color

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

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

This div border color is #AAE5DF.

Opacity

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

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

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

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

This text has shadow with #AAE5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE5DF.

Preview

Color preview on black background

This text has color #AAE5DF on black background.


Color preview on white background

This text has color #AAE5DF on white background.


Black color preview on #AAE5DF background

This text has black color on #AAE5DF background.


White color preview on #AAE5DF background

This text has white color on #AAE5DF background.


Related colors

Complementary color

Complementary color for #hex is #551A20.


I love getcolorcode.com

Triadic colors

1 #DFAAE5 and #E5DFAA with #AAE5DF are triadic colors.

2 #DFE5AA and #E5AADF with #AAE5DF are triadic colors.