COLOR #8E959A

HEX: #8E959A
RGB: (142,149,154)

Color info

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

RGB color model

#8E959A color RGB value is (142,149,154).

  • red value is 142;
  • green value is 149;
  • blue value is 154.
RGB:
(142,149,154)
(56%,58%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 154 of 255 = 60%

142
149
154

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 154 = 445 (100%)
R 142 of 445 ~ 31.91%
G 149 of 445 ~ 33.48%
B 154 of 445 ~ 34.61%

%31.91
%33.48
%34.61

CMYK color model

#8E959A color CMYK value is (8,3,0,40).

  • cyan value is 7.79%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(8,3,0,40)
C8M3Y0K40 
(8%,3%,0%,40%)
(0.08/0.03/0.00/0.40)	

CMYK percentages

%7.79
%3.25
%0
%39.61

Codes

Color #8E959A in popluar color models

8E959A
RGB142149154
HSL205°5.61%58.04%
HSB/HSV205°7.79%60.39%
CMYK7.79%3.25%0.00%
39.61%

Color #8E959A in popluar number systems.

HEX8E959A
Decimal142149154
Binary100011101001010110011010
Octal216225232

Shades and tints

Shades of #8E959A

#8E959A
(142,149,154)
#82888C
(130,136,140)
#767B7E
(118,123,126)
#6A6E70
(106,110,112)
#5E6162
(94,97,98)
#525454
(82,84,84)
#464746
(70,71,70)
#3A3A38
(58,58,56)
#2E2D2A
(46,45,42)
#22201C
(34,32,28)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #8E959A

#8E959A
(142,149,154)
#989EA3
(152,158,163)
#A2A7AC
(162,167,172)
#ACB0B5
(172,176,181)
#B6B9BE
(182,185,190)
#C0C2C7
(192,194,199)
#CACBD0
(202,203,208)
#D4D4D9
(212,212,217)
#DEDDE2
(222,221,226)
#E8E6EB
(232,230,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E959A; }

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

This text font color is #8E959A.


Background Color

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

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

This div background color is #8E959A.


Border color

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

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

This div border color is #8E959A.


Opacity

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

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

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

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

This text has shadow with #8E959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E959A on black background.


Color preview on white background

This text has color #8E959A on white background.



Black color preview on #8E959A background

This text has black color on #8E959A background.


White color preview on #8E959A background

This text has white color on #8E959A background.