COLOR #8E7C8A

HEX: #8E7C8A
RGB: (142,124,138)

Color info

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

RGB color model

#8E7C8A color RGB value is (142,124,138).

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

RGB channels and saturation

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

142
124
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 124 + 138 = 404 (100%)
R 142 of 404 ~ 35.15%
G 124 of 404 ~ 30.69%
B 138 of 404 ~ 34.16%

%35.15
%30.69
%34.16

CMYK color model

#8E7C8A color CMYK value is (0,13,3,44).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(0,13,3,44)
C0M13Y3K44 
(0%,13%,3%,44%)
(0.00/0.13/0.03/0.44)	

CMYK percentages

%0
%12.68
%2.82
%44.31

Codes

Color #8E7C8A in popluar color models

8E7C8A
RGB142124138
HSL313°7.38%52.16%
HSB/HSV313°12.68%55.69%
CMYK0.00%12.68%2.82%
44.31%

Color #8E7C8A in popluar number systems.

HEX8E7C8A
Decimal142124138
Binary10001110111110010001010
Octal216174212

Shades and tints

Shades of #8E7C8A

#8E7C8A
(142,124,138)
#82717E
(130,113,126)
#766672
(118,102,114)
#6A5B66
(106,91,102)
#5E505A
(94,80,90)
#52454E
(82,69,78)
#463A42
(70,58,66)
#3A2F36
(58,47,54)
#2E242A
(46,36,42)
#22191E
(34,25,30)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #8E7C8A

#8E7C8A
(142,124,138)
#988794
(152,135,148)
#A2929E
(162,146,158)
#AC9DA8
(172,157,168)
#B6A8B2
(182,168,178)
#C0B3BC
(192,179,188)
#CABEC6
(202,190,198)
#D4C9D0
(212,201,208)
#DED4DA
(222,212,218)
#E8DFE4
(232,223,228)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7C8A; }

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

This text font color is #8E7C8A.


Background Color

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

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

This div background color is #8E7C8A.


Border color

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

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

This div border color is #8E7C8A.


Opacity

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

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

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

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

This text has shadow with #8E7C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7C8A on black background.


Color preview on white background

This text has color #8E7C8A on white background.



Black color preview on #8E7C8A background

This text has black color on #8E7C8A background.


White color preview on #8E7C8A background

This text has white color on #8E7C8A background.