COLOR #8E908B

HEX: #8E908B
RGB: (142,144,139)

Color info

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

RGB color model

#8E908B color RGB value is (142,144,139).

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

RGB channels and saturation

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

142
144
139

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

Portions of RGB colors in percentages

R + G + B =
142 + 144 + 139 = 425 (100%)
R 142 of 425 ~ 33.41%
G 144 of 425 ~ 33.88%
B 139 of 425 ~ 32.71%

%33.41
%33.88
%32.71

CMYK color model

#8E908B color CMYK value is (1,0,3,44).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 43.53%
CMYK:
(1,0,3,44)
C1M0Y3K44 
(1%,0%,3%,44%)
(0.01/0.00/0.03/0.44)	

CMYK percentages

%1.39
%0
%3.47
%43.53

Codes

Color #8E908B in popluar color models

8E908B
RGB142144139
HSL84°2.20%55.49%
HSB/HSV84°3.47%56.47%
CMYK1.39%0.00%3.47%
43.53%

Color #8E908B in popluar number systems.

HEX8E908B
Decimal142144139
Binary100011101001000010001011
Octal216220213

Shades and tints

Shades of #8E908B

#8E908B
(142,144,139)
#82837F
(130,131,127)
#767673
(118,118,115)
#6A6967
(106,105,103)
#5E5C5B
(94,92,91)
#524F4F
(82,79,79)
#464243
(70,66,67)
#3A3537
(58,53,55)
#2E282B
(46,40,43)
#221B1F
(34,27,31)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #8E908B

#8E908B
(142,144,139)
#989A95
(152,154,149)
#A2A49F
(162,164,159)
#ACAEA9
(172,174,169)
#B6B8B3
(182,184,179)
#C0C2BD
(192,194,189)
#CACCC7
(202,204,199)
#D4D6D1
(212,214,209)
#DEE0DB
(222,224,219)
#E8EAE5
(232,234,229)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E908B; }

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

This text font color is #8E908B.


Background Color

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

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

This div background color is #8E908B.


Border color

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

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

This div border color is #8E908B.


Opacity

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

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

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

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

This text has shadow with #8E908B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E908B on black background.


Color preview on white background

This text has color #8E908B on white background.



Black color preview on #8E908B background

This text has black color on #8E908B background.


White color preview on #8E908B background

This text has white color on #8E908B background.