COLOR #878F8E

HEX: #878F8E RGB: (135,143,142)

Color info

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

RGB color model

#878F8E color RGB value is (135,143,142).

RGB: (135,143,142) (53%, 56%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 142 of 255 = 56%

135
143
142

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

Portions of RGB colors in percentages

R + G + B = 135 + 143 + 142 = 420 (100%)
R 135 of 420 ~ 32.14%
G 143 of 420 ~ 34.05%
B 142 of 420 ~ 33.81'%

%32.14
%34.05
%33.81

CMYK color model

#878F8E color CMYK value is (6,0,1,44).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 0.70%
  • key color value is 43.92%

CMYK: (6,0,1,44)
C6M0Y1K44 (6%, 0%, 1%, 44%)
(0.06 / 0.00 / 0.01 / 0.44)

CMYK percentages

%5.59
%0
%0.7
%43.92

Codes

Color #878F8E in popluar color models

87 8F 8E
RGB 135 143 142
HSL 173° 3.45% 54.51%
HSB/HSV 173° 5.59% 56.08%
CMYK 5.59% 0.00% 0.70%
43.92%

Color #878F8E in popluar number systems.

HEX 87 8F 8E
Decimal 135 143 142
Binary 10000111 10001111 10001110
Octal 207 217 216

Shades and tints

Shades of #878F8E

#878F8E
(135,143,142)
#7B8282
(123,130,130)
#6F7576
(111,117,118)
#63686A
(99,104,106)
#575B5E
(87,91,94)
#4B4E52
(75,78,82)
#3F4146
(63,65,70)
#33343A
(51,52,58)
#27272E
(39,39,46)
#1B1A22
(27,26,34)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #878F8E

#878F8E
(135,143,142)
#919998
(145,153,152)
#9BA3A2
(155,163,162)
#A5ADAC
(165,173,172)
#AFB7B6
(175,183,182)
#B9C1C0
(185,193,192)
#C3CBCA
(195,203,202)
#CDD5D4
(205,213,212)
#D7DFDE
(215,223,222)
#E1E9E8
(225,233,232)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878F8E color. Also use rgb(135,143,142) instead hex code.

Text Font Color

.myTextColor { color: #878F8E; }

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

This text font color is #878F8E.

Background Color

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

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

This div background color is #878F8E.

Border color

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

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

This div border color is #878F8E.

Opacity

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

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

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

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

This text has shadow with #878F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878F8E.

Preview

Color preview on black background

This text has color #878F8E on black background.


Color preview on white background

This text has color #878F8E on white background.


Black color preview on #878F8E background

This text has black color on #878F8E background.


White color preview on #878F8E background

This text has white color on #878F8E background.


Related colors

Complementary color

Complementary color for #hex is #787071.


I love getcolorcode.com

Triadic colors

1 #8E878F and #8F8E87 with #878F8E are triadic colors.

2 #8E8F87 and #8F878E with #878F8E are triadic colors.