COLOR #AAE7DE

HEX: #AAE7DE RGB: (170,231,222)

Color info

#AAE7DE contains mainly green and blue colors. Web safe color of #AAE7DE is #99FFCC (or #9FC).

RGB color model

#AAE7DE color RGB value is (170,231,222).

RGB: (170,231,222) (67%, 91%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 231 of 255 = 91%
B 222 of 255 = 87%

170
231
222

R + G + B ~ 82%. #AAE7DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 231 + 222 = 623 (100%)
R 170 of 623 ~ 27.29%
G 231 of 623 ~ 37.08%
B 222 of 623 ~ 35.63'%

%27.29
%37.08
%35.63

CMYK color model

#AAE7DE color CMYK value is (26,0,4,9).

  • cyan value is 26.41%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%

CMYK: (26,0,4,9)
C26M0Y4K9 (26%, 0%, 4%, 9%)
(0.26 / 0.00 / 0.04 / 0.09)

CMYK percentages

%26.41
%0
%3.9
%9.41

Codes

Color #AAE7DE in popluar color models

AA E7 DE
RGB 170 231 222
HSL 171° 55.96% 78.63%
HSB/HSV 171° 26.41% 90.59%
CMYK 26.41% 0.00% 3.90%
9.41%

Color #AAE7DE in popluar number systems.

HEX AA E7 DE
Decimal 170 231 222
Binary 10101010 11100111 11011110
Octal 252 347 336

Shades and tints

Shades of #AAE7DE

#AAE7DE
(170,231,222)
#9BD2CA
(155,210,202)
#8CBDB6
(140,189,182)
#7DA8A2
(125,168,162)
#6E938E
(110,147,142)
#5F7E7A
(95,126,122)
#506966
(80,105,102)
#415452
(65,84,82)
#323F3E
(50,63,62)
#232A2A
(35,42,42)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #AAE7DE

#AAE7DE
(170,231,222)
#B1E9E1
(177,233,225)
#B8EBE4
(184,235,228)
#BFEDE7
(191,237,231)
#C6EFEA
(198,239,234)
#CDF1ED
(205,241,237)
#D4F3F0
(212,243,240)
#DBF5F3
(219,245,243)
#E2F7F6
(226,247,246)
#E9F9F9
(233,249,249)
#F0FBFC
(240,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE7DE color. Also use rgb(170,231,222) instead hex code.

Text Font Color

.myTextColor { color: #AAE7DE; }

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

This text font color is #AAE7DE.

Background Color

.myBgColor { background-color: #AAE7DE; }

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

This div background color is #AAE7DE.

Border color

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

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

This div border color is #AAE7DE.

Opacity

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

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

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

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

This text has shadow with #AAE7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE7DE.

Preview

Color preview on black background

This text has color #AAE7DE on black background.


Color preview on white background

This text has color #AAE7DE on white background.


Black color preview on #AAE7DE background

This text has black color on #AAE7DE background.


White color preview on #AAE7DE background

This text has white color on #AAE7DE background.


Related colors

Complementary color

Complementary color for #hex is #551821.


I love getcolorcode.com

Triadic colors

1 #DEAAE7 and #E7DEAA with #AAE7DE are triadic colors.

2 #DEE7AA and #E7AADE with #AAE7DE are triadic colors.