COLOR #87A77F

HEX: #87A77F
RGB: (135,167,127)

Color info

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

RGB color model

#87A77F color RGB value is (135,167,127).

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

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 127 of 255 = 50%

135
167
127

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

Portions of RGB colors in percentages

R + G + B =
135 + 167 + 127 = 429 (100%)
R 135 of 429 ~ 31.47%
G 167 of 429 ~ 38.93%
B 127 of 429 ~ 29.6%

%31.47
%38.93
%29.6

CMYK color model

#87A77F color CMYK value is (19,0,24,35).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 34.51%
CMYK:
(19,0,24,35)
C19M0Y24K35 
(19%,0%,24%,35%)
(0.19/0.00/0.24/0.35)	

CMYK percentages

%19.16
%0
%23.95
%34.51

Codes

Color #87A77F in popluar color models

87A77F
RGB135167127
HSL108°18.52%57.65%
HSB/HSV108°23.95%65.49%
CMYK19.16%0.00%23.95%
34.51%

Color #87A77F in popluar number systems.

HEX87A77F
Decimal135167127
Binary10000111101001111111111
Octal207247177

Shades and tints

Shades of #87A77F

#87A77F
(135,167,127)
#7B9874
(123,152,116)
#6F8969
(111,137,105)
#637A5E
(99,122,94)
#576B53
(87,107,83)
#4B5C48
(75,92,72)
#3F4D3D
(63,77,61)
#333E32
(51,62,50)
#272F27
(39,47,39)
#1B201C
(27,32,28)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #87A77F

#87A77F
(135,167,127)
#91AF8A
(145,175,138)
#9BB795
(155,183,149)
#A5BFA0
(165,191,160)
#AFC7AB
(175,199,171)
#B9CFB6
(185,207,182)
#C3D7C1
(195,215,193)
#CDDFCC
(205,223,204)
#D7E7D7
(215,231,215)
#E1EFE2
(225,239,226)
#EBF7ED
(235,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A77F; }

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

This text font color is #87A77F.


Background Color

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

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

This div background color is #87A77F.


Border color

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

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

This div border color is #87A77F.


Opacity

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

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

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

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

This text has shadow with #87A77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A77F on black background.


Color preview on white background

This text has color #87A77F on white background.



Black color preview on #87A77F background

This text has black color on #87A77F background.


White color preview on #87A77F background

This text has white color on #87A77F background.