COLOR #878F8D

HEX: #878F8D
RGB: (135,143,141)

Color info

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

RGB color model

#878F8D color RGB value is (135,143,141).

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

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 141 of 255 = 55%

135
143
141

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

Portions of RGB colors in percentages

R + G + B =
135 + 143 + 141 = 419 (100%)
R 135 of 419 ~ 32.22%
G 143 of 419 ~ 34.13%
B 141 of 419 ~ 33.65%

%32.22
%34.13
%33.65

CMYK color model

#878F8D color CMYK value is (6,0,1,44).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 1.40%
  • key color value is 43.92%
CMYK:
(6,0,1,44)
C6M0Y1K44 
(6%,0%,1%,44%)
(0.06/0.00/0.01/0.44)	

CMYK percentages

%5.59
%0
%1.4
%43.92

Codes

Color #878F8D in popluar color models

878F8D
RGB135143141
HSL165°3.45%54.51%
HSB/HSV165°5.59%56.08%
CMYK5.59%0.00%1.40%
43.92%

Color #878F8D in popluar number systems.

HEX878F8D
Decimal135143141
Binary100001111000111110001101
Octal207217215

Shades and tints

Shades of #878F8D

#878F8D
(135,143,141)
#7B8281
(123,130,129)
#6F7575
(111,117,117)
#636869
(99,104,105)
#575B5D
(87,91,93)
#4B4E51
(75,78,81)
#3F4145
(63,65,69)
#333439
(51,52,57)
#27272D
(39,39,45)
#1B1A21
(27,26,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #878F8D

#878F8D
(135,143,141)
#919997
(145,153,151)
#9BA3A1
(155,163,161)
#A5ADAB
(165,173,171)
#AFB7B5
(175,183,181)
#B9C1BF
(185,193,191)
#C3CBC9
(195,203,201)
#CDD5D3
(205,213,211)
#D7DFDD
(215,223,221)
#E1E9E7
(225,233,231)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878F8D; }

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

This text font color is #878F8D.


Background Color

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

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

This div background color is #878F8D.


Border color

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

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

This div border color is #878F8D.


Opacity

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

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

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

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

This text has shadow with #878F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878F8D on black background.


Color preview on white background

This text has color #878F8D on white background.



Black color preview on #878F8D background

This text has black color on #878F8D background.


White color preview on #878F8D background

This text has white color on #878F8D background.