COLOR #8E878C

HEX: #8E878C
RGB: (142,135,140)

Color info

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

RGB color model

#8E878C color RGB value is (142,135,140).

  • red value is 142;
  • green value is 135;
  • blue value is 140.
RGB:
(142,135,140)
(56%,53%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 140 of 255 = 55%

142
135
140

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

Portions of RGB colors in percentages

R + G + B =
142 + 135 + 140 = 417 (100%)
R 142 of 417 ~ 34.05%
G 135 of 417 ~ 32.37%
B 140 of 417 ~ 33.57%

%34.05
%32.37
%33.57

CMYK color model

#8E878C color CMYK value is (0,5,1,44).

  • cyan value is 0.00%
  • magenta value is 4.93%
  • yellow value is 1.41%
  • key color value is 44.31%
CMYK:
(0,5,1,44)
C0M5Y1K44 
(0%,5%,1%,44%)
(0.00/0.05/0.01/0.44)	

CMYK percentages

%0
%4.93
%1.41
%44.31

Codes

Color #8E878C in popluar color models

8E878C
RGB142135140
HSL317°3.00%54.31%
HSB/HSV317°4.93%55.69%
CMYK0.00%4.93%1.41%
44.31%

Color #8E878C in popluar number systems.

HEX8E878C
Decimal142135140
Binary100011101000011110001100
Octal216207214

Shades and tints

Shades of #8E878C

#8E878C
(142,135,140)
#827B80
(130,123,128)
#766F74
(118,111,116)
#6A6368
(106,99,104)
#5E575C
(94,87,92)
#524B50
(82,75,80)
#463F44
(70,63,68)
#3A3338
(58,51,56)
#2E272C
(46,39,44)
#221B20
(34,27,32)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #8E878C

#8E878C
(142,135,140)
#989196
(152,145,150)
#A29BA0
(162,155,160)
#ACA5AA
(172,165,170)
#B6AFB4
(182,175,180)
#C0B9BE
(192,185,190)
#CAC3C8
(202,195,200)
#D4CDD2
(212,205,210)
#DED7DC
(222,215,220)
#E8E1E6
(232,225,230)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E878C; }

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

This text font color is #8E878C.


Background Color

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

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

This div background color is #8E878C.


Border color

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

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

This div border color is #8E878C.


Opacity

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

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

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

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

This text has shadow with #8E878C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E878C on black background.


Color preview on white background

This text has color #8E878C on white background.



Black color preview on #8E878C background

This text has black color on #8E878C background.


White color preview on #8E878C background

This text has white color on #8E878C background.