COLOR #8E9E94

HEX: #8E9E94
RGB: (142,158,148)

Color info

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

RGB color model

#8E9E94 color RGB value is (142,158,148).

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

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 148 of 255 = 58%

142
158
148

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

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 148 = 448 (100%)
R 142 of 448 ~ 31.7%
G 158 of 448 ~ 35.27%
B 148 of 448 ~ 33.04%

%31.7
%35.27
%33.04

CMYK color model

#8E9E94 color CMYK value is (10,0,6,38).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 38.04%
CMYK:
(10,0,6,38)
C10M0Y6K38 
(10%,0%,6%,38%)
(0.10/0.00/0.06/0.38)	

CMYK percentages

%10.13
%0
%6.33
%38.04

Codes

Color #8E9E94 in popluar color models

8E9E94
RGB142158148
HSL143°7.62%58.82%
HSB/HSV143°10.13%61.96%
CMYK10.13%0.00%6.33%
38.04%

Color #8E9E94 in popluar number systems.

HEX8E9E94
Decimal142158148
Binary100011101001111010010100
Octal216236224

Shades and tints

Shades of #8E9E94

#8E9E94
(142,158,148)
#829087
(130,144,135)
#76827A
(118,130,122)
#6A746D
(106,116,109)
#5E6660
(94,102,96)
#525853
(82,88,83)
#464A46
(70,74,70)
#3A3C39
(58,60,57)
#2E2E2C
(46,46,44)
#22201F
(34,32,31)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #8E9E94

#8E9E94
(142,158,148)
#98A69D
(152,166,157)
#A2AEA6
(162,174,166)
#ACB6AF
(172,182,175)
#B6BEB8
(182,190,184)
#C0C6C1
(192,198,193)
#CACECA
(202,206,202)
#D4D6D3
(212,214,211)
#DEDEDC
(222,222,220)
#E8E6E5
(232,230,229)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9E94; }

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

This text font color is #8E9E94.


Background Color

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

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

This div background color is #8E9E94.


Border color

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

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

This div border color is #8E9E94.


Opacity

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

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

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

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

This text has shadow with #8E9E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9E94 on black background.


Color preview on white background

This text has color #8E9E94 on white background.



Black color preview on #8E9E94 background

This text has black color on #8E9E94 background.


White color preview on #8E9E94 background

This text has white color on #8E9E94 background.