COLOR #AAE9CB

HEX: #AAE9CB RGB: (170,233,203)

Color info

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

RGB color model

#AAE9CB color RGB value is (170,233,203).

RGB: (170,233,203) (67%, 91%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 233 of 255 = 91%
B 203 of 255 = 80%

170
233
203

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

Portions of RGB colors in percentages

R + G + B = 170 + 233 + 203 = 606 (100%)
R 170 of 606 ~ 28.05%
G 233 of 606 ~ 38.45%
B 203 of 606 ~ 33.5'%

%28.05
%38.45
%33.5

CMYK color model

#AAE9CB color CMYK value is (27,0,13,9).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 8.63%

CMYK: (27,0,13,9)
C27M0Y13K9 (27%, 0%, 13%, 9%)
(0.27 / 0.00 / 0.13 / 0.09)

CMYK percentages

%27.04
%0
%12.88
%8.63

Codes

Color #AAE9CB in popluar color models

AA E9 CB
RGB 170 233 203
HSL 151° 58.88% 79.02%
HSB/HSV 151° 27.04% 91.37%
CMYK 27.04% 0.00% 12.88%
8.63%

Color #AAE9CB in popluar number systems.

HEX AA E9 CB
Decimal 170 233 203
Binary 10101010 11101001 11001011
Octal 252 351 313

Shades and tints

Shades of #AAE9CB

#AAE9CB
(170,233,203)
#9BD4B9
(155,212,185)
#8CBFA7
(140,191,167)
#7DAA95
(125,170,149)
#6E9583
(110,149,131)
#5F8071
(95,128,113)
#506B5F
(80,107,95)
#41564D
(65,86,77)
#32413B
(50,65,59)
#232C29
(35,44,41)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #AAE9CB

#AAE9CB
(170,233,203)
#B1EBCF
(177,235,207)
#B8EDD3
(184,237,211)
#BFEFD7
(191,239,215)
#C6F1DB
(198,241,219)
#CDF3DF
(205,243,223)
#D4F5E3
(212,245,227)
#DBF7E7
(219,247,231)
#E2F9EB
(226,249,235)
#E9FBEF
(233,251,239)
#F0FDF3
(240,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE9CB color. Also use rgb(170,233,203) instead hex code.

Text Font Color

.myTextColor { color: #AAE9CB; }

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

This text font color is #AAE9CB.

Background Color

.myBgColor { background-color: #AAE9CB; }

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

This div background color is #AAE9CB.

Border color

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

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

This div border color is #AAE9CB.

Opacity

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

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

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

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

This text has shadow with #AAE9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE9CB.

Preview

Color preview on black background

This text has color #AAE9CB on black background.


Color preview on white background

This text has color #AAE9CB on white background.


Black color preview on #AAE9CB background

This text has black color on #AAE9CB background.


White color preview on #AAE9CB background

This text has white color on #AAE9CB background.


Related colors

Complementary color

Complementary color for #hex is #551634.


I love getcolorcode.com

Triadic colors

1 #CBAAE9 and #E9CBAA with #AAE9CB are triadic colors.

2 #CBE9AA and #E9AACB with #AAE9CB are triadic colors.