COLOR #8E898A

HEX: #8E898A
RGB: (142,137,138)

Color info

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

RGB color model

#8E898A color RGB value is (142,137,138).

  • red value is 142;
  • green value is 137;
  • blue value is 138.
RGB:
(142,137,138)
(56%,54%,54%)

RGB channels and saturation

R 142 of 255 = 56%
G 137 of 255 = 54%
B 138 of 255 = 54%

142
137
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 137 + 138 = 417 (100%)
R 142 of 417 ~ 34.05%
G 137 of 417 ~ 32.85%
B 138 of 417 ~ 33.09%

%34.05
%32.85
%33.09

CMYK color model

#8E898A color CMYK value is (0,4,3,44).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(0,4,3,44)
C0M4Y3K44 
(0%,4%,3%,44%)
(0.00/0.04/0.03/0.44)	

CMYK percentages

%0
%3.52
%2.82
%44.31

Codes

Color #8E898A in popluar color models

8E898A
RGB142137138
HSL348°2.16%54.71%
HSB/HSV348°3.52%55.69%
CMYK0.00%3.52%2.82%
44.31%

Color #8E898A in popluar number systems.

HEX8E898A
Decimal142137138
Binary100011101000100110001010
Octal216211212

Shades and tints

Shades of #8E898A

#8E898A
(142,137,138)
#827D7E
(130,125,126)
#767172
(118,113,114)
#6A6566
(106,101,102)
#5E595A
(94,89,90)
#524D4E
(82,77,78)
#464142
(70,65,66)
#3A3536
(58,53,54)
#2E292A
(46,41,42)
#221D1E
(34,29,30)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #8E898A

#8E898A
(142,137,138)
#989394
(152,147,148)
#A29D9E
(162,157,158)
#ACA7A8
(172,167,168)
#B6B1B2
(182,177,178)
#C0BBBC
(192,187,188)
#CAC5C6
(202,197,198)
#D4CFD0
(212,207,208)
#DED9DA
(222,217,218)
#E8E3E4
(232,227,228)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E898A color. Also use rgb(142,137,138) instead hex code.

Text Font Color

.myTextColor { color: #8E898A; }

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

This text font color is #8E898A.


Background Color

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

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

This div background color is #8E898A.


Border color

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

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

This div border color is #8E898A.


Opacity

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

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

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

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

This text has shadow with #8E898A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E898A on black background.


Color preview on white background

This text has color #8E898A on white background.



Black color preview on #8E898A background

This text has black color on #8E898A background.


White color preview on #8E898A background

This text has white color on #8E898A background.