COLOR #878A9F

HEX: #878A9F
RGB: (135,138,159)

Color info

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

RGB color model

#878A9F color RGB value is (135,138,159).

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

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 159 of 255 = 62%

135
138
159

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

Portions of RGB colors in percentages

R + G + B =
135 + 138 + 159 = 432 (100%)
R 135 of 432 ~ 31.25%
G 138 of 432 ~ 31.94%
B 159 of 432 ~ 36.81%

%31.25
%31.94
%36.81

CMYK color model

#878A9F color CMYK value is (15,13,0,38).

  • cyan value is 15.09%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(15,13,0,38)
C15M13Y0K38 
(15%,13%,0%,38%)
(0.15/0.13/0.00/0.38)	

CMYK percentages

%15.09
%13.21
%0
%37.65

Codes

Color #878A9F in popluar color models

878A9F
RGB135138159
HSL233°11.11%57.65%
HSB/HSV233°15.09%62.35%
CMYK15.09%13.21%0.00%
37.65%

Color #878A9F in popluar number systems.

HEX878A9F
Decimal135138159
Binary100001111000101010011111
Octal207212237

Shades and tints

Shades of #878A9F

#878A9F
(135,138,159)
#7B7E91
(123,126,145)
#6F7283
(111,114,131)
#636675
(99,102,117)
#575A67
(87,90,103)
#4B4E59
(75,78,89)
#3F424B
(63,66,75)
#33363D
(51,54,61)
#272A2F
(39,42,47)
#1B1E21
(27,30,33)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #878A9F

#878A9F
(135,138,159)
#9194A7
(145,148,167)
#9B9EAF
(155,158,175)
#A5A8B7
(165,168,183)
#AFB2BF
(175,178,191)
#B9BCC7
(185,188,199)
#C3C6CF
(195,198,207)
#CDD0D7
(205,208,215)
#D7DADF
(215,218,223)
#E1E4E7
(225,228,231)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878A9F; }

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

This text font color is #878A9F.


Background Color

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

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

This div background color is #878A9F.


Border color

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

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

This div border color is #878A9F.


Opacity

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

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

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

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

This text has shadow with #878A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878A9F on black background.


Color preview on white background

This text has color #878A9F on white background.



Black color preview on #878A9F background

This text has black color on #878A9F background.


White color preview on #878A9F background

This text has white color on #878A9F background.