COLOR #8E9893

HEX: #8E9893
RGB: (142,152,147)

Color info

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

RGB color model

#8E9893 color RGB value is (142,152,147).

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

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 147 of 255 = 58%

142
152
147

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

Portions of RGB colors in percentages

R + G + B =
142 + 152 + 147 = 441 (100%)
R 142 of 441 ~ 32.2%
G 152 of 441 ~ 34.47%
B 147 of 441 ~ 33.33%

%32.2
%34.47
%33.33

CMYK color model

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

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(7,0,3,40)
C7M0Y3K40 
(7%,0%,3%,40%)
(0.07/0.00/0.03/0.40)	

CMYK percentages

%6.58
%0
%3.29
%40.39

Codes

Color #8E9893 in popluar color models

8E9893
RGB142152147
HSL150°4.63%57.65%
HSB/HSV150°6.58%59.61%
CMYK6.58%0.00%3.29%
40.39%

Color #8E9893 in popluar number systems.

HEX8E9893
Decimal142152147
Binary100011101001100010010011
Octal216230223

Shades and tints

Shades of #8E9893

#8E9893
(142,152,147)
#828B86
(130,139,134)
#767E79
(118,126,121)
#6A716C
(106,113,108)
#5E645F
(94,100,95)
#525752
(82,87,82)
#464A45
(70,74,69)
#3A3D38
(58,61,56)
#2E302B
(46,48,43)
#22231E
(34,35,30)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #8E9893

#8E9893
(142,152,147)
#98A19C
(152,161,156)
#A2AAA5
(162,170,165)
#ACB3AE
(172,179,174)
#B6BCB7
(182,188,183)
#C0C5C0
(192,197,192)
#CACEC9
(202,206,201)
#D4D7D2
(212,215,210)
#DEE0DB
(222,224,219)
#E8E9E4
(232,233,228)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9893; }

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

This text font color is #8E9893.


Background Color

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

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

This div background color is #8E9893.


Border color

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

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

This div border color is #8E9893.


Opacity

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

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

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

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

This text has shadow with #8E9893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9893 on black background.


Color preview on white background

This text has color #8E9893 on white background.



Black color preview on #8E9893 background

This text has black color on #8E9893 background.


White color preview on #8E9893 background

This text has white color on #8E9893 background.