COLOR #AAE7AB

HEX: #AAE7AB
RGB: (170,231,171)

Color info

#AAE7AB contains mainly green color. Web safe color of #AAE7AB is #99FF99 (or #9F9).

RGB color model

#AAE7AB color RGB value is (170,231,171).

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

RGB channels and saturation

R 170 of 255 = 67%
G 231 of 255 = 91%
B 171 of 255 = 67%

170
231
171

R + G + B ~ 75%. #AAE7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 231 + 171 = 572 (100%)
R 170 of 572 ~ 29.72%
G 231 of 572 ~ 40.38%
B 171 of 572 ~ 29.9%

%29.72
%40.38
%29.9

CMYK color model

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

  • cyan value is 26.41%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 9.41%
CMYK:
(26,0,26,9)
C26M0Y26K9 
(26%,0%,26%,9%)
(0.26/0.00/0.26/0.09)	

CMYK percentages

%26.41
%0
%25.97
%9.41

Codes

Color #AAE7AB in popluar color models

AAE7AB
RGB170231171
HSL121°55.96%78.63%
HSB/HSV121°26.41%90.59%
CMYK26.41%0.00%25.97%
9.41%

Color #AAE7AB in popluar number systems.

HEXAAE7AB
Decimal170231171
Binary101010101110011110101011
Octal252347253

Shades and tints

Shades of #AAE7AB

#AAE7AB
(170,231,171)
#9BD29C
(155,210,156)
#8CBD8D
(140,189,141)
#7DA87E
(125,168,126)
#6E936F
(110,147,111)
#5F7E60
(95,126,96)
#506951
(80,105,81)
#415442
(65,84,66)
#323F33
(50,63,51)
#232A24
(35,42,36)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAE7AB

#AAE7AB
(170,231,171)
#B1E9B2
(177,233,178)
#B8EBB9
(184,235,185)
#BFEDC0
(191,237,192)
#C6EFC7
(198,239,199)
#CDF1CE
(205,241,206)
#D4F3D5
(212,243,213)
#DBF5DC
(219,245,220)
#E2F7E3
(226,247,227)
#E9F9EA
(233,249,234)
#F0FBF1
(240,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE7AB; }

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

This text font color is #AAE7AB.


Background Color

.myBgColor { background-color: #AAE7AB; }

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

This div background color is #AAE7AB.


Border color

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

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

This div border color is #AAE7AB.


Opacity

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

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

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

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

This text has shadow with #AAE7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE7AB on black background.


Color preview on white background

This text has color #AAE7AB on white background.



Black color preview on #AAE7AB background

This text has black color on #AAE7AB background.


White color preview on #AAE7AB background

This text has white color on #AAE7AB background.