COLOR #878B91

HEX: #878B91
RGB: (135,139,145)

Color info

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

RGB color model

#878B91 color RGB value is (135,139,145).

  • red value is 135;
  • green value is 139;
  • blue value is 145.
RGB:
(135,139,145)
(53%,55%,57%)

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 145 of 255 = 57%

135
139
145

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

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 145 = 419 (100%)
R 135 of 419 ~ 32.22%
G 139 of 419 ~ 33.17%
B 145 of 419 ~ 34.61%

%32.22
%33.17
%34.61

CMYK color model

#878B91 color CMYK value is (7,4,0,43).

  • cyan value is 6.90%
  • magenta value is 4.14%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(7,4,0,43)
C7M4Y0K43 
(7%,4%,0%,43%)
(0.07/0.04/0.00/0.43)	

CMYK percentages

%6.9
%4.14
%0
%43.14

Codes

Color #878B91 in popluar color models

878B91
RGB135139145
HSL216°4.35%54.90%
HSB/HSV216°6.90%56.86%
CMYK6.90%4.14%0.00%
43.14%

Color #878B91 in popluar number systems.

HEX878B91
Decimal135139145
Binary100001111000101110010001
Octal207213221

Shades and tints

Shades of #878B91

#878B91
(135,139,145)
#7B7F84
(123,127,132)
#6F7377
(111,115,119)
#63676A
(99,103,106)
#575B5D
(87,91,93)
#4B4F50
(75,79,80)
#3F4343
(63,67,67)
#333736
(51,55,54)
#272B29
(39,43,41)
#1B1F1C
(27,31,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #878B91

#878B91
(135,139,145)
#91959B
(145,149,155)
#9B9FA5
(155,159,165)
#A5A9AF
(165,169,175)
#AFB3B9
(175,179,185)
#B9BDC3
(185,189,195)
#C3C7CD
(195,199,205)
#CDD1D7
(205,209,215)
#D7DBE1
(215,219,225)
#E1E5EB
(225,229,235)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878B91 color. Also use rgb(135,139,145) instead hex code.

Text Font Color

.myTextColor { color: #878B91; }

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

This text font color is #878B91.


Background Color

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

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

This div background color is #878B91.


Border color

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

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

This div border color is #878B91.


Opacity

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

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

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

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

This text has shadow with #878B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878B91 on black background.


Color preview on white background

This text has color #878B91 on white background.



Black color preview on #878B91 background

This text has black color on #878B91 background.


White color preview on #878B91 background

This text has white color on #878B91 background.