COLOR #AAE9C8

HEX: #AAE9C8
RGB: (170,233,200)

Color info

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

RGB color model

#AAE9C8 color RGB value is (170,233,200).

  • red value is 170;
  • green value is 233;
  • blue value is 200.
RGB:
(170,233,200)
(67%,91%,78%)

RGB channels and saturation

R 170 of 255 = 67%
G 233 of 255 = 91%
B 200 of 255 = 78%

170
233
200

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

Portions of RGB colors in percentages

R + G + B =
170 + 233 + 200 = 603 (100%)
R 170 of 603 ~ 28.19%
G 233 of 603 ~ 38.64%
B 200 of 603 ~ 33.17%

%28.19
%38.64
%33.17

CMYK color model

#AAE9C8 color CMYK value is (27,0,14,9).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(27,0,14,9)
C27M0Y14K9 
(27%,0%,14%,9%)
(0.27/0.00/0.14/0.09)	

CMYK percentages

%27.04
%0
%14.16
%8.63

Codes

Color #AAE9C8 in popluar color models

AAE9C8
RGB170233200
HSL149°58.88%79.02%
HSB/HSV149°27.04%91.37%
CMYK27.04%0.00%14.16%
8.63%

Color #AAE9C8 in popluar number systems.

HEXAAE9C8
Decimal170233200
Binary101010101110100111001000
Octal252351310

Shades and tints

Shades of #AAE9C8

#AAE9C8
(170,233,200)
#9BD4B6
(155,212,182)
#8CBFA4
(140,191,164)
#7DAA92
(125,170,146)
#6E9580
(110,149,128)
#5F806E
(95,128,110)
#506B5C
(80,107,92)
#41564A
(65,86,74)
#324138
(50,65,56)
#232C26
(35,44,38)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AAE9C8

#AAE9C8
(170,233,200)
#B1EBCD
(177,235,205)
#B8EDD2
(184,237,210)
#BFEFD7
(191,239,215)
#C6F1DC
(198,241,220)
#CDF3E1
(205,243,225)
#D4F5E6
(212,245,230)
#DBF7EB
(219,247,235)
#E2F9F0
(226,249,240)
#E9FBF5
(233,251,245)
#F0FDFA
(240,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE9C8; }

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

This text font color is #AAE9C8.


Background Color

.myBgColor { background-color: #AAE9C8; }

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

This div background color is #AAE9C8.


Border color

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

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

This div border color is #AAE9C8.


Opacity

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

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

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

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

This text has shadow with #AAE9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE9C8 on black background.


Color preview on white background

This text has color #AAE9C8 on white background.



Black color preview on #AAE9C8 background

This text has black color on #AAE9C8 background.


White color preview on #AAE9C8 background

This text has white color on #AAE9C8 background.