COLOR #8E808D

HEX: #8E808D
RGB: (142,128,141)

Color info

#8E808D contains red, green and blue colors in about the same proportion. Web safe color of #8E808D is #996699 (or #969).

RGB color model

#8E808D color RGB value is (142,128,141).

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

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 141 of 255 = 55%

142
128
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 128 + 141 = 411 (100%)
R 142 of 411 ~ 34.55%
G 128 of 411 ~ 31.14%
B 141 of 411 ~ 34.31%

%34.55
%31.14
%34.31

CMYK color model

#8E808D color CMYK value is (0,10,1,44).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 0.70%
  • key color value is 44.31%
CMYK:
(0,10,1,44)
C0M10Y1K44 
(0%,10%,1%,44%)
(0.00/0.10/0.01/0.44)	

CMYK percentages

%0
%9.86
%0.7
%44.31

Codes

Color #8E808D in popluar color models

8E808D
RGB142128141
HSL304°5.83%52.94%
HSB/HSV304°9.86%55.69%
CMYK0.00%9.86%0.70%
44.31%

Color #8E808D in popluar number systems.

HEX8E808D
Decimal142128141
Binary100011101000000010001101
Octal216200215

Shades and tints

Shades of #8E808D

#8E808D
(142,128,141)
#827581
(130,117,129)
#766A75
(118,106,117)
#6A5F69
(106,95,105)
#5E545D
(94,84,93)
#524951
(82,73,81)
#463E45
(70,62,69)
#3A3339
(58,51,57)
#2E282D
(46,40,45)
#221D21
(34,29,33)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #8E808D

#8E808D
(142,128,141)
#988B97
(152,139,151)
#A296A1
(162,150,161)
#ACA1AB
(172,161,171)
#B6ACB5
(182,172,181)
#C0B7BF
(192,183,191)
#CAC2C9
(202,194,201)
#D4CDD3
(212,205,211)
#DED8DD
(222,216,221)
#E8E3E7
(232,227,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E808D; }

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

This text font color is #8E808D.


Background Color

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

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

This div background color is #8E808D.


Border color

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

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

This div border color is #8E808D.


Opacity

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

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

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

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

This text has shadow with #8E808D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E808D on black background.


Color preview on white background

This text has color #8E808D on white background.



Black color preview on #8E808D background

This text has black color on #8E808D background.


White color preview on #8E808D background

This text has white color on #8E808D background.