COLOR #AAE7BB

HEX: #AAE7BB
RGB: (170,231,187)

Color info

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

RGB color model

#AAE7BB color RGB value is (170,231,187).

  • red value is 170;
  • green value is 231;
  • blue value is 187.
RGB:
(170,231,187)
(67%,91%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 231 of 255 = 91%
B 187 of 255 = 73%

170
231
187

R + G + B ~ 77%. #AAE7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 231 + 187 = 588 (100%)
R 170 of 588 ~ 28.91%
G 231 of 588 ~ 39.29%
B 187 of 588 ~ 31.8%

%28.91
%39.29
%31.8

CMYK color model

#AAE7BB color CMYK value is (26,0,19,9).

  • cyan value is 26.41%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 9.41%
CMYK:
(26,0,19,9)
C26M0Y19K9 
(26%,0%,19%,9%)
(0.26/0.00/0.19/0.09)	

CMYK percentages

%26.41
%0
%19.05
%9.41

Codes

Color #AAE7BB in popluar color models

AAE7BB
RGB170231187
HSL137°55.96%78.63%
HSB/HSV137°26.41%90.59%
CMYK26.41%0.00%19.05%
9.41%

Color #AAE7BB in popluar number systems.

HEXAAE7BB
Decimal170231187
Binary101010101110011110111011
Octal252347273

Shades and tints

Shades of #AAE7BB

#AAE7BB
(170,231,187)
#9BD2AA
(155,210,170)
#8CBD99
(140,189,153)
#7DA888
(125,168,136)
#6E9377
(110,147,119)
#5F7E66
(95,126,102)
#506955
(80,105,85)
#415444
(65,84,68)
#323F33
(50,63,51)
#232A22
(35,42,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AAE7BB

#AAE7BB
(170,231,187)
#B1E9C1
(177,233,193)
#B8EBC7
(184,235,199)
#BFEDCD
(191,237,205)
#C6EFD3
(198,239,211)
#CDF1D9
(205,241,217)
#D4F3DF
(212,243,223)
#DBF5E5
(219,245,229)
#E2F7EB
(226,247,235)
#E9F9F1
(233,249,241)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE7BB color. Also use rgb(170,231,187) instead hex code.

Text Font Color

.myTextColor { color: #AAE7BB; }

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

This text font color is #AAE7BB.


Background Color

.myBgColor { background-color: #AAE7BB; }

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

This div background color is #AAE7BB.


Border color

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

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

This div border color is #AAE7BB.


Opacity

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

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

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

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

This text has shadow with #AAE7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE7BB on black background.


Color preview on white background

This text has color #AAE7BB on white background.



Black color preview on #AAE7BB background

This text has black color on #AAE7BB background.


White color preview on #AAE7BB background

This text has white color on #AAE7BB background.