COLOR #87AA81

HEX: #87AA81
RGB: (135,170,129)

Color info

#87AA81 contains red, green and blue colors in about the same proportion. Web safe color of #87AA81 is #999999 (or #999).

RGB color model

#87AA81 color RGB value is (135,170,129).

  • red value is 135;
  • green value is 170;
  • blue value is 129.
RGB:
(135,170,129)
(53%,67%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 129 of 255 = 51%

135
170
129

R + G + B ~ 57%. #87AA81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 170 + 129 = 434 (100%)
R 135 of 434 ~ 31.11%
G 170 of 434 ~ 39.17%
B 129 of 434 ~ 29.72%

%31.11
%39.17
%29.72

CMYK color model

#87AA81 color CMYK value is (21,0,24,33).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 33.33%
CMYK:
(21,0,24,33)
C21M0Y24K33 
(21%,0%,24%,33%)
(0.21/0.00/0.24/0.33)	

CMYK percentages

%20.59
%0
%24.12
%33.33

Codes

Color #87AA81 in popluar color models

87AA81
RGB135170129
HSL111°19.43%58.63%
HSB/HSV111°24.12%66.67%
CMYK20.59%0.00%24.12%
33.33%

Color #87AA81 in popluar number systems.

HEX87AA81
Decimal135170129
Binary100001111010101010000001
Octal207252201

Shades and tints

Shades of #87AA81

#87AA81
(135,170,129)
#7B9B76
(123,155,118)
#6F8C6B
(111,140,107)
#637D60
(99,125,96)
#576E55
(87,110,85)
#4B5F4A
(75,95,74)
#3F503F
(63,80,63)
#334134
(51,65,52)
#273229
(39,50,41)
#1B231E
(27,35,30)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #87AA81

#87AA81
(135,170,129)
#91B18C
(145,177,140)
#9BB897
(155,184,151)
#A5BFA2
(165,191,162)
#AFC6AD
(175,198,173)
#B9CDB8
(185,205,184)
#C3D4C3
(195,212,195)
#CDDBCE
(205,219,206)
#D7E2D9
(215,226,217)
#E1E9E4
(225,233,228)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AA81 color. Also use rgb(135,170,129) instead hex code.

Text Font Color

.myTextColor { color: #87AA81; }

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

This text font color is #87AA81.


Background Color

.myBgColor { background-color: #87AA81; }

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

This div background color is #87AA81.


Border color

.myBorderColor { border: 1px solid #87AA81; }

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

This div border color is #87AA81.


Opacity

.myOpacity80 { color: #87AA81; opacity: 0.8; }

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

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

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

This text has shadow with #87AA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AA81 on black background.


Color preview on white background

This text has color #87AA81 on white background.



Black color preview on #87AA81 background

This text has black color on #87AA81 background.


White color preview on #87AA81 background

This text has white color on #87AA81 background.