COLOR #8E9890

HEX: #8E9890
RGB: (142,152,144)

Color info

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

RGB color model

#8E9890 color RGB value is (142,152,144).

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

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 144 of 255 = 56%

142
152
144

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

Portions of RGB colors in percentages

R + G + B =
142 + 152 + 144 = 438 (100%)
R 142 of 438 ~ 32.42%
G 152 of 438 ~ 34.7%
B 144 of 438 ~ 32.88%

%32.42
%34.7
%32.88

CMYK color model

#8E9890 color CMYK value is (7,0,5,40).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 40.39%
CMYK:
(7,0,5,40)
C7M0Y5K40 
(7%,0%,5%,40%)
(0.07/0.00/0.05/0.40)	

CMYK percentages

%6.58
%0
%5.26
%40.39

Codes

Color #8E9890 in popluar color models

8E9890
RGB142152144
HSL132°4.63%57.65%
HSB/HSV132°6.58%59.61%
CMYK6.58%0.00%5.26%
40.39%

Color #8E9890 in popluar number systems.

HEX8E9890
Decimal142152144
Binary100011101001100010010000
Octal216230220

Shades and tints

Shades of #8E9890

#8E9890
(142,152,144)
#828B83
(130,139,131)
#767E76
(118,126,118)
#6A7169
(106,113,105)
#5E645C
(94,100,92)
#52574F
(82,87,79)
#464A42
(70,74,66)
#3A3D35
(58,61,53)
#2E3028
(46,48,40)
#22231B
(34,35,27)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #8E9890

#8E9890
(142,152,144)
#98A19A
(152,161,154)
#A2AAA4
(162,170,164)
#ACB3AE
(172,179,174)
#B6BCB8
(182,188,184)
#C0C5C2
(192,197,194)
#CACECC
(202,206,204)
#D4D7D6
(212,215,214)
#DEE0E0
(222,224,224)
#E8E9EA
(232,233,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9890; }

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

This text font color is #8E9890.


Background Color

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

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

This div background color is #8E9890.


Border color

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

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

This div border color is #8E9890.


Opacity

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

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

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

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

This text has shadow with #8E9890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9890 on black background.


Color preview on white background

This text has color #8E9890 on white background.



Black color preview on #8E9890 background

This text has black color on #8E9890 background.


White color preview on #8E9890 background

This text has white color on #8E9890 background.