COLOR #878F9D

HEX: #878F9D
RGB: (135,143,157)

Color info

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

RGB color model

#878F9D color RGB value is (135,143,157).

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

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 157 of 255 = 62%

135
143
157

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

Portions of RGB colors in percentages

R + G + B =
135 + 143 + 157 = 435 (100%)
R 135 of 435 ~ 31.03%
G 143 of 435 ~ 32.87%
B 157 of 435 ~ 36.09%

%31.03
%32.87
%36.09

CMYK color model

#878F9D color CMYK value is (14,9,0,38).

  • cyan value is 14.01%
  • magenta value is 8.92%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(14,9,0,38)
C14M9Y0K38 
(14%,9%,0%,38%)
(0.14/0.09/0.00/0.38)	

CMYK percentages

%14.01
%8.92
%0
%38.43

Codes

Color #878F9D in popluar color models

878F9D
RGB135143157
HSL218°10.09%57.25%
HSB/HSV218°14.01%61.57%
CMYK14.01%8.92%0.00%
38.43%

Color #878F9D in popluar number systems.

HEX878F9D
Decimal135143157
Binary100001111000111110011101
Octal207217235

Shades and tints

Shades of #878F9D

#878F9D
(135,143,157)
#7B828F
(123,130,143)
#6F7581
(111,117,129)
#636873
(99,104,115)
#575B65
(87,91,101)
#4B4E57
(75,78,87)
#3F4149
(63,65,73)
#33343B
(51,52,59)
#27272D
(39,39,45)
#1B1A1F
(27,26,31)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #878F9D

#878F9D
(135,143,157)
#9199A5
(145,153,165)
#9BA3AD
(155,163,173)
#A5ADB5
(165,173,181)
#AFB7BD
(175,183,189)
#B9C1C5
(185,193,197)
#C3CBCD
(195,203,205)
#CDD5D5
(205,213,213)
#D7DFDD
(215,223,221)
#E1E9E5
(225,233,229)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878F9D; }

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

This text font color is #878F9D.


Background Color

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

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

This div background color is #878F9D.


Border color

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

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

This div border color is #878F9D.


Opacity

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

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

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

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

This text has shadow with #878F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878F9D on black background.


Color preview on white background

This text has color #878F9D on white background.



Black color preview on #878F9D background

This text has black color on #878F9D background.


White color preview on #878F9D background

This text has white color on #878F9D background.