COLOR #AAD2AA

HEX: #AAD2AA
RGB: (170,210,170)

Color info

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

RGB color model

#AAD2AA color RGB value is (170,210,170).

  • red value is 170;
  • green value is 210;
  • blue value is 170.
RGB:
(170,210,170)
(67%,82%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 170 of 255 = 67%

170
210
170

R + G + B ~ 72%. #AAD2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 210 + 170 = 550 (100%)
R 170 of 550 ~ 30.91%
G 210 of 550 ~ 38.18%
B 170 of 550 ~ 30.91%

%30.91
%38.18
%30.91

CMYK color model

#AAD2AA color CMYK value is (19,0,19,18).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 17.65%
CMYK:
(19,0,19,18)
C19M0Y19K18 
(19%,0%,19%,18%)
(0.19/0.00/0.19/0.18)	

CMYK percentages

%19.05
%0
%19.05
%17.65

Codes

Color #AAD2AA in popluar color models

AAD2AA
RGB170210170
HSL120°30.77%74.51%
HSB/HSV120°19.05%82.35%
CMYK19.05%0.00%19.05%
17.65%

Color #AAD2AA in popluar number systems.

HEXAAD2AA
Decimal170210170
Binary101010101101001010101010
Octal252322252

Shades and tints

Shades of #AAD2AA

#AAD2AA
(170,210,170)
#9BBF9B
(155,191,155)
#8CAC8C
(140,172,140)
#7D997D
(125,153,125)
#6E866E
(110,134,110)
#5F735F
(95,115,95)
#506050
(80,96,80)
#414D41
(65,77,65)
#323A32
(50,58,50)
#232723
(35,39,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AAD2AA

#AAD2AA
(170,210,170)
#B1D6B1
(177,214,177)
#B8DAB8
(184,218,184)
#BFDEBF
(191,222,191)
#C6E2C6
(198,226,198)
#CDE6CD
(205,230,205)
#D4EAD4
(212,234,212)
#DBEEDB
(219,238,219)
#E2F2E2
(226,242,226)
#E9F6E9
(233,246,233)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD2AA; }

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

This text font color is #AAD2AA.


Background Color

.myBgColor { background-color: #AAD2AA; }

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

This div background color is #AAD2AA.


Border color

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

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

This div border color is #AAD2AA.


Opacity

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

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

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

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

This text has shadow with #AAD2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD2AA on black background.


Color preview on white background

This text has color #AAD2AA on white background.



Black color preview on #AAD2AA background

This text has black color on #AAD2AA background.


White color preview on #AAD2AA background

This text has white color on #AAD2AA background.