COLOR #87B18B

HEX: #87B18B
RGB: (135,177,139)

Color info

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

RGB color model

#87B18B color RGB value is (135,177,139).

  • red value is 135;
  • green value is 177;
  • blue value is 139.
RGB:
(135,177,139)
(53%,69%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 177 of 255 = 69%
B 139 of 255 = 55%

135
177
139

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

Portions of RGB colors in percentages

R + G + B =
135 + 177 + 139 = 451 (100%)
R 135 of 451 ~ 29.93%
G 177 of 451 ~ 39.25%
B 139 of 451 ~ 30.82%

%29.93
%39.25
%30.82

CMYK color model

#87B18B color CMYK value is (24,0,21,31).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 30.59%
CMYK:
(24,0,21,31)
C24M0Y21K31 
(24%,0%,21%,31%)
(0.24/0.00/0.21/0.31)	

CMYK percentages

%23.73
%0
%21.47
%30.59

Codes

Color #87B18B in popluar color models

87B18B
RGB135177139
HSL126°21.21%61.18%
HSB/HSV126°23.73%69.41%
CMYK23.73%0.00%21.47%
30.59%

Color #87B18B in popluar number systems.

HEX87B18B
Decimal135177139
Binary100001111011000110001011
Octal207261213

Shades and tints

Shades of #87B18B

#87B18B
(135,177,139)
#7BA17F
(123,161,127)
#6F9173
(111,145,115)
#638167
(99,129,103)
#57715B
(87,113,91)
#4B614F
(75,97,79)
#3F5143
(63,81,67)
#334137
(51,65,55)
#27312B
(39,49,43)
#1B211F
(27,33,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #87B18B

#87B18B
(135,177,139)
#91B895
(145,184,149)
#9BBF9F
(155,191,159)
#A5C6A9
(165,198,169)
#AFCDB3
(175,205,179)
#B9D4BD
(185,212,189)
#C3DBC7
(195,219,199)
#CDE2D1
(205,226,209)
#D7E9DB
(215,233,219)
#E1F0E5
(225,240,229)
#EBF7EF
(235,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B18B color. Also use rgb(135,177,139) instead hex code.

Text Font Color

.myTextColor { color: #87B18B; }

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

This text font color is #87B18B.


Background Color

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

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

This div background color is #87B18B.


Border color

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

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

This div border color is #87B18B.


Opacity

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

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

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

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

This text has shadow with #87B18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B18B on black background.


Color preview on white background

This text has color #87B18B on white background.



Black color preview on #87B18B background

This text has black color on #87B18B background.


White color preview on #87B18B background

This text has white color on #87B18B background.