COLOR #8E809D

HEX: #8E809D
RGB: (142,128,157)

Color info

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

RGB color model

#8E809D color RGB value is (142,128,157).

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

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 157 of 255 = 62%

142
128
157

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

Portions of RGB colors in percentages

R + G + B =
142 + 128 + 157 = 427 (100%)
R 142 of 427 ~ 33.26%
G 128 of 427 ~ 29.98%
B 157 of 427 ~ 36.77%

%33.26
%29.98
%36.77

CMYK color model

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

  • cyan value is 9.55%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,18,0,38)
C10M18Y0K38 
(10%,18%,0%,38%)
(0.10/0.18/0.00/0.38)	

CMYK percentages

%9.55
%18.47
%0
%38.43

Codes

Color #8E809D in popluar color models

8E809D
RGB142128157
HSL269°12.89%55.88%
HSB/HSV269°18.47%61.57%
CMYK9.55%18.47%0.00%
38.43%

Color #8E809D in popluar number systems.

HEX8E809D
Decimal142128157
Binary100011101000000010011101
Octal216200235

Shades and tints

Shades of #8E809D

#8E809D
(142,128,157)
#82758F
(130,117,143)
#766A81
(118,106,129)
#6A5F73
(106,95,115)
#5E5465
(94,84,101)
#524957
(82,73,87)
#463E49
(70,62,73)
#3A333B
(58,51,59)
#2E282D
(46,40,45)
#221D1F
(34,29,31)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #8E809D

#8E809D
(142,128,157)
#988BA5
(152,139,165)
#A296AD
(162,150,173)
#ACA1B5
(172,161,181)
#B6ACBD
(182,172,189)
#C0B7C5
(192,183,197)
#CAC2CD
(202,194,205)
#D4CDD5
(212,205,213)
#DED8DD
(222,216,221)
#E8E3E5
(232,227,229)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E809D; }

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

This text font color is #8E809D.


Background Color

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

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

This div background color is #8E809D.


Border color

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

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

This div border color is #8E809D.


Opacity

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

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

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

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

This text has shadow with #8E809D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E809D on black background.


Color preview on white background

This text has color #8E809D on white background.



Black color preview on #8E809D background

This text has black color on #8E809D background.


White color preview on #8E809D background

This text has white color on #8E809D background.