COLOR #8E8E8B

HEX: #8E8E8B
RGB: (142,142,139)

Color info

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

RGB color model

#8E8E8B color RGB value is (142,142,139).

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

RGB channels and saturation

R 142 of 255 = 56%
G 142 of 255 = 56%
B 139 of 255 = 55%

142
142
139

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

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 139 = 423 (100%)
R 142 of 423 ~ 33.57%
G 142 of 423 ~ 33.57%
B 139 of 423 ~ 32.86%

%33.57
%33.57
%32.86

CMYK color model

#8E8E8B color CMYK value is (0,0,2,44).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 44.31%
CMYK:
(0,0,2,44)
C0M0Y2K44 
(0%,0%,2%,44%)
(0.00/0.00/0.02/0.44)	

CMYK percentages

%0
%0
%2.11
%44.31

Codes

Color #8E8E8B in popluar color models

8E8E8B
RGB142142139
HSL60°1.31%55.10%
HSB/HSV60°2.11%55.69%
CMYK0.00%0.00%2.11%
44.31%

Color #8E8E8B in popluar number systems.

HEX8E8E8B
Decimal142142139
Binary100011101000111010001011
Octal216216213

Shades and tints

Shades of #8E8E8B

#8E8E8B
(142,142,139)
#82827F
(130,130,127)
#767673
(118,118,115)
#6A6A67
(106,106,103)
#5E5E5B
(94,94,91)
#52524F
(82,82,79)
#464643
(70,70,67)
#3A3A37
(58,58,55)
#2E2E2B
(46,46,43)
#22221F
(34,34,31)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #8E8E8B

#8E8E8B
(142,142,139)
#989895
(152,152,149)
#A2A29F
(162,162,159)
#ACACA9
(172,172,169)
#B6B6B3
(182,182,179)
#C0C0BD
(192,192,189)
#CACAC7
(202,202,199)
#D4D4D1
(212,212,209)
#DEDEDB
(222,222,219)
#E8E8E5
(232,232,229)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8E8B; }

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

This text font color is #8E8E8B.


Background Color

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

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

This div background color is #8E8E8B.


Border color

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

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

This div border color is #8E8E8B.


Opacity

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

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

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

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

This text has shadow with #8E8E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8E8B on black background.


Color preview on white background

This text has color #8E8E8B on white background.



Black color preview on #8E8E8B background

This text has black color on #8E8E8B background.


White color preview on #8E8E8B background

This text has white color on #8E8E8B background.