COLOR #87B084

HEX: #87B084
RGB: (135,176,132)

Color info

#87B084 contains red, green and blue colors in about the same proportion. Web safe color of #87B084 is #999999 (or #999).

RGB color model

#87B084 color RGB value is (135,176,132).

  • red value is 135;
  • green value is 176;
  • blue value is 132.
RGB:
(135,176,132)
(53%,69%,52%)

RGB channels and saturation

R 135 of 255 = 53%
G 176 of 255 = 69%
B 132 of 255 = 52%

135
176
132

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

Portions of RGB colors in percentages

R + G + B =
135 + 176 + 132 = 443 (100%)
R 135 of 443 ~ 30.47%
G 176 of 443 ~ 39.73%
B 132 of 443 ~ 29.8%

%30.47
%39.73
%29.8

CMYK color model

#87B084 color CMYK value is (23,0,25,31).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 30.98%
CMYK:
(23,0,25,31)
C23M0Y25K31 
(23%,0%,25%,31%)
(0.23/0.00/0.25/0.31)	

CMYK percentages

%23.3
%0
%25
%30.98

Codes

Color #87B084 in popluar color models

87B084
RGB135176132
HSL116°21.78%60.39%
HSB/HSV116°25.00%69.02%
CMYK23.30%0.00%25.00%
30.98%

Color #87B084 in popluar number systems.

HEX87B084
Decimal135176132
Binary100001111011000010000100
Octal207260204

Shades and tints

Shades of #87B084

#87B084
(135,176,132)
#7BA078
(123,160,120)
#6F906C
(111,144,108)
#638060
(99,128,96)
#577054
(87,112,84)
#4B6048
(75,96,72)
#3F503C
(63,80,60)
#334030
(51,64,48)
#273024
(39,48,36)
#1B2018
(27,32,24)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #87B084

#87B084
(135,176,132)
#91B78F
(145,183,143)
#9BBE9A
(155,190,154)
#A5C5A5
(165,197,165)
#AFCCB0
(175,204,176)
#B9D3BB
(185,211,187)
#C3DAC6
(195,218,198)
#CDE1D1
(205,225,209)
#D7E8DC
(215,232,220)
#E1EFE7
(225,239,231)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B084 color. Also use rgb(135,176,132) instead hex code.

Text Font Color

.myTextColor { color: #87B084; }

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

This text font color is #87B084.


Background Color

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

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

This div background color is #87B084.


Border color

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

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

This div border color is #87B084.


Opacity

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

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

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

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

This text has shadow with #87B084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B084 on black background.


Color preview on white background

This text has color #87B084 on white background.



Black color preview on #87B084 background

This text has black color on #87B084 background.


White color preview on #87B084 background

This text has white color on #87B084 background.