COLOR #8E7D8A

HEX: #8E7D8A
RGB: (142,125,138)

Color info

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

RGB color model

#8E7D8A color RGB value is (142,125,138).

  • red value is 142;
  • green value is 125;
  • blue value is 138.
RGB:
(142,125,138)
(56%,49%,54%)

RGB channels and saturation

R 142 of 255 = 56%
G 125 of 255 = 49%
B 138 of 255 = 54%

142
125
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 125 + 138 = 405 (100%)
R 142 of 405 ~ 35.06%
G 125 of 405 ~ 30.86%
B 138 of 405 ~ 34.07%

%35.06
%30.86
%34.07

CMYK color model

#8E7D8A color CMYK value is (0,12,3,44).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(0,12,3,44)
C0M12Y3K44 
(0%,12%,3%,44%)
(0.00/0.12/0.03/0.44)	

CMYK percentages

%0
%11.97
%2.82
%44.31

Codes

Color #8E7D8A in popluar color models

8E7D8A
RGB142125138
HSL314°7.00%52.35%
HSB/HSV314°11.97%55.69%
CMYK0.00%11.97%2.82%
44.31%

Color #8E7D8A in popluar number systems.

HEX8E7D8A
Decimal142125138
Binary10001110111110110001010
Octal216175212

Shades and tints

Shades of #8E7D8A

#8E7D8A
(142,125,138)
#82727E
(130,114,126)
#766772
(118,103,114)
#6A5C66
(106,92,102)
#5E515A
(94,81,90)
#52464E
(82,70,78)
#463B42
(70,59,66)
#3A3036
(58,48,54)
#2E252A
(46,37,42)
#221A1E
(34,26,30)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #8E7D8A

#8E7D8A
(142,125,138)
#988894
(152,136,148)
#A2939E
(162,147,158)
#AC9EA8
(172,158,168)
#B6A9B2
(182,169,178)
#C0B4BC
(192,180,188)
#CABFC6
(202,191,198)
#D4CAD0
(212,202,208)
#DED5DA
(222,213,218)
#E8E0E4
(232,224,228)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7D8A color. Also use rgb(142,125,138) instead hex code.

Text Font Color

.myTextColor { color: #8E7D8A; }

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

This text font color is #8E7D8A.


Background Color

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

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

This div background color is #8E7D8A.


Border color

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

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

This div border color is #8E7D8A.


Opacity

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

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

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

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

This text has shadow with #8E7D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7D8A on black background.


Color preview on white background

This text has color #8E7D8A on white background.



Black color preview on #8E7D8A background

This text has black color on #8E7D8A background.


White color preview on #8E7D8A background

This text has white color on #8E7D8A background.