COLOR #878A8D

HEX: #878A8D
RGB: (135,138,141)

Color info

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

RGB color model

#878A8D color RGB value is (135,138,141).

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

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 141 of 255 = 55%

135
138
141

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

Portions of RGB colors in percentages

R + G + B =
135 + 138 + 141 = 414 (100%)
R 135 of 414 ~ 32.61%
G 138 of 414 ~ 33.33%
B 141 of 414 ~ 34.06%

%32.61
%33.33
%34.06

CMYK color model

#878A8D color CMYK value is (4,2,0,45).

  • cyan value is 4.26%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,2,0,45)
C4M2Y0K45 
(4%,2%,0%,45%)
(0.04/0.02/0.00/0.45)	

CMYK percentages

%4.26
%2.13
%0
%44.71

Codes

Color #878A8D in popluar color models

878A8D
RGB135138141
HSL210°2.56%54.12%
HSB/HSV210°4.26%55.29%
CMYK4.26%2.13%0.00%
44.71%

Color #878A8D in popluar number systems.

HEX878A8D
Decimal135138141
Binary100001111000101010001101
Octal207212215

Shades and tints

Shades of #878A8D

#878A8D
(135,138,141)
#7B7E81
(123,126,129)
#6F7275
(111,114,117)
#636669
(99,102,105)
#575A5D
(87,90,93)
#4B4E51
(75,78,81)
#3F4245
(63,66,69)
#333639
(51,54,57)
#272A2D
(39,42,45)
#1B1E21
(27,30,33)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #878A8D

#878A8D
(135,138,141)
#919497
(145,148,151)
#9B9EA1
(155,158,161)
#A5A8AB
(165,168,171)
#AFB2B5
(175,178,181)
#B9BCBF
(185,188,191)
#C3C6C9
(195,198,201)
#CDD0D3
(205,208,211)
#D7DADD
(215,218,221)
#E1E4E7
(225,228,231)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878A8D; }

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

This text font color is #878A8D.


Background Color

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

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

This div background color is #878A8D.


Border color

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

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

This div border color is #878A8D.


Opacity

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

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

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

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

This text has shadow with #878A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878A8D on black background.


Color preview on white background

This text has color #878A8D on white background.



Black color preview on #878A8D background

This text has black color on #878A8D background.


White color preview on #878A8D background

This text has white color on #878A8D background.