COLOR #878C95

HEX: #878C95
RGB: (135,140,149)

Color info

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

RGB color model

#878C95 color RGB value is (135,140,149).

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

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 149 of 255 = 58%

135
140
149

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

Portions of RGB colors in percentages

R + G + B =
135 + 140 + 149 = 424 (100%)
R 135 of 424 ~ 31.84%
G 140 of 424 ~ 33.02%
B 149 of 424 ~ 35.14%

%31.84
%33.02
%35.14

CMYK color model

#878C95 color CMYK value is (9,6,0,42).

  • cyan value is 9.40%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(9,6,0,42)
C9M6Y0K42 
(9%,6%,0%,42%)
(0.09/0.06/0.00/0.42)	

CMYK percentages

%9.4
%6.04
%0
%41.57

Codes

Color #878C95 in popluar color models

878C95
RGB135140149
HSL219°6.19%55.69%
HSB/HSV219°9.40%58.43%
CMYK9.40%6.04%0.00%
41.57%

Color #878C95 in popluar number systems.

HEX878C95
Decimal135140149
Binary100001111000110010010101
Octal207214225

Shades and tints

Shades of #878C95

#878C95
(135,140,149)
#7B8088
(123,128,136)
#6F747B
(111,116,123)
#63686E
(99,104,110)
#575C61
(87,92,97)
#4B5054
(75,80,84)
#3F4447
(63,68,71)
#33383A
(51,56,58)
#272C2D
(39,44,45)
#1B2020
(27,32,32)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #878C95

#878C95
(135,140,149)
#91969E
(145,150,158)
#9BA0A7
(155,160,167)
#A5AAB0
(165,170,176)
#AFB4B9
(175,180,185)
#B9BEC2
(185,190,194)
#C3C8CB
(195,200,203)
#CDD2D4
(205,210,212)
#D7DCDD
(215,220,221)
#E1E6E6
(225,230,230)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878C95; }

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

This text font color is #878C95.


Background Color

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

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

This div background color is #878C95.


Border color

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

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

This div border color is #878C95.


Opacity

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

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

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

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

This text has shadow with #878C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878C95 on black background.


Color preview on white background

This text has color #878C95 on white background.



Black color preview on #878C95 background

This text has black color on #878C95 background.


White color preview on #878C95 background

This text has white color on #878C95 background.