COLOR #878987

HEX: #878987
RGB: (135,137,135)

Color info

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

RGB color model

#878987 color RGB value is (135,137,135).

  • red value is 135;
  • green value is 137;
  • blue value is 135.
RGB:
(135,137,135)
(53%,54%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 135 of 255 = 53%

135
137
135

R + G + B ~ 53%. #878987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 137 + 135 = 407 (100%)
R 135 of 407 ~ 33.17%
G 137 of 407 ~ 33.66%
B 135 of 407 ~ 33.17%

%33.17
%33.66
%33.17

CMYK color model

#878987 color CMYK value is (1,0,1,46).

  • cyan value is 1.46%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 46.27%
CMYK:
(1,0,1,46)
C1M0Y1K46 
(1%,0%,1%,46%)
(0.01/0.00/0.01/0.46)	

CMYK percentages

%1.46
%0
%1.46
%46.27

Codes

Color #878987 in popluar color models

878987
RGB135137135
HSL120°0.84%53.33%
HSB/HSV120°1.46%53.73%
CMYK1.46%0.00%1.46%
46.27%

Color #878987 in popluar number systems.

HEX878987
Decimal135137135
Binary100001111000100110000111
Octal207211207

Shades and tints

Shades of #878987

#878987
(135,137,135)
#7B7D7B
(123,125,123)
#6F716F
(111,113,111)
#636563
(99,101,99)
#575957
(87,89,87)
#4B4D4B
(75,77,75)
#3F413F
(63,65,63)
#333533
(51,53,51)
#272927
(39,41,39)
#1B1D1B
(27,29,27)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #878987

#878987
(135,137,135)
#919391
(145,147,145)
#9B9D9B
(155,157,155)
#A5A7A5
(165,167,165)
#AFB1AF
(175,177,175)
#B9BBB9
(185,187,185)
#C3C5C3
(195,197,195)
#CDCFCD
(205,207,205)
#D7D9D7
(215,217,215)
#E1E3E1
(225,227,225)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878987 color. Also use rgb(135,137,135) instead hex code.

Text Font Color

.myTextColor { color: #878987; }

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

This text font color is #878987.


Background Color

.myBgColor { background-color: #878987; }

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

This div background color is #878987.


Border color

.myBorderColor { border: 1px solid #878987; }

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

This div border color is #878987.


Opacity

.myOpacity80 { color: #878987; opacity: 0.8; }

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

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

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

This text has shadow with #878987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878987 on black background.


Color preview on white background

This text has color #878987 on white background.



Black color preview on #878987 background

This text has black color on #878987 background.


White color preview on #878987 background

This text has white color on #878987 background.