COLOR #878E8A

HEX: #878E8A
RGB: (135,142,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
142
138

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

Portions of RGB colors in percentages

R + G + B =
135 + 142 + 138 = 415 (100%)
R 135 of 415 ~ 32.53%
G 142 of 415 ~ 34.22%
B 138 of 415 ~ 33.25%

%32.53
%34.22
%33.25

CMYK color model

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

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

CMYK percentages

%4.93
%0
%2.82
%44.31

Codes

Color #878E8A in popluar color models

878E8A
RGB135142138
HSL146°3.00%54.31%
HSB/HSV146°4.93%55.69%
CMYK4.93%0.00%2.82%
44.31%

Color #878E8A in popluar number systems.

HEX878E8A
Decimal135142138
Binary100001111000111010001010
Octal207216212

Shades and tints

Shades of #878E8A

#878E8A
(135,142,138)
#7B827E
(123,130,126)
#6F7672
(111,118,114)
#636A66
(99,106,102)
#575E5A
(87,94,90)
#4B524E
(75,82,78)
#3F4642
(63,70,66)
#333A36
(51,58,54)
#272E2A
(39,46,42)
#1B221E
(27,34,30)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #878E8A

#878E8A
(135,142,138)
#919894
(145,152,148)
#9BA29E
(155,162,158)
#A5ACA8
(165,172,168)
#AFB6B2
(175,182,178)
#B9C0BC
(185,192,188)
#C3CAC6
(195,202,198)
#CDD4D0
(205,212,208)
#D7DEDA
(215,222,218)
#E1E8E4
(225,232,228)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878E8A; }

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

This text font color is #878E8A.


Background Color

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

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

This div background color is #878E8A.


Border color

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

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

This div border color is #878E8A.


Opacity

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

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

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

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

This text has shadow with #878E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878E8A on black background.


Color preview on white background

This text has color #878E8A on white background.



Black color preview on #878E8A background

This text has black color on #878E8A background.


White color preview on #878E8A background

This text has white color on #878E8A background.