COLOR #87A77E

HEX: #87A77E
RGB: (135,167,126)

Color info

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

RGB color model

#87A77E color RGB value is (135,167,126).

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

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 126 of 255 = 49%

135
167
126

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

Portions of RGB colors in percentages

R + G + B =
135 + 167 + 126 = 428 (100%)
R 135 of 428 ~ 31.54%
G 167 of 428 ~ 39.02%
B 126 of 428 ~ 29.44%

%31.54
%39.02
%29.44

CMYK color model

#87A77E color CMYK value is (19,0,25,35).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 34.51%
CMYK:
(19,0,25,35)
C19M0Y25K35 
(19%,0%,25%,35%)
(0.19/0.00/0.25/0.35)	

CMYK percentages

%19.16
%0
%24.55
%34.51

Codes

Color #87A77E in popluar color models

87A77E
RGB135167126
HSL107°18.89%57.45%
HSB/HSV107°24.55%65.49%
CMYK19.16%0.00%24.55%
34.51%

Color #87A77E in popluar number systems.

HEX87A77E
Decimal135167126
Binary10000111101001111111110
Octal207247176

Shades and tints

Shades of #87A77E

#87A77E
(135,167,126)
#7B9873
(123,152,115)
#6F8968
(111,137,104)
#637A5D
(99,122,93)
#576B52
(87,107,82)
#4B5C47
(75,92,71)
#3F4D3C
(63,77,60)
#333E31
(51,62,49)
#272F26
(39,47,38)
#1B201B
(27,32,27)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87A77E

#87A77E
(135,167,126)
#91AF89
(145,175,137)
#9BB794
(155,183,148)
#A5BF9F
(165,191,159)
#AFC7AA
(175,199,170)
#B9CFB5
(185,207,181)
#C3D7C0
(195,215,192)
#CDDFCB
(205,223,203)
#D7E7D6
(215,231,214)
#E1EFE1
(225,239,225)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A77E; }

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

This text font color is #87A77E.


Background Color

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

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

This div background color is #87A77E.


Border color

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

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

This div border color is #87A77E.


Opacity

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

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

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

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

This text has shadow with #87A77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A77E on black background.


Color preview on white background

This text has color #87A77E on white background.



Black color preview on #87A77E background

This text has black color on #87A77E background.


White color preview on #87A77E background

This text has white color on #87A77E background.