COLOR #87AB76

HEX: #87AB76 RGB: (135,171,118)

Color info

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

RGB color model

#87AB76 color RGB value is (135,171,118).

RGB: (135,171,118) (53%, 67%, 46%)

RGB channels and saturation

R 135 of 255 = 53%
G 171 of 255 = 67%
B 118 of 255 = 46%

135
171
118

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

Portions of RGB colors in percentages

R + G + B = 135 + 171 + 118 = 424 (100%)
R 135 of 424 ~ 31.84%
G 171 of 424 ~ 40.33%
B 118 of 424 ~ 27.83'%

%31.84
%40.33
%27.83

CMYK color model

#87AB76 color CMYK value is (21,0,31,33).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 32.94%

CMYK: (21,0,31,33)
C21M0Y31K33 (21%, 0%, 31%, 33%)
(0.21 / 0.00 / 0.31 / 0.33)

CMYK percentages

%21.05
%0
%30.99
%32.94

Codes

Color #87AB76 in popluar color models

87 AB 76
RGB 135 171 118
HSL 101° 23.98% 56.67%
HSB/HSV 101° 30.99% 67.06%
CMYK 21.05% 0.00% 30.99%
32.94%

Color #87AB76 in popluar number systems.

HEX 87 AB 76
Decimal 135 171 118
Binary 10000111 10101011 1110110
Octal 207 253 166

Shades and tints

Shades of #87AB76

#87AB76
(135,171,118)
#7B9C6C
(123,156,108)
#6F8D62
(111,141,98)
#637E58
(99,126,88)
#576F4E
(87,111,78)
#4B6044
(75,96,68)
#3F513A
(63,81,58)
#334230
(51,66,48)
#273326
(39,51,38)
#1B241C
(27,36,28)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #87AB76

#87AB76
(135,171,118)
#91B282
(145,178,130)
#9BB98E
(155,185,142)
#A5C09A
(165,192,154)
#AFC7A6
(175,199,166)
#B9CEB2
(185,206,178)
#C3D5BE
(195,213,190)
#CDDCCA
(205,220,202)
#D7E3D6
(215,227,214)
#E1EAE2
(225,234,226)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AB76; }

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

This text font color is #87AB76.

Background Color

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

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

This div background color is #87AB76.

Border color

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

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

This div border color is #87AB76.

Opacity

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

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

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

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

This text has shadow with #87AB76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AB76.

Preview

Color preview on black background

This text has color #87AB76 on black background.


Color preview on white background

This text has color #87AB76 on white background.


Black color preview on #87AB76 background

This text has black color on #87AB76 background.


White color preview on #87AB76 background

This text has white color on #87AB76 background.


Related colors

Complementary color

Complementary color for #hex is #785489.


I love getcolorcode.com

Triadic colors

1 #7687AB and #AB7687 with #87AB76 are triadic colors.

2 #76AB87 and #AB8776 with #87AB76 are triadic colors.