COLOR #87A87F

HEX: #87A87F
RGB: (135,168,127)

Color info

#87A87F contains red, green and blue colors in about the same proportion. Web safe color of #87A87F is #999966 (or #996).

RGB color model

#87A87F color RGB value is (135,168,127).

  • red value is 135;
  • green value is 168;
  • blue value is 127.
RGB:
(135,168,127)
(53%,66%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 127 of 255 = 50%

135
168
127

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

Portions of RGB colors in percentages

R + G + B =
135 + 168 + 127 = 430 (100%)
R 135 of 430 ~ 31.4%
G 168 of 430 ~ 39.07%
B 127 of 430 ~ 29.53%

%31.4
%39.07
%29.53

CMYK color model

#87A87F color CMYK value is (20,0,24,34).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(20,0,24,34)
C20M0Y24K34 
(20%,0%,24%,34%)
(0.20/0.00/0.24/0.34)	

CMYK percentages

%19.64
%0
%24.4
%34.12

Codes

Color #87A87F in popluar color models

87A87F
RGB135168127
HSL108°19.07%57.84%
HSB/HSV108°24.40%65.88%
CMYK19.64%0.00%24.40%
34.12%

Color #87A87F in popluar number systems.

HEX87A87F
Decimal135168127
Binary10000111101010001111111
Octal207250177

Shades and tints

Shades of #87A87F

#87A87F
(135,168,127)
#7B9974
(123,153,116)
#6F8A69
(111,138,105)
#637B5E
(99,123,94)
#576C53
(87,108,83)
#4B5D48
(75,93,72)
#3F4E3D
(63,78,61)
#333F32
(51,63,50)
#273027
(39,48,39)
#1B211C
(27,33,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #87A87F

#87A87F
(135,168,127)
#91AF8A
(145,175,138)
#9BB695
(155,182,149)
#A5BDA0
(165,189,160)
#AFC4AB
(175,196,171)
#B9CBB6
(185,203,182)
#C3D2C1
(195,210,193)
#CDD9CC
(205,217,204)
#D7E0D7
(215,224,215)
#E1E7E2
(225,231,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A87F color. Also use rgb(135,168,127) instead hex code.

Text Font Color

.myTextColor { color: #87A87F; }

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

This text font color is #87A87F.


Background Color

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

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

This div background color is #87A87F.


Border color

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

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

This div border color is #87A87F.


Opacity

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

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

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

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

This text has shadow with #87A87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A87F on black background.


Color preview on white background

This text has color #87A87F on white background.



Black color preview on #87A87F background

This text has black color on #87A87F background.


White color preview on #87A87F background

This text has white color on #87A87F background.