COLOR #AAD6AD

HEX: #AAD6AD
RGB: (170,214,173)

Color info

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

RGB color model

#AAD6AD color RGB value is (170,214,173).

  • red value is 170;
  • green value is 214;
  • blue value is 173.
RGB:
(170,214,173)
(67%,84%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 173 of 255 = 68%

170
214
173

R + G + B ~ 73%. #AAD6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 214 + 173 = 557 (100%)
R 170 of 557 ~ 30.52%
G 214 of 557 ~ 38.42%
B 173 of 557 ~ 31.06%

%30.52
%38.42
%31.06

CMYK color model

#AAD6AD color CMYK value is (21,0,19,16).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 19.16%
  • key color value is 16.08%
CMYK:
(21,0,19,16)
C21M0Y19K16 
(21%,0%,19%,16%)
(0.21/0.00/0.19/0.16)	

CMYK percentages

%20.56
%0
%19.16
%16.08

Codes

Color #AAD6AD in popluar color models

AAD6AD
RGB170214173
HSL124°34.92%75.29%
HSB/HSV124°20.56%83.92%
CMYK20.56%0.00%19.16%
16.08%

Color #AAD6AD in popluar number systems.

HEXAAD6AD
Decimal170214173
Binary101010101101011010101101
Octal252326255

Shades and tints

Shades of #AAD6AD

#AAD6AD
(170,214,173)
#9BC39E
(155,195,158)
#8CB08F
(140,176,143)
#7D9D80
(125,157,128)
#6E8A71
(110,138,113)
#5F7762
(95,119,98)
#506453
(80,100,83)
#415144
(65,81,68)
#323E35
(50,62,53)
#232B26
(35,43,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #AAD6AD

#AAD6AD
(170,214,173)
#B1D9B4
(177,217,180)
#B8DCBB
(184,220,187)
#BFDFC2
(191,223,194)
#C6E2C9
(198,226,201)
#CDE5D0
(205,229,208)
#D4E8D7
(212,232,215)
#DBEBDE
(219,235,222)
#E2EEE5
(226,238,229)
#E9F1EC
(233,241,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6AD; }

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

This text font color is #AAD6AD.


Background Color

.myBgColor { background-color: #AAD6AD; }

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

This div background color is #AAD6AD.


Border color

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

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

This div border color is #AAD6AD.


Opacity

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

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

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

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

This text has shadow with #AAD6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD6AD on black background.


Color preview on white background

This text has color #AAD6AD on white background.



Black color preview on #AAD6AD background

This text has black color on #AAD6AD background.


White color preview on #AAD6AD background

This text has white color on #AAD6AD background.