COLOR #878B9B

HEX: #878B9B
RGB: (135,139,155)

Color info

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

RGB color model

#878B9B color RGB value is (135,139,155).

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

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 155 of 255 = 61%

135
139
155

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

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 155 = 429 (100%)
R 135 of 429 ~ 31.47%
G 139 of 429 ~ 32.4%
B 155 of 429 ~ 36.13%

%31.47
%32.4
%36.13

CMYK color model

#878B9B color CMYK value is (13,10,0,39).

  • cyan value is 12.90%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(13,10,0,39)
C13M10Y0K39 
(13%,10%,0%,39%)
(0.13/0.10/0.00/0.39)	

CMYK percentages

%12.9
%10.32
%0
%39.22

Codes

Color #878B9B in popluar color models

878B9B
RGB135139155
HSL228°9.09%56.86%
HSB/HSV228°12.90%60.78%
CMYK12.90%10.32%0.00%
39.22%

Color #878B9B in popluar number systems.

HEX878B9B
Decimal135139155
Binary100001111000101110011011
Octal207213233

Shades and tints

Shades of #878B9B

#878B9B
(135,139,155)
#7B7F8D
(123,127,141)
#6F737F
(111,115,127)
#636771
(99,103,113)
#575B63
(87,91,99)
#4B4F55
(75,79,85)
#3F4347
(63,67,71)
#333739
(51,55,57)
#272B2B
(39,43,43)
#1B1F1D
(27,31,29)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #878B9B

#878B9B
(135,139,155)
#9195A4
(145,149,164)
#9B9FAD
(155,159,173)
#A5A9B6
(165,169,182)
#AFB3BF
(175,179,191)
#B9BDC8
(185,189,200)
#C3C7D1
(195,199,209)
#CDD1DA
(205,209,218)
#D7DBE3
(215,219,227)
#E1E5EC
(225,229,236)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878B9B; }

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

This text font color is #878B9B.


Background Color

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

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

This div background color is #878B9B.


Border color

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

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

This div border color is #878B9B.


Opacity

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

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

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

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

This text has shadow with #878B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878B9B on black background.


Color preview on white background

This text has color #878B9B on white background.



Black color preview on #878B9B background

This text has black color on #878B9B background.


White color preview on #878B9B background

This text has white color on #878B9B background.