COLOR #87987C

HEX: #87987C
RGB: (135,152,124)

Color info

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

RGB color model

#87987C color RGB value is (135,152,124).

  • red value is 135;
  • green value is 152;
  • blue value is 124.
RGB:
(135,152,124)
(53%,60%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 152 of 255 = 60%
B 124 of 255 = 49%

135
152
124

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

Portions of RGB colors in percentages

R + G + B =
135 + 152 + 124 = 411 (100%)
R 135 of 411 ~ 32.85%
G 152 of 411 ~ 36.98%
B 124 of 411 ~ 30.17%

%32.85
%36.98
%30.17

CMYK color model

#87987C color CMYK value is (11,0,18,40).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 40.39%
CMYK:
(11,0,18,40)
C11M0Y18K40 
(11%,0%,18%,40%)
(0.11/0.00/0.18/0.40)	

CMYK percentages

%11.18
%0
%18.42
%40.39

Codes

Color #87987C in popluar color models

87987C
RGB135152124
HSL96°11.97%54.12%
HSB/HSV96°18.42%59.61%
CMYK11.18%0.00%18.42%
40.39%

Color #87987C in popluar number systems.

HEX87987C
Decimal135152124
Binary10000111100110001111100
Octal207230174

Shades and tints

Shades of #87987C

#87987C
(135,152,124)
#7B8B71
(123,139,113)
#6F7E66
(111,126,102)
#63715B
(99,113,91)
#576450
(87,100,80)
#4B5745
(75,87,69)
#3F4A3A
(63,74,58)
#333D2F
(51,61,47)
#273024
(39,48,36)
#1B2319
(27,35,25)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #87987C

#87987C
(135,152,124)
#91A187
(145,161,135)
#9BAA92
(155,170,146)
#A5B39D
(165,179,157)
#AFBCA8
(175,188,168)
#B9C5B3
(185,197,179)
#C3CEBE
(195,206,190)
#CDD7C9
(205,215,201)
#D7E0D4
(215,224,212)
#E1E9DF
(225,233,223)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87987C color. Also use rgb(135,152,124) instead hex code.

Text Font Color

.myTextColor { color: #87987C; }

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

This text font color is #87987C.


Background Color

.myBgColor { background-color: #87987C; }

<div style="background-color:#87987C">Inner text</div>

This div background color is #87987C.


Border color

.myBorderColor { border: 1px solid #87987C; }

<div style="border:3px solid #87987C">Div</div>

This div border color is #87987C.


Opacity

.myOpacity80 { color: #87987C; opacity: 0.8; }

<p style="color:#87987C;opacity:0.8;">80%</p>

Text with #87987C 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 #87987C;}

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

This text has shadow with #87987C color.

.textShadow {text-shadow: 3px 3px 1px #87987C, 3px 3px 1px red;}

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

This text has shadow with #87987C primary color and red secondary color.


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

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

This text has shadow with #87987C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87987C on black background.


Color preview on white background

This text has color #87987C on white background.



Black color preview on #87987C background

This text has black color on #87987C background.


White color preview on #87987C background

This text has white color on #87987C background.