COLOR #8E8D84

HEX: #8E8D84
RGB: (142,141,132)

Color info

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

RGB color model

#8E8D84 color RGB value is (142,141,132).

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

RGB channels and saturation

R 142 of 255 = 56%
G 141 of 255 = 55%
B 132 of 255 = 52%

142
141
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 141 + 132 = 415 (100%)
R 142 of 415 ~ 34.22%
G 141 of 415 ~ 33.98%
B 132 of 415 ~ 31.81%

%34.22
%33.98
%31.81

CMYK color model

#8E8D84 color CMYK value is (0,1,7,44).

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 7.04%
  • key color value is 44.31%
CMYK:
(0,1,7,44)
C0M1Y7K44 
(0%,1%,7%,44%)
(0.00/0.01/0.07/0.44)	

CMYK percentages

%0
%0.7
%7.04
%44.31

Codes

Color #8E8D84 in popluar color models

8E8D84
RGB142141132
HSL54°4.24%53.73%
HSB/HSV54°7.04%55.69%
CMYK0.00%0.70%7.04%
44.31%

Color #8E8D84 in popluar number systems.

HEX8E8D84
Decimal142141132
Binary100011101000110110000100
Octal216215204

Shades and tints

Shades of #8E8D84

#8E8D84
(142,141,132)
#828178
(130,129,120)
#76756C
(118,117,108)
#6A6960
(106,105,96)
#5E5D54
(94,93,84)
#525148
(82,81,72)
#46453C
(70,69,60)
#3A3930
(58,57,48)
#2E2D24
(46,45,36)
#222118
(34,33,24)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #8E8D84

#8E8D84
(142,141,132)
#98978F
(152,151,143)
#A2A19A
(162,161,154)
#ACABA5
(172,171,165)
#B6B5B0
(182,181,176)
#C0BFBB
(192,191,187)
#CAC9C6
(202,201,198)
#D4D3D1
(212,211,209)
#DEDDDC
(222,221,220)
#E8E7E7
(232,231,231)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8D84; }

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

This text font color is #8E8D84.


Background Color

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

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

This div background color is #8E8D84.


Border color

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

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

This div border color is #8E8D84.


Opacity

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

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

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

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

This text has shadow with #8E8D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8D84 on black background.


Color preview on white background

This text has color #8E8D84 on white background.



Black color preview on #8E8D84 background

This text has black color on #8E8D84 background.


White color preview on #8E8D84 background

This text has white color on #8E8D84 background.