COLOR #AAE9CF

HEX: #AAE9CF RGB: (170,233,207)

Color info

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

RGB color model

#AAE9CF color RGB value is (170,233,207).

RGB: (170,233,207) (67%, 91%, 81%)

RGB channels and saturation

R 170 of 255 = 67%
G 233 of 255 = 91%
B 207 of 255 = 81%

170
233
207

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

Portions of RGB colors in percentages

R + G + B = 170 + 233 + 207 = 610 (100%)
R 170 of 610 ~ 27.87%
G 233 of 610 ~ 38.2%
B 207 of 610 ~ 33.93'%

%27.87
%38.2
%33.93

CMYK color model

#AAE9CF color CMYK value is (27,0,11,9).

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

CMYK: (27,0,11,9)
C27M0Y11K9 (27%, 0%, 11%, 9%)
(0.27 / 0.00 / 0.11 / 0.09)

CMYK percentages

%27.04
%0
%11.16
%8.63

Codes

Color #AAE9CF in popluar color models

AA E9 CF
RGB 170 233 207
HSL 155° 58.88% 79.02%
HSB/HSV 155° 27.04% 91.37%
CMYK 27.04% 0.00% 11.16%
8.63%

Color #AAE9CF in popluar number systems.

HEX AA E9 CF
Decimal 170 233 207
Binary 10101010 11101001 11001111
Octal 252 351 317

Shades and tints

Shades of #AAE9CF

#AAE9CF
(170,233,207)
#9BD4BD
(155,212,189)
#8CBFAB
(140,191,171)
#7DAA99
(125,170,153)
#6E9587
(110,149,135)
#5F8075
(95,128,117)
#506B63
(80,107,99)
#415651
(65,86,81)
#32413F
(50,65,63)
#232C2D
(35,44,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #AAE9CF

#AAE9CF
(170,233,207)
#B1EBD3
(177,235,211)
#B8EDD7
(184,237,215)
#BFEFDB
(191,239,219)
#C6F1DF
(198,241,223)
#CDF3E3
(205,243,227)
#D4F5E7
(212,245,231)
#DBF7EB
(219,247,235)
#E2F9EF
(226,249,239)
#E9FBF3
(233,251,243)
#F0FDF7
(240,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE9CF; }

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

This text font color is #AAE9CF.

Background Color

.myBgColor { background-color: #AAE9CF; }

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

This div background color is #AAE9CF.

Border color

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

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

This div border color is #AAE9CF.

Opacity

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

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

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

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

This text has shadow with #AAE9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE9CF.

Preview

Color preview on black background

This text has color #AAE9CF on black background.


Color preview on white background

This text has color #AAE9CF on white background.


Black color preview on #AAE9CF background

This text has black color on #AAE9CF background.


White color preview on #AAE9CF background

This text has white color on #AAE9CF background.


Related colors

Complementary color

Complementary color for #hex is #551630.


I love getcolorcode.com

Triadic colors

1 #CFAAE9 and #E9CFAA with #AAE9CF are triadic colors.

2 #CFE9AA and #E9AACF with #AAE9CF are triadic colors.