COLOR #87AB5F

HEX: #87AB5F
RGB: (135,171,95)

Color info

#87AB5F contains mainly red and green colors. Web safe color of #87AB5F is #999966 (or #996).

RGB color model

#87AB5F color RGB value is (135,171,95).

  • red value is 135;
  • green value is 171;
  • blue value is 95.
RGB:
(135,171,95)
(53%,67%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 171 of 255 = 67%
B 95 of 255 = 37%

135
171
95

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

Portions of RGB colors in percentages

R + G + B =
135 + 171 + 95 = 401 (100%)
R 135 of 401 ~ 33.67%
G 171 of 401 ~ 42.64%
B 95 of 401 ~ 23.69%

%33.67
%42.64
%23.69

CMYK color model

#87AB5F color CMYK value is (21,0,44,33).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 32.94%
CMYK:
(21,0,44,33)
C21M0Y44K33 
(21%,0%,44%,33%)
(0.21/0.00/0.44/0.33)	

CMYK percentages

%21.05
%0
%44.44
%32.94

Codes

Color #87AB5F in popluar color models

87AB5F
RGB13517195
HSL88°31.15%52.16%
HSB/HSV88°44.44%67.06%
CMYK21.05%0.00%44.44%
32.94%

Color #87AB5F in popluar number systems.

HEX87AB5F
Decimal13517195
Binary10000111101010111011111
Octal207253137

Shades and tints

Shades of #87AB5F

#87AB5F
(135,171,95)
#7B9C57
(123,156,87)
#6F8D4F
(111,141,79)
#637E47
(99,126,71)
#576F3F
(87,111,63)
#4B6037
(75,96,55)
#3F512F
(63,81,47)
#334227
(51,66,39)
#27331F
(39,51,31)
#1B2417
(27,36,23)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #87AB5F

#87AB5F
(135,171,95)
#91B26D
(145,178,109)
#9BB97B
(155,185,123)
#A5C089
(165,192,137)
#AFC797
(175,199,151)
#B9CEA5
(185,206,165)
#C3D5B3
(195,213,179)
#CDDCC1
(205,220,193)
#D7E3CF
(215,227,207)
#E1EADD
(225,234,221)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AB5F color. Also use rgb(135,171,95) instead hex code.

Text Font Color

.myTextColor { color: #87AB5F; }

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

This text font color is #87AB5F.


Background Color

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

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

This div background color is #87AB5F.


Border color

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

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

This div border color is #87AB5F.


Opacity

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

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

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

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

This text has shadow with #87AB5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AB5F on black background.


Color preview on white background

This text has color #87AB5F on white background.



Black color preview on #87AB5F background

This text has black color on #87AB5F background.


White color preview on #87AB5F background

This text has white color on #87AB5F background.