COLOR #878D86

HEX: #878D86
RGB: (135,141,134)

Color info

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

RGB color model

#878D86 color RGB value is (135,141,134).

  • red value is 135;
  • green value is 141;
  • blue value is 134.
RGB:
(135,141,134)
(53%,55%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 134 of 255 = 53%

135
141
134

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

Portions of RGB colors in percentages

R + G + B =
135 + 141 + 134 = 410 (100%)
R 135 of 410 ~ 32.93%
G 141 of 410 ~ 34.39%
B 134 of 410 ~ 32.68%

%32.93
%34.39
%32.68

CMYK color model

#878D86 color CMYK value is (4,0,5,45).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 44.71%
CMYK:
(4,0,5,45)
C4M0Y5K45 
(4%,0%,5%,45%)
(0.04/0.00/0.05/0.45)	

CMYK percentages

%4.26
%0
%4.96
%44.71

Codes

Color #878D86 in popluar color models

878D86
RGB135141134
HSL111°2.98%53.92%
HSB/HSV111°4.96%55.29%
CMYK4.26%0.00%4.96%
44.71%

Color #878D86 in popluar number systems.

HEX878D86
Decimal135141134
Binary100001111000110110000110
Octal207215206

Shades and tints

Shades of #878D86

#878D86
(135,141,134)
#7B817A
(123,129,122)
#6F756E
(111,117,110)
#636962
(99,105,98)
#575D56
(87,93,86)
#4B514A
(75,81,74)
#3F453E
(63,69,62)
#333932
(51,57,50)
#272D26
(39,45,38)
#1B211A
(27,33,26)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #878D86

#878D86
(135,141,134)
#919791
(145,151,145)
#9BA19C
(155,161,156)
#A5ABA7
(165,171,167)
#AFB5B2
(175,181,178)
#B9BFBD
(185,191,189)
#C3C9C8
(195,201,200)
#CDD3D3
(205,211,211)
#D7DDDE
(215,221,222)
#E1E7E9
(225,231,233)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878D86; }

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

This text font color is #878D86.


Background Color

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

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

This div background color is #878D86.


Border color

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

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

This div border color is #878D86.


Opacity

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

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

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

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

This text has shadow with #878D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878D86 on black background.


Color preview on white background

This text has color #878D86 on white background.



Black color preview on #878D86 background

This text has black color on #878D86 background.


White color preview on #878D86 background

This text has white color on #878D86 background.