COLOR #8E8487

HEX: #8E8487 RGB: (142,132,135)

Color info

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

RGB color model

#8E8487 color RGB value is (142,132,135).

RGB: (142,132,135) (56%, 52%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 132 of 255 = 52%
B 135 of 255 = 53%

142
132
135

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

Portions of RGB colors in percentages

R + G + B = 142 + 132 + 135 = 409 (100%)
R 142 of 409 ~ 34.72%
G 132 of 409 ~ 32.27%
B 135 of 409 ~ 33.01'%

%34.72
%32.27
%33.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 4.93%
  • key color value is 44.31%
CMYK: (0,7,5,44) C0M7Y5K44 (0%,7%,5%,44%) (0.00/0.07/0.05/0.44) 

CMYK percentages

%0
%7.04
%4.93
%44.31

Codes

Color #8E8487 in popluar color models

8E 84 87
RGB 142 132 135
HSL 342° 4.24% 53.73%
HSB/HSV 342° 7.04% 55.69%
CMYK 0.00% 7.04% 4.93%
44.31%

Color #8E8487 in popluar number systems.

HEX 8E 84 87
Decimal 142 132 135
Binary 10001110 10000100 10000111
Octal 216 204 207

Shades and tints

Shades of #8E8487

#8E8487
(142,132,135)
#82787B
(130,120,123)
#766C6F
(118,108,111)
#6A6063
(106,96,99)
#5E5457
(94,84,87)
#52484B
(82,72,75)
#463C3F
(70,60,63)
#3A3033
(58,48,51)
#2E2427
(46,36,39)
#22181B
(34,24,27)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #8E8487

#8E8487
(142,132,135)
#988F91
(152,143,145)
#A29A9B
(162,154,155)
#ACA5A5
(172,165,165)
#B6B0AF
(182,176,175)
#C0BBB9
(192,187,185)
#CAC6C3
(202,198,195)
#D4D1CD
(212,209,205)
#DEDCD7
(222,220,215)
#E8E7E1
(232,231,225)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8487; }

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

This text font color is #8E8487.

Background Color

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

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

This div background color is #8E8487.

Border color

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

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

This div border color is #8E8487.

Opacity

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

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

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

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

This text has shadow with #8E8487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8487.

Preview

Color preview on black background

This text has color #8E8487 on black background.


Color preview on white background

This text has color #8E8487 on white background.


Black color preview on #8E8487 background

This text has black color on #8E8487 background.


White color preview on #8E8487 background

This text has white color on #8E8487 background.


Related colors

Complementary color

Complementary color for #hex is #717B78.


I love getcolorcode.com

Triadic colors

1 #878E84 and #84878E with #8E8487 are triadic colors.

2 #87848E and #848E87 with #8E8487 are triadic colors.