COLOR #8E8B8A

HEX: #8E8B8A RGB: (142,139,138)

Color info

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

RGB color model

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

RGB: (142,139,138) (56%, 55%, 54%)

RGB channels and saturation

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

142
139
138

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

Portions of RGB colors in percentages

R + G + B = 142 + 139 + 138 = 419 (100%)
R 142 of 419 ~ 33.89%
G 139 of 419 ~ 33.17%
B 138 of 419 ~ 32.94'%

%33.89
%33.17
%32.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 2.82%
  • key color value is 44.31%

CMYK: (0,2,3,44)
C0M2Y3K44 (0%, 2%, 3%, 44%)
(0.00 / 0.02 / 0.03 / 0.44)

CMYK percentages

%0
%2.11
%2.82
%44.31

Codes

Color #8E8B8A in popluar color models

8E 8B 8A
RGB 142 139 138
HSL 15° 1.74% 54.90%
HSB/HSV 15° 2.82% 55.69%
CMYK 0.00% 2.11% 2.82%
44.31%

Color #8E8B8A in popluar number systems.

HEX 8E 8B 8A
Decimal 142 139 138
Binary 10001110 10001011 10001010
Octal 216 213 212

Shades and tints

Shades of #8E8B8A

#8E8B8A
(142,139,138)
#827F7E
(130,127,126)
#767372
(118,115,114)
#6A6766
(106,103,102)
#5E5B5A
(94,91,90)
#524F4E
(82,79,78)
#464342
(70,67,66)
#3A3736
(58,55,54)
#2E2B2A
(46,43,42)
#221F1E
(34,31,30)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #8E8B8A

#8E8B8A
(142,139,138)
#989594
(152,149,148)
#A29F9E
(162,159,158)
#ACA9A8
(172,169,168)
#B6B3B2
(182,179,178)
#C0BDBC
(192,189,188)
#CAC7C6
(202,199,198)
#D4D1D0
(212,209,208)
#DEDBDA
(222,219,218)
#E8E5E4
(232,229,228)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8B8A; }

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

This text font color is #8E8B8A.

Background Color

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

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

This div background color is #8E8B8A.

Border color

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

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

This div border color is #8E8B8A.

Opacity

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

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

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

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

This text has shadow with #8E8B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8B8A.

Preview

Color preview on black background

This text has color #8E8B8A on black background.


Color preview on white background

This text has color #8E8B8A on white background.


Black color preview on #8E8B8A background

This text has black color on #8E8B8A background.


White color preview on #8E8B8A background

This text has white color on #8E8B8A background.


Related colors

Complementary color

Complementary color for #hex is #717475.


I love getcolorcode.com

Triadic colors

1 #8A8E8B and #8B8A8E with #8E8B8A are triadic colors.

2 #8A8B8E and #8B8E8A with #8E8B8A are triadic colors.