COLOR #87A771

HEX: #87A771 RGB: (135,167,113)

Color info

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

RGB color model

#87A771 color RGB value is (135,167,113).

RGB: (135,167,113) (53%, 65%, 44%)

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 113 of 255 = 44%

135
167
113

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

Portions of RGB colors in percentages

R + G + B = 135 + 167 + 113 = 415 (100%)
R 135 of 415 ~ 32.53%
G 167 of 415 ~ 40.24%
B 113 of 415 ~ 27.23'%

%32.53
%40.24
%27.23

CMYK color model

#87A771 color CMYK value is (19,0,32,35).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 34.51%
CMYK: (19,0,32,35) C19M0Y32K35 (19%,0%,32%,35%) (0.19/0.00/0.32/0.35) 

CMYK percentages

%19.16
%0
%32.34
%34.51

Codes

Color #87A771 in popluar color models

87 A7 71
RGB 135 167 113
HSL 96° 23.48% 54.90%
HSB/HSV 96° 32.34% 65.49%
CMYK 19.16% 0.00% 32.34%
34.51%

Color #87A771 in popluar number systems.

HEX 87 A7 71
Decimal 135 167 113
Binary 10000111 10100111 1110001
Octal 207 247 161

Shades and tints

Shades of #87A771

#87A771
(135,167,113)
#7B9867
(123,152,103)
#6F895D
(111,137,93)
#637A53
(99,122,83)
#576B49
(87,107,73)
#4B5C3F
(75,92,63)
#3F4D35
(63,77,53)
#333E2B
(51,62,43)
#272F21
(39,47,33)
#1B2017
(27,32,23)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #87A771

#87A771
(135,167,113)
#91AF7D
(145,175,125)
#9BB789
(155,183,137)
#A5BF95
(165,191,149)
#AFC7A1
(175,199,161)
#B9CFAD
(185,207,173)
#C3D7B9
(195,215,185)
#CDDFC5
(205,223,197)
#D7E7D1
(215,231,209)
#E1EFDD
(225,239,221)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A771; }

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

This text font color is #87A771.

Background Color

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

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

This div background color is #87A771.

Border color

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

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

This div border color is #87A771.

Opacity

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

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

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

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

This text has shadow with #87A771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A771.

Preview

Color preview on black background

This text has color #87A771 on black background.


Color preview on white background

This text has color #87A771 on white background.


Black color preview on #87A771 background

This text has black color on #87A771 background.


White color preview on #87A771 background

This text has white color on #87A771 background.


Related colors

Complementary color

Complementary color for #hex is #78588E.


I love getcolorcode.com

Triadic colors

1 #7187A7 and #A77187 with #87A771 are triadic colors.

2 #71A787 and #A78771 with #87A771 are triadic colors.