COLOR #AAD87D

HEX: #AAD87D
RGB: (170,216,125)

Color info

#AAD87D contains mainly red and green colors. Web safe color of #AAD87D is #99CC66 (or #9C6).

RGB color model

#AAD87D color RGB value is (170,216,125).

  • red value is 170;
  • green value is 216;
  • blue value is 125.
RGB:
(170,216,125)
(67%,85%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 216 of 255 = 85%
B 125 of 255 = 49%

170
216
125

R + G + B ~ 67%. #AAD87D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 216 + 125 = 511 (100%)
R 170 of 511 ~ 33.27%
G 216 of 511 ~ 42.27%
B 125 of 511 ~ 24.46%

%33.27
%42.27
%24.46

CMYK color model

#AAD87D color CMYK value is (21,0,42,15).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 42.13%
  • key color value is 15.29%
CMYK:
(21,0,42,15)
C21M0Y42K15 
(21%,0%,42%,15%)
(0.21/0.00/0.42/0.15)	

CMYK percentages

%21.3
%0
%42.13
%15.29

Codes

Color #AAD87D in popluar color models

AAD87D
RGB170216125
HSL90°53.85%66.86%
HSB/HSV90°42.13%84.71%
CMYK21.30%0.00%42.13%
15.29%

Color #AAD87D in popluar number systems.

HEXAAD87D
Decimal170216125
Binary10101010110110001111101
Octal252330175

Shades and tints

Shades of #AAD87D

#AAD87D
(170,216,125)
#9BC572
(155,197,114)
#8CB267
(140,178,103)
#7D9F5C
(125,159,92)
#6E8C51
(110,140,81)
#5F7946
(95,121,70)
#50663B
(80,102,59)
#415330
(65,83,48)
#324025
(50,64,37)
#232D1A
(35,45,26)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #AAD87D

#AAD87D
(170,216,125)
#B1DB88
(177,219,136)
#B8DE93
(184,222,147)
#BFE19E
(191,225,158)
#C6E4A9
(198,228,169)
#CDE7B4
(205,231,180)
#D4EABF
(212,234,191)
#DBEDCA
(219,237,202)
#E2F0D5
(226,240,213)
#E9F3E0
(233,243,224)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD87D; }

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

This text font color is #AAD87D.


Background Color

.myBgColor { background-color: #AAD87D; }

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

This div background color is #AAD87D.


Border color

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

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

This div border color is #AAD87D.


Opacity

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

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

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

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

This text has shadow with #AAD87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD87D on black background.


Color preview on white background

This text has color #AAD87D on white background.



Black color preview on #AAD87D background

This text has black color on #AAD87D background.


White color preview on #AAD87D background

This text has white color on #AAD87D background.