COLOR #8E919D

HEX: #8E919D
RGB: (142,145,157)

Color info

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

RGB color model

#8E919D color RGB value is (142,145,157).

  • red value is 142;
  • green value is 145;
  • blue value is 157.
RGB:
(142,145,157)
(56%,57%,62%)

RGB channels and saturation

R 142 of 255 = 56%
G 145 of 255 = 57%
B 157 of 255 = 62%

142
145
157

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

Portions of RGB colors in percentages

R + G + B =
142 + 145 + 157 = 444 (100%)
R 142 of 444 ~ 31.98%
G 145 of 444 ~ 32.66%
B 157 of 444 ~ 35.36%

%31.98
%32.66
%35.36

CMYK color model

#8E919D color CMYK value is (10,8,0,38).

  • cyan value is 9.55%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,8,0,38)
C10M8Y0K38 
(10%,8%,0%,38%)
(0.10/0.08/0.00/0.38)	

CMYK percentages

%9.55
%7.64
%0
%38.43

Codes

Color #8E919D in popluar color models

8E919D
RGB142145157
HSL228°7.11%58.63%
HSB/HSV228°9.55%61.57%
CMYK9.55%7.64%0.00%
38.43%

Color #8E919D in popluar number systems.

HEX8E919D
Decimal142145157
Binary100011101001000110011101
Octal216221235

Shades and tints

Shades of #8E919D

#8E919D
(142,145,157)
#82848F
(130,132,143)
#767781
(118,119,129)
#6A6A73
(106,106,115)
#5E5D65
(94,93,101)
#525057
(82,80,87)
#464349
(70,67,73)
#3A363B
(58,54,59)
#2E292D
(46,41,45)
#221C1F
(34,28,31)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #8E919D

#8E919D
(142,145,157)
#989BA5
(152,155,165)
#A2A5AD
(162,165,173)
#ACAFB5
(172,175,181)
#B6B9BD
(182,185,189)
#C0C3C5
(192,195,197)
#CACDCD
(202,205,205)
#D4D7D5
(212,215,213)
#DEE1DD
(222,225,221)
#E8EBE5
(232,235,229)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E919D color. Also use rgb(142,145,157) instead hex code.

Text Font Color

.myTextColor { color: #8E919D; }

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

This text font color is #8E919D.


Background Color

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

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

This div background color is #8E919D.


Border color

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

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

This div border color is #8E919D.


Opacity

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

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

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

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

This text has shadow with #8E919D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E919D on black background.


Color preview on white background

This text has color #8E919D on white background.



Black color preview on #8E919D background

This text has black color on #8E919D background.


White color preview on #8E919D background

This text has white color on #8E919D background.