COLOR #8E9895

HEX: #8E9895
RGB: (142,152,149)

Color info

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

RGB color model

#8E9895 color RGB value is (142,152,149).

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

RGB channels and saturation

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

142
152
149

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

Portions of RGB colors in percentages

R + G + B =
142 + 152 + 149 = 443 (100%)
R 142 of 443 ~ 32.05%
G 152 of 443 ~ 34.31%
B 149 of 443 ~ 33.63%

%32.05
%34.31
%33.63

CMYK color model

#8E9895 color CMYK value is (7,0,2,40).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 40.39%
CMYK:
(7,0,2,40)
C7M0Y2K40 
(7%,0%,2%,40%)
(0.07/0.00/0.02/0.40)	

CMYK percentages

%6.58
%0
%1.97
%40.39

Codes

Color #8E9895 in popluar color models

8E9895
RGB142152149
HSL162°4.63%57.65%
HSB/HSV162°6.58%59.61%
CMYK6.58%0.00%1.97%
40.39%

Color #8E9895 in popluar number systems.

HEX8E9895
Decimal142152149
Binary100011101001100010010101
Octal216230225

Shades and tints

Shades of #8E9895

#8E9895
(142,152,149)
#828B88
(130,139,136)
#767E7B
(118,126,123)
#6A716E
(106,113,110)
#5E6461
(94,100,97)
#525754
(82,87,84)
#464A47
(70,74,71)
#3A3D3A
(58,61,58)
#2E302D
(46,48,45)
#222320
(34,35,32)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #8E9895

#8E9895
(142,152,149)
#98A19E
(152,161,158)
#A2AAA7
(162,170,167)
#ACB3B0
(172,179,176)
#B6BCB9
(182,188,185)
#C0C5C2
(192,197,194)
#CACECB
(202,206,203)
#D4D7D4
(212,215,212)
#DEE0DD
(222,224,221)
#E8E9E6
(232,233,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9895; }

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

This text font color is #8E9895.


Background Color

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

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

This div background color is #8E9895.


Border color

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

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

This div border color is #8E9895.


Opacity

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

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

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

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

This text has shadow with #8E9895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9895 on black background.


Color preview on white background

This text has color #8E9895 on white background.



Black color preview on #8E9895 background

This text has black color on #8E9895 background.


White color preview on #8E9895 background

This text has white color on #8E9895 background.