COLOR #8E9490

HEX: #8E9490
RGB: (142,148,144)

Color info

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

RGB color model

#8E9490 color RGB value is (142,148,144).

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

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 144 of 255 = 56%

142
148
144

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

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 144 = 434 (100%)
R 142 of 434 ~ 32.72%
G 148 of 434 ~ 34.1%
B 144 of 434 ~ 33.18%

%32.72
%34.1
%33.18

CMYK color model

#8E9490 color CMYK value is (4,0,3,42).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 41.96%
CMYK:
(4,0,3,42)
C4M0Y3K42 
(4%,0%,3%,42%)
(0.04/0.00/0.03/0.42)	

CMYK percentages

%4.05
%0
%2.7
%41.96

Codes

Color #8E9490 in popluar color models

8E9490
RGB142148144
HSL140°2.73%56.86%
HSB/HSV140°4.05%58.04%
CMYK4.05%0.00%2.70%
41.96%

Color #8E9490 in popluar number systems.

HEX8E9490
Decimal142148144
Binary100011101001010010010000
Octal216224220

Shades and tints

Shades of #8E9490

#8E9490
(142,148,144)
#828783
(130,135,131)
#767A76
(118,122,118)
#6A6D69
(106,109,105)
#5E605C
(94,96,92)
#52534F
(82,83,79)
#464642
(70,70,66)
#3A3935
(58,57,53)
#2E2C28
(46,44,40)
#221F1B
(34,31,27)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #8E9490

#8E9490
(142,148,144)
#989D9A
(152,157,154)
#A2A6A4
(162,166,164)
#ACAFAE
(172,175,174)
#B6B8B8
(182,184,184)
#C0C1C2
(192,193,194)
#CACACC
(202,202,204)
#D4D3D6
(212,211,214)
#DEDCE0
(222,220,224)
#E8E5EA
(232,229,234)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9490; }

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

This text font color is #8E9490.


Background Color

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

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

This div background color is #8E9490.


Border color

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

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

This div border color is #8E9490.


Opacity

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

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

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

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

This text has shadow with #8E9490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9490 on black background.


Color preview on white background

This text has color #8E9490 on white background.



Black color preview on #8E9490 background

This text has black color on #8E9490 background.


White color preview on #8E9490 background

This text has white color on #8E9490 background.