COLOR #8E9897

HEX: #8E9897
RGB: (142,152,151)

Color info

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

RGB color model

#8E9897 color RGB value is (142,152,151).

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

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 151 of 255 = 59%

142
152
151

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

Portions of RGB colors in percentages

R + G + B =
142 + 152 + 151 = 445 (100%)
R 142 of 445 ~ 31.91%
G 152 of 445 ~ 34.16%
B 151 of 445 ~ 33.93%

%31.91
%34.16
%33.93

CMYK color model

#8E9897 color CMYK value is (7,0,1,40).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 0.66%
  • key color value is 40.39%
CMYK:
(7,0,1,40)
C7M0Y1K40 
(7%,0%,1%,40%)
(0.07/0.00/0.01/0.40)	

CMYK percentages

%6.58
%0
%0.66
%40.39

Codes

Color #8E9897 in popluar color models

8E9897
RGB142152151
HSL174°4.63%57.65%
HSB/HSV174°6.58%59.61%
CMYK6.58%0.00%0.66%
40.39%

Color #8E9897 in popluar number systems.

HEX8E9897
Decimal142152151
Binary100011101001100010010111
Octal216230227

Shades and tints

Shades of #8E9897

#8E9897
(142,152,151)
#828B8A
(130,139,138)
#767E7D
(118,126,125)
#6A7170
(106,113,112)
#5E6463
(94,100,99)
#525756
(82,87,86)
#464A49
(70,74,73)
#3A3D3C
(58,61,60)
#2E302F
(46,48,47)
#222322
(34,35,34)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #8E9897

#8E9897
(142,152,151)
#98A1A0
(152,161,160)
#A2AAA9
(162,170,169)
#ACB3B2
(172,179,178)
#B6BCBB
(182,188,187)
#C0C5C4
(192,197,196)
#CACECD
(202,206,205)
#D4D7D6
(212,215,214)
#DEE0DF
(222,224,223)
#E8E9E8
(232,233,232)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9897; }

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

This text font color is #8E9897.


Background Color

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

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

This div background color is #8E9897.


Border color

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

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

This div border color is #8E9897.


Opacity

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

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

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

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

This text has shadow with #8E9897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9897 on black background.


Color preview on white background

This text has color #8E9897 on white background.



Black color preview on #8E9897 background

This text has black color on #8E9897 background.


White color preview on #8E9897 background

This text has white color on #8E9897 background.