COLOR #878A99

HEX: #878A99
RGB: (135,138,153)

Color info

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

RGB color model

#878A99 color RGB value is (135,138,153).

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

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 153 of 255 = 60%

135
138
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 138 + 153 = 426 (100%)
R 135 of 426 ~ 31.69%
G 138 of 426 ~ 32.39%
B 153 of 426 ~ 35.92%

%31.69
%32.39
%35.92

CMYK color model

#878A99 color CMYK value is (12,10,0,40).

  • cyan value is 11.76%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,10,0,40)
C12M10Y0K40 
(12%,10%,0%,40%)
(0.12/0.10/0.00/0.40)	

CMYK percentages

%11.76
%9.8
%0
%40

Codes

Color #878A99 in popluar color models

878A99
RGB135138153
HSL230°8.11%56.47%
HSB/HSV230°11.76%60.00%
CMYK11.76%9.80%0.00%
40.00%

Color #878A99 in popluar number systems.

HEX878A99
Decimal135138153
Binary100001111000101010011001
Octal207212231

Shades and tints

Shades of #878A99

#878A99
(135,138,153)
#7B7E8C
(123,126,140)
#6F727F
(111,114,127)
#636672
(99,102,114)
#575A65
(87,90,101)
#4B4E58
(75,78,88)
#3F424B
(63,66,75)
#33363E
(51,54,62)
#272A31
(39,42,49)
#1B1E24
(27,30,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #878A99

#878A99
(135,138,153)
#9194A2
(145,148,162)
#9B9EAB
(155,158,171)
#A5A8B4
(165,168,180)
#AFB2BD
(175,178,189)
#B9BCC6
(185,188,198)
#C3C6CF
(195,198,207)
#CDD0D8
(205,208,216)
#D7DAE1
(215,218,225)
#E1E4EA
(225,228,234)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878A99; }

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

This text font color is #878A99.


Background Color

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

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

This div background color is #878A99.


Border color

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

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

This div border color is #878A99.


Opacity

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

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

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

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

This text has shadow with #878A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878A99 on black background.


Color preview on white background

This text has color #878A99 on white background.



Black color preview on #878A99 background

This text has black color on #878A99 background.


White color preview on #878A99 background

This text has white color on #878A99 background.