COLOR #AAEFB9

HEX: #AAEFB9
RGB: (170,239,185)

Color info

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

RGB color model

#AAEFB9 color RGB value is (170,239,185).

  • red value is 170;
  • green value is 239;
  • blue value is 185.
RGB:
(170,239,185)
(67%,94%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 239 of 255 = 94%
B 185 of 255 = 73%

170
239
185

R + G + B ~ 78%. #AAEFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 239 + 185 = 594 (100%)
R 170 of 594 ~ 28.62%
G 239 of 594 ~ 40.24%
B 185 of 594 ~ 31.14%

%28.62
%40.24
%31.14

CMYK color model

#AAEFB9 color CMYK value is (29,0,23,6).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 22.59%
  • key color value is 6.27%
CMYK:
(29,0,23,6)
C29M0Y23K6 
(29%,0%,23%,6%)
(0.29/0.00/0.23/0.06)	

CMYK percentages

%28.87
%0
%22.59
%6.27

Codes

Color #AAEFB9 in popluar color models

AAEFB9
RGB170239185
HSL133°68.32%80.20%
HSB/HSV133°28.87%93.73%
CMYK28.87%0.00%22.59%
6.27%

Color #AAEFB9 in popluar number systems.

HEXAAEFB9
Decimal170239185
Binary101010101110111110111001
Octal252357271

Shades and tints

Shades of #AAEFB9

#AAEFB9
(170,239,185)
#9BDAA9
(155,218,169)
#8CC599
(140,197,153)
#7DB089
(125,176,137)
#6E9B79
(110,155,121)
#5F8669
(95,134,105)
#507159
(80,113,89)
#415C49
(65,92,73)
#324739
(50,71,57)
#233229
(35,50,41)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #AAEFB9

#AAEFB9
(170,239,185)
#B1F0BF
(177,240,191)
#B8F1C5
(184,241,197)
#BFF2CB
(191,242,203)
#C6F3D1
(198,243,209)
#CDF4D7
(205,244,215)
#D4F5DD
(212,245,221)
#DBF6E3
(219,246,227)
#E2F7E9
(226,247,233)
#E9F8EF
(233,248,239)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEFB9 color. Also use rgb(170,239,185) instead hex code.

Text Font Color

.myTextColor { color: #AAEFB9; }

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

This text font color is #AAEFB9.


Background Color

.myBgColor { background-color: #AAEFB9; }

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

This div background color is #AAEFB9.


Border color

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

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

This div border color is #AAEFB9.


Opacity

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

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

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

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

This text has shadow with #AAEFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEFB9 on black background.


Color preview on white background

This text has color #AAEFB9 on white background.



Black color preview on #AAEFB9 background

This text has black color on #AAEFB9 background.


White color preview on #AAEFB9 background

This text has white color on #AAEFB9 background.