COLOR #8E7C82

HEX: #8E7C82
RGB: (142,124,130)

Color info

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

RGB color model

#8E7C82 color RGB value is (142,124,130).

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

RGB channels and saturation

R 142 of 255 = 56%
G 124 of 255 = 49%
B 130 of 255 = 51%

142
124
130

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

Portions of RGB colors in percentages

R + G + B =
142 + 124 + 130 = 396 (100%)
R 142 of 396 ~ 35.86%
G 124 of 396 ~ 31.31%
B 130 of 396 ~ 32.83%

%35.86
%31.31
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK:
(0,13,8,44)
C0M13Y8K44 
(0%,13%,8%,44%)
(0.00/0.13/0.08/0.44)	

CMYK percentages

%0
%12.68
%8.45
%44.31

Codes

Color #8E7C82 in popluar color models

8E7C82
RGB142124130
HSL340°7.38%52.16%
HSB/HSV340°12.68%55.69%
CMYK0.00%12.68%8.45%
44.31%

Color #8E7C82 in popluar number systems.

HEX8E7C82
Decimal142124130
Binary10001110111110010000010
Octal216174202

Shades and tints

Shades of #8E7C82

#8E7C82
(142,124,130)
#827177
(130,113,119)
#76666C
(118,102,108)
#6A5B61
(106,91,97)
#5E5056
(94,80,86)
#52454B
(82,69,75)
#463A40
(70,58,64)
#3A2F35
(58,47,53)
#2E242A
(46,36,42)
#22191F
(34,25,31)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #8E7C82

#8E7C82
(142,124,130)
#98878D
(152,135,141)
#A29298
(162,146,152)
#AC9DA3
(172,157,163)
#B6A8AE
(182,168,174)
#C0B3B9
(192,179,185)
#CABEC4
(202,190,196)
#D4C9CF
(212,201,207)
#DED4DA
(222,212,218)
#E8DFE5
(232,223,229)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7C82; }

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

This text font color is #8E7C82.


Background Color

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

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

This div background color is #8E7C82.


Border color

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

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

This div border color is #8E7C82.


Opacity

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

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

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

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

This text has shadow with #8E7C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7C82 on black background.


Color preview on white background

This text has color #8E7C82 on white background.



Black color preview on #8E7C82 background

This text has black color on #8E7C82 background.


White color preview on #8E7C82 background

This text has white color on #8E7C82 background.