COLOR #878D8C

HEX: #878D8C RGB: (135,141,140)

Color info

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

RGB color model

#878D8C color RGB value is (135,141,140).

RGB: (135,141,140) (53%, 55%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 140 of 255 = 55%

135
141
140

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

Portions of RGB colors in percentages

R + G + B = 135 + 141 + 140 = 416 (100%)
R 135 of 416 ~ 32.45%
G 141 of 416 ~ 33.89%
B 140 of 416 ~ 33.65'%

%32.45
%33.89
%33.65

CMYK color model

#878D8C color CMYK value is (4,0,1,45).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 0.71%
  • key color value is 44.71%

CMYK: (4,0,1,45)
C4M0Y1K45 (4%, 0%, 1%, 45%)
(0.04 / 0.00 / 0.01 / 0.45)

CMYK percentages

%4.26
%0
%0.71
%44.71

Codes

Color #878D8C in popluar color models

87 8D 8C
RGB 135 141 140
HSL 170° 2.56% 54.12%
HSB/HSV 170° 4.26% 55.29%
CMYK 4.26% 0.00% 0.71%
44.71%

Color #878D8C in popluar number systems.

HEX 87 8D 8C
Decimal 135 141 140
Binary 10000111 10001101 10001100
Octal 207 215 214

Shades and tints

Shades of #878D8C

#878D8C
(135,141,140)
#7B8180
(123,129,128)
#6F7574
(111,117,116)
#636968
(99,105,104)
#575D5C
(87,93,92)
#4B5150
(75,81,80)
#3F4544
(63,69,68)
#333938
(51,57,56)
#272D2C
(39,45,44)
#1B2120
(27,33,32)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #878D8C

#878D8C
(135,141,140)
#919796
(145,151,150)
#9BA1A0
(155,161,160)
#A5ABAA
(165,171,170)
#AFB5B4
(175,181,180)
#B9BFBE
(185,191,190)
#C3C9C8
(195,201,200)
#CDD3D2
(205,211,210)
#D7DDDC
(215,221,220)
#E1E7E6
(225,231,230)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878D8C; }

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

This text font color is #878D8C.

Background Color

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

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

This div background color is #878D8C.

Border color

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

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

This div border color is #878D8C.

Opacity

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

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

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

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

This text has shadow with #878D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878D8C.

Preview

Color preview on black background

This text has color #878D8C on black background.


Color preview on white background

This text has color #878D8C on white background.


Black color preview on #878D8C background

This text has black color on #878D8C background.


White color preview on #878D8C background

This text has white color on #878D8C background.


Related colors

Complementary color

Complementary color for #hex is #787273.


I love getcolorcode.com

Triadic colors

1 #8C878D and #8D8C87 with #878D8C are triadic colors.

2 #8C8D87 and #8D878C with #878D8C are triadic colors.