COLOR #8E909D

HEX: #8E909D
RGB: (142,144,157)

Color info

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

RGB color model

#8E909D color RGB value is (142,144,157).

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

RGB channels and saturation

R 142 of 255 = 56%
G 144 of 255 = 56%
B 157 of 255 = 62%

142
144
157

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

Portions of RGB colors in percentages

R + G + B =
142 + 144 + 157 = 443 (100%)
R 142 of 443 ~ 32.05%
G 144 of 443 ~ 32.51%
B 157 of 443 ~ 35.44%

%32.05
%32.51
%35.44

CMYK color model

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

  • cyan value is 9.55%
  • magenta value is 8.28%
  • 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
%8.28
%0
%38.43

Codes

Color #8E909D in popluar color models

8E909D
RGB142144157
HSL232°7.11%58.63%
HSB/HSV232°9.55%61.57%
CMYK9.55%8.28%0.00%
38.43%

Color #8E909D in popluar number systems.

HEX8E909D
Decimal142144157
Binary100011101001000010011101
Octal216220235

Shades and tints

Shades of #8E909D

#8E909D
(142,144,157)
#82838F
(130,131,143)
#767681
(118,118,129)
#6A6973
(106,105,115)
#5E5C65
(94,92,101)
#524F57
(82,79,87)
#464249
(70,66,73)
#3A353B
(58,53,59)
#2E282D
(46,40,45)
#221B1F
(34,27,31)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #8E909D

#8E909D
(142,144,157)
#989AA5
(152,154,165)
#A2A4AD
(162,164,173)
#ACAEB5
(172,174,181)
#B6B8BD
(182,184,189)
#C0C2C5
(192,194,197)
#CACCCD
(202,204,205)
#D4D6D5
(212,214,213)
#DEE0DD
(222,224,221)
#E8EAE5
(232,234,229)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E909D; }

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

This text font color is #8E909D.


Background Color

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

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

This div background color is #8E909D.


Border color

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

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

This div border color is #8E909D.


Opacity

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

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

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

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

This text has shadow with #8E909D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E909D on black background.


Color preview on white background

This text has color #8E909D on white background.



Black color preview on #8E909D background

This text has black color on #8E909D background.


White color preview on #8E909D background

This text has white color on #8E909D background.