COLOR #AAD4A2

HEX: #AAD4A2
RGB: (170,212,162)

Color info

#AAD4A2 contains red, green and blue colors in about the same proportion. Web safe color of #AAD4A2 is #99CC99 (or #9C9).

RGB color model

#AAD4A2 color RGB value is (170,212,162).

  • red value is 170;
  • green value is 212;
  • blue value is 162.
RGB:
(170,212,162)
(67%,83%,64%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 162 of 255 = 64%

170
212
162

R + G + B ~ 71%. #AAD4A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 212 + 162 = 544 (100%)
R 170 of 544 ~ 31.25%
G 212 of 544 ~ 38.97%
B 162 of 544 ~ 29.78%

%31.25
%38.97
%29.78

CMYK color model

#AAD4A2 color CMYK value is (20,0,24,17).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 16.86%
CMYK:
(20,0,24,17)
C20M0Y24K17 
(20%,0%,24%,17%)
(0.20/0.00/0.24/0.17)	

CMYK percentages

%19.81
%0
%23.58
%16.86

Codes

Color #AAD4A2 in popluar color models

AAD4A2
RGB170212162
HSL110°36.76%73.33%
HSB/HSV110°23.58%83.14%
CMYK19.81%0.00%23.58%
16.86%

Color #AAD4A2 in popluar number systems.

HEXAAD4A2
Decimal170212162
Binary101010101101010010100010
Octal252324242

Shades and tints

Shades of #AAD4A2

#AAD4A2
(170,212,162)
#9BC194
(155,193,148)
#8CAE86
(140,174,134)
#7D9B78
(125,155,120)
#6E886A
(110,136,106)
#5F755C
(95,117,92)
#50624E
(80,98,78)
#414F40
(65,79,64)
#323C32
(50,60,50)
#232924
(35,41,36)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #AAD4A2

#AAD4A2
(170,212,162)
#B1D7AA
(177,215,170)
#B8DAB2
(184,218,178)
#BFDDBA
(191,221,186)
#C6E0C2
(198,224,194)
#CDE3CA
(205,227,202)
#D4E6D2
(212,230,210)
#DBE9DA
(219,233,218)
#E2ECE2
(226,236,226)
#E9EFEA
(233,239,234)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD4A2 color. Also use rgb(170,212,162) instead hex code.

Text Font Color

.myTextColor { color: #AAD4A2; }

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

This text font color is #AAD4A2.


Background Color

.myBgColor { background-color: #AAD4A2; }

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

This div background color is #AAD4A2.


Border color

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

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

This div border color is #AAD4A2.


Opacity

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

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

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

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

This text has shadow with #AAD4A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD4A2 on black background.


Color preview on white background

This text has color #AAD4A2 on white background.



Black color preview on #AAD4A2 background

This text has black color on #AAD4A2 background.


White color preview on #AAD4A2 background

This text has white color on #AAD4A2 background.