COLOR #8D878C

HEX: #8D878C RGB: (141,135,140)

Color info

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

RGB color model

#8D878C color RGB value is (141,135,140).

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

RGB channels and saturation

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

141
135
140

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

Portions of RGB colors in percentages

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

%33.89
%32.45
%33.65

CMYK color model

#8D878C color CMYK value is (0,4,1,45).

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

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

CMYK percentages

%0
%4.26
%0.71
%44.71

Codes

Color #8D878C in popluar color models

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

Color #8D878C in popluar number systems.

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

Shades and tints

Shades of #8D878C

#8D878C
(141,135,140)
#817B80
(129,123,128)
#756F74
(117,111,116)
#696368
(105,99,104)
#5D575C
(93,87,92)
#514B50
(81,75,80)
#453F44
(69,63,68)
#393338
(57,51,56)
#2D272C
(45,39,44)
#211B20
(33,27,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #8D878C

#8D878C
(141,135,140)
#979196
(151,145,150)
#A19BA0
(161,155,160)
#ABA5AA
(171,165,170)
#B5AFB4
(181,175,180)
#BFB9BE
(191,185,190)
#C9C3C8
(201,195,200)
#D3CDD2
(211,205,210)
#DDD7DC
(221,215,220)
#E7E1E6
(231,225,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D878C; }

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

This text font color is #8D878C.

Background Color

.myBgColor { background-color: #8D878C; }

<div style="background-color:#8D878C">Inner text</div>

This div background color is #8D878C.

Border color

.myBorderColor { border: 1px solid #8D878C; }

<div style="border:3px solid #8D878C">Div</div>

This div border color is #8D878C.

Opacity

.myOpacity80 { color: #8D878C; opacity: 0.8; }

<p style="color:#8D878C;opacity:0.8;">80%</p>

Text with #8D878C 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 #8D878C;}

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

This text has shadow with #8D878C color.


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

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

This text has shadow with #8D878C primary color and red secondary color.


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

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

This text has shadow with #8D878C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D878C.

Preview

Color preview on black background

This text has color #8D878C on black background.


Color preview on white background

This text has color #8D878C on white background.


Black color preview on #8D878C background

This text has black color on #8D878C background.


White color preview on #8D878C background

This text has white color on #8D878C background.


Related colors

Complementary color

Complementary color for #hex is #727873.


I love getcolorcode.com

Triadic colors

1 #8C8D87 and #878C8D with #8D878C are triadic colors.

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