COLOR #AAD586

HEX: #AAD586
RGB: (170,213,134)

Color info

#AAD586 contains mainly red and green colors. Web safe color of #AAD586 is #99CC99 (or #9C9).

RGB color model

#AAD586 color RGB value is (170,213,134).

  • red value is 170;
  • green value is 213;
  • blue value is 134.
RGB:
(170,213,134)
(67%,84%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 134 of 255 = 53%

170
213
134

R + G + B ~ 68%. #AAD586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 213 + 134 = 517 (100%)
R 170 of 517 ~ 32.88%
G 213 of 517 ~ 41.2%
B 134 of 517 ~ 25.92%

%32.88
%41.2
%25.92

CMYK color model

#AAD586 color CMYK value is (20,0,37,16).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 37.09%
  • key color value is 16.47%
CMYK:
(20,0,37,16)
C20M0Y37K16 
(20%,0%,37%,16%)
(0.20/0.00/0.37/0.16)	

CMYK percentages

%20.19
%0
%37.09
%16.47

Codes

Color #AAD586 in popluar color models

AAD586
RGB170213134
HSL93°48.47%68.04%
HSB/HSV93°37.09%83.53%
CMYK20.19%0.00%37.09%
16.47%

Color #AAD586 in popluar number systems.

HEXAAD586
Decimal170213134
Binary101010101101010110000110
Octal252325206

Shades and tints

Shades of #AAD586

#AAD586
(170,213,134)
#9BC27A
(155,194,122)
#8CAF6E
(140,175,110)
#7D9C62
(125,156,98)
#6E8956
(110,137,86)
#5F764A
(95,118,74)
#50633E
(80,99,62)
#415032
(65,80,50)
#323D26
(50,61,38)
#232A1A
(35,42,26)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #AAD586

#AAD586
(170,213,134)
#B1D891
(177,216,145)
#B8DB9C
(184,219,156)
#BFDEA7
(191,222,167)
#C6E1B2
(198,225,178)
#CDE4BD
(205,228,189)
#D4E7C8
(212,231,200)
#DBEAD3
(219,234,211)
#E2EDDE
(226,237,222)
#E9F0E9
(233,240,233)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD586; }

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

This text font color is #AAD586.


Background Color

.myBgColor { background-color: #AAD586; }

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

This div background color is #AAD586.


Border color

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

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

This div border color is #AAD586.


Opacity

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

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

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

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

This text has shadow with #AAD586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD586 on black background.


Color preview on white background

This text has color #AAD586 on white background.



Black color preview on #AAD586 background

This text has black color on #AAD586 background.


White color preview on #AAD586 background

This text has white color on #AAD586 background.