COLOR #8E908D

HEX: #8E908D
RGB: (142,144,141)

Color info

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

RGB color model

#8E908D color RGB value is (142,144,141).

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

RGB channels and saturation

R 142 of 255 = 56%
G 144 of 255 = 56%
B 141 of 255 = 55%

142
144
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 144 + 141 = 427 (100%)
R 142 of 427 ~ 33.26%
G 144 of 427 ~ 33.72%
B 141 of 427 ~ 33.02%

%33.26
%33.72
%33.02

CMYK color model

#8E908D color CMYK value is (1,0,2,44).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(1,0,2,44)
C1M0Y2K44 
(1%,0%,2%,44%)
(0.01/0.00/0.02/0.44)	

CMYK percentages

%1.39
%0
%2.08
%43.53

Codes

Color #8E908D in popluar color models

8E908D
RGB142144141
HSL100°1.33%55.88%
HSB/HSV100°2.08%56.47%
CMYK1.39%0.00%2.08%
43.53%

Color #8E908D in popluar number systems.

HEX8E908D
Decimal142144141
Binary100011101001000010001101
Octal216220215

Shades and tints

Shades of #8E908D

#8E908D
(142,144,141)
#828381
(130,131,129)
#767675
(118,118,117)
#6A6969
(106,105,105)
#5E5C5D
(94,92,93)
#524F51
(82,79,81)
#464245
(70,66,69)
#3A3539
(58,53,57)
#2E282D
(46,40,45)
#221B21
(34,27,33)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #8E908D

#8E908D
(142,144,141)
#989A97
(152,154,151)
#A2A4A1
(162,164,161)
#ACAEAB
(172,174,171)
#B6B8B5
(182,184,181)
#C0C2BF
(192,194,191)
#CACCC9
(202,204,201)
#D4D6D3
(212,214,211)
#DEE0DD
(222,224,221)
#E8EAE7
(232,234,231)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E908D; }

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

This text font color is #8E908D.


Background Color

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

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

This div background color is #8E908D.


Border color

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

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

This div border color is #8E908D.


Opacity

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

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

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

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

This text has shadow with #8E908D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E908D on black background.


Color preview on white background

This text has color #8E908D on white background.



Black color preview on #8E908D background

This text has black color on #8E908D background.


White color preview on #8E908D background

This text has white color on #8E908D background.