COLOR #878E87

HEX: #878E87
RGB: (135,142,135)

Color info

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

RGB color model

#878E87 color RGB value is (135,142,135).

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

RGB channels and saturation

R 135 of 255 = 53%
G 142 of 255 = 56%
B 135 of 255 = 53%

135
142
135

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

Portions of RGB colors in percentages

R + G + B =
135 + 142 + 135 = 412 (100%)
R 135 of 412 ~ 32.77%
G 142 of 412 ~ 34.47%
B 135 of 412 ~ 32.77%

%32.77
%34.47
%32.77

CMYK color model

#878E87 color CMYK value is (5,0,5,44).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 44.31%
CMYK:
(5,0,5,44)
C5M0Y5K44 
(5%,0%,5%,44%)
(0.05/0.00/0.05/0.44)	

CMYK percentages

%4.93
%0
%4.93
%44.31

Codes

Color #878E87 in popluar color models

878E87
RGB135142135
HSL120°3.00%54.31%
HSB/HSV120°4.93%55.69%
CMYK4.93%0.00%4.93%
44.31%

Color #878E87 in popluar number systems.

HEX878E87
Decimal135142135
Binary100001111000111010000111
Octal207216207

Shades and tints

Shades of #878E87

#878E87
(135,142,135)
#7B827B
(123,130,123)
#6F766F
(111,118,111)
#636A63
(99,106,99)
#575E57
(87,94,87)
#4B524B
(75,82,75)
#3F463F
(63,70,63)
#333A33
(51,58,51)
#272E27
(39,46,39)
#1B221B
(27,34,27)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #878E87

#878E87
(135,142,135)
#919891
(145,152,145)
#9BA29B
(155,162,155)
#A5ACA5
(165,172,165)
#AFB6AF
(175,182,175)
#B9C0B9
(185,192,185)
#C3CAC3
(195,202,195)
#CDD4CD
(205,212,205)
#D7DED7
(215,222,215)
#E1E8E1
(225,232,225)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878E87; }

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

This text font color is #878E87.


Background Color

.myBgColor { background-color: #878E87; }

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

This div background color is #878E87.


Border color

.myBorderColor { border: 1px solid #878E87; }

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

This div border color is #878E87.


Opacity

.myOpacity80 { color: #878E87; opacity: 0.8; }

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

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

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

This text has shadow with #878E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878E87 on black background.


Color preview on white background

This text has color #878E87 on white background.



Black color preview on #878E87 background

This text has black color on #878E87 background.


White color preview on #878E87 background

This text has white color on #878E87 background.