COLOR #8E979B

HEX: #8E979B
RGB: (142,151,155)

Color info

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

RGB color model

#8E979B color RGB value is (142,151,155).

  • red value is 142;
  • green value is 151;
  • blue value is 155.
RGB:
(142,151,155)
(56%,59%,61%)

RGB channels and saturation

R 142 of 255 = 56%
G 151 of 255 = 59%
B 155 of 255 = 61%

142
151
155

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

Portions of RGB colors in percentages

R + G + B =
142 + 151 + 155 = 448 (100%)
R 142 of 448 ~ 31.7%
G 151 of 448 ~ 33.71%
B 155 of 448 ~ 34.6%

%31.7
%33.71
%34.6

CMYK color model

#8E979B color CMYK value is (8,3,0,39).

  • cyan value is 8.39%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(8,3,0,39)
C8M3Y0K39 
(8%,3%,0%,39%)
(0.08/0.03/0.00/0.39)	

CMYK percentages

%8.39
%2.58
%0
%39.22

Codes

Color #8E979B in popluar color models

8E979B
RGB142151155
HSL198°6.10%58.24%
HSB/HSV198°8.39%60.78%
CMYK8.39%2.58%0.00%
39.22%

Color #8E979B in popluar number systems.

HEX8E979B
Decimal142151155
Binary100011101001011110011011
Octal216227233

Shades and tints

Shades of #8E979B

#8E979B
(142,151,155)
#828A8D
(130,138,141)
#767D7F
(118,125,127)
#6A7071
(106,112,113)
#5E6363
(94,99,99)
#525655
(82,86,85)
#464947
(70,73,71)
#3A3C39
(58,60,57)
#2E2F2B
(46,47,43)
#22221D
(34,34,29)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #8E979B

#8E979B
(142,151,155)
#98A0A4
(152,160,164)
#A2A9AD
(162,169,173)
#ACB2B6
(172,178,182)
#B6BBBF
(182,187,191)
#C0C4C8
(192,196,200)
#CACDD1
(202,205,209)
#D4D6DA
(212,214,218)
#DEDFE3
(222,223,227)
#E8E8EC
(232,232,236)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E979B; }

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

This text font color is #8E979B.


Background Color

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

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

This div background color is #8E979B.


Border color

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

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

This div border color is #8E979B.


Opacity

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

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

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

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

This text has shadow with #8E979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E979B on black background.


Color preview on white background

This text has color #8E979B on white background.



Black color preview on #8E979B background

This text has black color on #8E979B background.


White color preview on #8E979B background

This text has white color on #8E979B background.