COLOR #878C9D

HEX: #878C9D RGB: (135,140,157)

Color info

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

RGB color model

#878C9D color RGB value is (135,140,157).

RGB: (135,140,157) (53%, 55%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 157 of 255 = 62%

135
140
157

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

Portions of RGB colors in percentages

R + G + B = 135 + 140 + 157 = 432 (100%)
R 135 of 432 ~ 31.25%
G 140 of 432 ~ 32.41%
B 157 of 432 ~ 36.34'%

%31.25
%32.41
%36.34

CMYK color model

#878C9D color CMYK value is (14,11,0,38).

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

CMYK: (14,11,0,38)
C14M11Y0K38 (14%, 11%, 0%, 38%)
(0.14 / 0.11 / 0.00 / 0.38)

CMYK percentages

%14.01
%10.83
%0
%38.43

Codes

Color #878C9D in popluar color models

87 8C 9D
RGB 135 140 157
HSL 226° 10.09% 57.25%
HSB/HSV 226° 14.01% 61.57%
CMYK 14.01% 10.83% 0.00%
38.43%

Color #878C9D in popluar number systems.

HEX 87 8C 9D
Decimal 135 140 157
Binary 10000111 10001100 10011101
Octal 207 214 235

Shades and tints

Shades of #878C9D

#878C9D
(135,140,157)
#7B808F
(123,128,143)
#6F7481
(111,116,129)
#636873
(99,104,115)
#575C65
(87,92,101)
#4B5057
(75,80,87)
#3F4449
(63,68,73)
#33383B
(51,56,59)
#272C2D
(39,44,45)
#1B201F
(27,32,31)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #878C9D

#878C9D
(135,140,157)
#9196A5
(145,150,165)
#9BA0AD
(155,160,173)
#A5AAB5
(165,170,181)
#AFB4BD
(175,180,189)
#B9BEC5
(185,190,197)
#C3C8CD
(195,200,205)
#CDD2D5
(205,210,213)
#D7DCDD
(215,220,221)
#E1E6E5
(225,230,229)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878C9D; }

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

This text font color is #878C9D.

Background Color

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

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

This div background color is #878C9D.

Border color

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

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

This div border color is #878C9D.

Opacity

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

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

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

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

This text has shadow with #878C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878C9D.

Preview

Color preview on black background

This text has color #878C9D on black background.


Color preview on white background

This text has color #878C9D on white background.


Black color preview on #878C9D background

This text has black color on #878C9D background.


White color preview on #878C9D background

This text has white color on #878C9D background.


Related colors

Complementary color

Complementary color for #hex is #787362.


I love getcolorcode.com

Triadic colors

1 #9D878C and #8C9D87 with #878C9D are triadic colors.

2 #9D8C87 and #8C879D with #878C9D are triadic colors.