COLOR #8E8387

HEX: #8E8387
RGB: (142,131,135)

Color info

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

RGB color model

#8E8387 color RGB value is (142,131,135).

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

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 135 of 255 = 53%

142
131
135

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

Portions of RGB colors in percentages

R + G + B =
142 + 131 + 135 = 408 (100%)
R 142 of 408 ~ 34.8%
G 131 of 408 ~ 32.11%
B 135 of 408 ~ 33.09%

%34.8
%32.11
%33.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 4.93%
  • key color value is 44.31%
CMYK:
(0,8,5,44)
C0M8Y5K44 
(0%,8%,5%,44%)
(0.00/0.08/0.05/0.44)	

CMYK percentages

%0
%7.75
%4.93
%44.31

Codes

Color #8E8387 in popluar color models

8E8387
RGB142131135
HSL338°4.64%53.53%
HSB/HSV338°7.75%55.69%
CMYK0.00%7.75%4.93%
44.31%

Color #8E8387 in popluar number systems.

HEX8E8387
Decimal142131135
Binary100011101000001110000111
Octal216203207

Shades and tints

Shades of #8E8387

#8E8387
(142,131,135)
#82787B
(130,120,123)
#766D6F
(118,109,111)
#6A6263
(106,98,99)
#5E5757
(94,87,87)
#524C4B
(82,76,75)
#46413F
(70,65,63)
#3A3633
(58,54,51)
#2E2B27
(46,43,39)
#22201B
(34,32,27)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #8E8387

#8E8387
(142,131,135)
#988E91
(152,142,145)
#A2999B
(162,153,155)
#ACA4A5
(172,164,165)
#B6AFAF
(182,175,175)
#C0BAB9
(192,186,185)
#CAC5C3
(202,197,195)
#D4D0CD
(212,208,205)
#DEDBD7
(222,219,215)
#E8E6E1
(232,230,225)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8387; }

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

This text font color is #8E8387.


Background Color

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

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

This div background color is #8E8387.


Border color

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

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

This div border color is #8E8387.


Opacity

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

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

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

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

This text has shadow with #8E8387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8387 on black background.


Color preview on white background

This text has color #8E8387 on white background.



Black color preview on #8E8387 background

This text has black color on #8E8387 background.


White color preview on #8E8387 background

This text has white color on #8E8387 background.