COLOR #8E8D87

HEX: #8E8D87
RGB: (142,141,135)

Color info

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

RGB color model

#8E8D87 color RGB value is (142,141,135).

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

RGB channels and saturation

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

142
141
135

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

Portions of RGB colors in percentages

R + G + B =
142 + 141 + 135 = 418 (100%)
R 142 of 418 ~ 33.97%
G 141 of 418 ~ 33.73%
B 135 of 418 ~ 32.3%

%33.97
%33.73
%32.3

CMYK color model

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

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

CMYK percentages

%0
%0.7
%4.93
%44.31

Codes

Color #8E8D87 in popluar color models

8E8D87
RGB142141135
HSL51°3.00%54.31%
HSB/HSV51°4.93%55.69%
CMYK0.00%0.70%4.93%
44.31%

Color #8E8D87 in popluar number systems.

HEX8E8D87
Decimal142141135
Binary100011101000110110000111
Octal216215207

Shades and tints

Shades of #8E8D87

#8E8D87
(142,141,135)
#82817B
(130,129,123)
#76756F
(118,117,111)
#6A6963
(106,105,99)
#5E5D57
(94,93,87)
#52514B
(82,81,75)
#46453F
(70,69,63)
#3A3933
(58,57,51)
#2E2D27
(46,45,39)
#22211B
(34,33,27)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #8E8D87

#8E8D87
(142,141,135)
#989791
(152,151,145)
#A2A19B
(162,161,155)
#ACABA5
(172,171,165)
#B6B5AF
(182,181,175)
#C0BFB9
(192,191,185)
#CAC9C3
(202,201,195)
#D4D3CD
(212,211,205)
#DEDDD7
(222,221,215)
#E8E7E1
(232,231,225)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8D87; }

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

This text font color is #8E8D87.


Background Color

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

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

This div background color is #8E8D87.


Border color

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

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

This div border color is #8E8D87.


Opacity

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

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

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

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

This text has shadow with #8E8D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8D87 on black background.


Color preview on white background

This text has color #8E8D87 on white background.



Black color preview on #8E8D87 background

This text has black color on #8E8D87 background.


White color preview on #8E8D87 background

This text has white color on #8E8D87 background.