COLOR #878E8C

HEX: #878E8C
RGB: (135,142,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
142
140

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

Portions of RGB colors in percentages

R + G + B =
135 + 142 + 140 = 417 (100%)
R 135 of 417 ~ 32.37%
G 142 of 417 ~ 34.05%
B 140 of 417 ~ 33.57%

%32.37
%34.05
%33.57

CMYK color model

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

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

CMYK percentages

%4.93
%0
%1.41
%44.31

Codes

Color #878E8C in popluar color models

878E8C
RGB135142140
HSL163°3.00%54.31%
HSB/HSV163°4.93%55.69%
CMYK4.93%0.00%1.41%
44.31%

Color #878E8C in popluar number systems.

HEX878E8C
Decimal135142140
Binary100001111000111010001100
Octal207216214

Shades and tints

Shades of #878E8C

#878E8C
(135,142,140)
#7B8280
(123,130,128)
#6F7674
(111,118,116)
#636A68
(99,106,104)
#575E5C
(87,94,92)
#4B5250
(75,82,80)
#3F4644
(63,70,68)
#333A38
(51,58,56)
#272E2C
(39,46,44)
#1B2220
(27,34,32)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #878E8C

#878E8C
(135,142,140)
#919896
(145,152,150)
#9BA2A0
(155,162,160)
#A5ACAA
(165,172,170)
#AFB6B4
(175,182,180)
#B9C0BE
(185,192,190)
#C3CAC8
(195,202,200)
#CDD4D2
(205,212,210)
#D7DEDC
(215,222,220)
#E1E8E6
(225,232,230)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878E8C; }

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

This text font color is #878E8C.


Background Color

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

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

This div background color is #878E8C.


Border color

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

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

This div border color is #878E8C.


Opacity

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

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

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

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

This text has shadow with #878E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878E8C on black background.


Color preview on white background

This text has color #878E8C on white background.



Black color preview on #878E8C background

This text has black color on #878E8C background.


White color preview on #878E8C background

This text has white color on #878E8C background.