COLOR #878E9D

HEX: #878E9D RGB: (135,142,157)

Color info

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

RGB color model

#878E9D color RGB value is (135,142,157).

RGB: (135,142,157) (53%, 56%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 142 of 255 = 56%
B 157 of 255 = 62%

135
142
157

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

Portions of RGB colors in percentages

R + G + B = 135 + 142 + 157 = 434 (100%)
R 135 of 434 ~ 31.11%
G 142 of 434 ~ 32.72%
B 157 of 434 ~ 36.18'%

%31.11
%32.72
%36.18

CMYK color model

#878E9D color CMYK value is (14,10,0,38).

  • cyan value is 14.01%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (14,10,0,38)
C14M10Y0K38 (14%, 10%, 0%, 38%)
(0.14 / 0.10 / 0.00 / 0.38)

CMYK percentages

%14.01
%9.55
%0
%38.43

Codes

Color #878E9D in popluar color models

87 8E 9D
RGB 135 142 157
HSL 221° 10.09% 57.25%
HSB/HSV 221° 14.01% 61.57%
CMYK 14.01% 9.55% 0.00%
38.43%

Color #878E9D in popluar number systems.

HEX 87 8E 9D
Decimal 135 142 157
Binary 10000111 10001110 10011101
Octal 207 216 235

Shades and tints

Shades of #878E9D

#878E9D
(135,142,157)
#7B828F
(123,130,143)
#6F7681
(111,118,129)
#636A73
(99,106,115)
#575E65
(87,94,101)
#4B5257
(75,82,87)
#3F4649
(63,70,73)
#333A3B
(51,58,59)
#272E2D
(39,46,45)
#1B221F
(27,34,31)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #878E9D

#878E9D
(135,142,157)
#9198A5
(145,152,165)
#9BA2AD
(155,162,173)
#A5ACB5
(165,172,181)
#AFB6BD
(175,182,189)
#B9C0C5
(185,192,197)
#C3CACD
(195,202,205)
#CDD4D5
(205,212,213)
#D7DEDD
(215,222,221)
#E1E8E5
(225,232,229)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878E9D; }

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

This text font color is #878E9D.

Background Color

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

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

This div background color is #878E9D.

Border color

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

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

This div border color is #878E9D.

Opacity

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

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

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

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

This text has shadow with #878E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878E9D.

Preview

Color preview on black background

This text has color #878E9D on black background.


Color preview on white background

This text has color #878E9D on white background.


Black color preview on #878E9D background

This text has black color on #878E9D background.


White color preview on #878E9D background

This text has white color on #878E9D background.


Related colors

Complementary color

Complementary color for #hex is #787162.


I love getcolorcode.com

Triadic colors

1 #9D878E and #8E9D87 with #878E9D are triadic colors.

2 #9D8E87 and #8E879D with #878E9D are triadic colors.