COLOR #AAE4D0

HEX: #AAE4D0 RGB: (170,228,208)

Color info

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

RGB color model

#AAE4D0 color RGB value is (170,228,208).

RGB: (170,228,208) (67%, 89%, 82%)

RGB channels and saturation

R 170 of 255 = 67%
G 228 of 255 = 89%
B 208 of 255 = 82%

170
228
208

R + G + B ~ 79%. #AAE4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 228 + 208 = 606 (100%)
R 170 of 606 ~ 28.05%
G 228 of 606 ~ 37.62%
B 208 of 606 ~ 34.32'%

%28.05
%37.62
%34.32

CMYK color model

#AAE4D0 color CMYK value is (25,0,9,11).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 10.59%

CMYK: (25,0,9,11)
C25M0Y9K11 (25%, 0%, 9%, 11%)
(0.25 / 0.00 / 0.09 / 0.11)

CMYK percentages

%25.44
%0
%8.77
%10.59

Codes

Color #AAE4D0 in popluar color models

AA E4 D0
RGB 170 228 208
HSL 159° 51.79% 78.04%
HSB/HSV 159° 25.44% 89.41%
CMYK 25.44% 0.00% 8.77%
10.59%

Color #AAE4D0 in popluar number systems.

HEX AA E4 D0
Decimal 170 228 208
Binary 10101010 11100100 11010000
Octal 252 344 320

Shades and tints

Shades of #AAE4D0

#AAE4D0
(170,228,208)
#9BD0BE
(155,208,190)
#8CBCAC
(140,188,172)
#7DA89A
(125,168,154)
#6E9488
(110,148,136)
#5F8076
(95,128,118)
#506C64
(80,108,100)
#415852
(65,88,82)
#324440
(50,68,64)
#23302E
(35,48,46)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #AAE4D0

#AAE4D0
(170,228,208)
#B1E6D4
(177,230,212)
#B8E8D8
(184,232,216)
#BFEADC
(191,234,220)
#C6ECE0
(198,236,224)
#CDEEE4
(205,238,228)
#D4F0E8
(212,240,232)
#DBF2EC
(219,242,236)
#E2F4F0
(226,244,240)
#E9F6F4
(233,246,244)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE4D0; }

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

This text font color is #AAE4D0.

Background Color

.myBgColor { background-color: #AAE4D0; }

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

This div background color is #AAE4D0.

Border color

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

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

This div border color is #AAE4D0.

Opacity

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

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

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

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

This text has shadow with #AAE4D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE4D0.

Preview

Color preview on black background

This text has color #AAE4D0 on black background.


Color preview on white background

This text has color #AAE4D0 on white background.


Black color preview on #AAE4D0 background

This text has black color on #AAE4D0 background.


White color preview on #AAE4D0 background

This text has white color on #AAE4D0 background.


Related colors

Complementary color

Complementary color for #hex is #551B2F.


I love getcolorcode.com

Triadic colors

1 #D0AAE4 and #E4D0AA with #AAE4D0 are triadic colors.

2 #D0E4AA and #E4AAD0 with #AAE4D0 are triadic colors.