COLOR #878C8B

HEX: #878C8B
RGB: (135,140,139)

Color info

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

RGB color model

#878C8B color RGB value is (135,140,139).

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

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 139 of 255 = 55%

135
140
139

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

Portions of RGB colors in percentages

R + G + B =
135 + 140 + 139 = 414 (100%)
R 135 of 414 ~ 32.61%
G 140 of 414 ~ 33.82%
B 139 of 414 ~ 33.57%

%32.61
%33.82
%33.57

CMYK color model

#878C8B color CMYK value is (4,0,1,45).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 0.71%
  • key color value is 45.10%
CMYK:
(4,0,1,45)
C4M0Y1K45 
(4%,0%,1%,45%)
(0.04/0.00/0.01/0.45)	

CMYK percentages

%3.57
%0
%0.71
%45.1

Codes

Color #878C8B in popluar color models

878C8B
RGB135140139
HSL168°2.13%53.92%
HSB/HSV168°3.57%54.90%
CMYK3.57%0.00%0.71%
45.10%

Color #878C8B in popluar number systems.

HEX878C8B
Decimal135140139
Binary100001111000110010001011
Octal207214213

Shades and tints

Shades of #878C8B

#878C8B
(135,140,139)
#7B807F
(123,128,127)
#6F7473
(111,116,115)
#636867
(99,104,103)
#575C5B
(87,92,91)
#4B504F
(75,80,79)
#3F4443
(63,68,67)
#333837
(51,56,55)
#272C2B
(39,44,43)
#1B201F
(27,32,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #878C8B

#878C8B
(135,140,139)
#919695
(145,150,149)
#9BA09F
(155,160,159)
#A5AAA9
(165,170,169)
#AFB4B3
(175,180,179)
#B9BEBD
(185,190,189)
#C3C8C7
(195,200,199)
#CDD2D1
(205,210,209)
#D7DCDB
(215,220,219)
#E1E6E5
(225,230,229)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878C8B; }

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

This text font color is #878C8B.


Background Color

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

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

This div background color is #878C8B.


Border color

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

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

This div border color is #878C8B.


Opacity

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

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

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

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

This text has shadow with #878C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878C8B on black background.


Color preview on white background

This text has color #878C8B on white background.



Black color preview on #878C8B background

This text has black color on #878C8B background.


White color preview on #878C8B background

This text has white color on #878C8B background.