COLOR #8E949A

HEX: #8E949A
RGB: (142,148,154)

Color info

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

RGB color model

#8E949A color RGB value is (142,148,154).

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

RGB channels and saturation

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

142
148
154

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

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 154 = 444 (100%)
R 142 of 444 ~ 31.98%
G 148 of 444 ~ 33.33%
B 154 of 444 ~ 34.68%

%31.98
%33.33
%34.68

CMYK color model

#8E949A color CMYK value is (8,4,0,40).

  • cyan value is 7.79%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(8,4,0,40)
C8M4Y0K40 
(8%,4%,0%,40%)
(0.08/0.04/0.00/0.40)	

CMYK percentages

%7.79
%3.9
%0
%39.61

Codes

Color #8E949A in popluar color models

8E949A
RGB142148154
HSL210°5.61%58.04%
HSB/HSV210°7.79%60.39%
CMYK7.79%3.90%0.00%
39.61%

Color #8E949A in popluar number systems.

HEX8E949A
Decimal142148154
Binary100011101001010010011010
Octal216224232

Shades and tints

Shades of #8E949A

#8E949A
(142,148,154)
#82878C
(130,135,140)
#767A7E
(118,122,126)
#6A6D70
(106,109,112)
#5E6062
(94,96,98)
#525354
(82,83,84)
#464646
(70,70,70)
#3A3938
(58,57,56)
#2E2C2A
(46,44,42)
#221F1C
(34,31,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #8E949A

#8E949A
(142,148,154)
#989DA3
(152,157,163)
#A2A6AC
(162,166,172)
#ACAFB5
(172,175,181)
#B6B8BE
(182,184,190)
#C0C1C7
(192,193,199)
#CACAD0
(202,202,208)
#D4D3D9
(212,211,217)
#DEDCE2
(222,220,226)
#E8E5EB
(232,229,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E949A; }

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

This text font color is #8E949A.


Background Color

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

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

This div background color is #8E949A.


Border color

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

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

This div border color is #8E949A.


Opacity

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

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

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

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

This text has shadow with #8E949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E949A on black background.


Color preview on white background

This text has color #8E949A on white background.



Black color preview on #8E949A background

This text has black color on #8E949A background.


White color preview on #8E949A background

This text has white color on #8E949A background.