COLOR #8E7F81

HEX: #8E7F81
RGB: (142,127,129)

Color info

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

RGB color model

#8E7F81 color RGB value is (142,127,129).

  • red value is 142;
  • green value is 127;
  • blue value is 129.
RGB:
(142,127,129)
(56%,50%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 129 of 255 = 51%

142
127
129

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

Portions of RGB colors in percentages

R + G + B =
142 + 127 + 129 = 398 (100%)
R 142 of 398 ~ 35.68%
G 127 of 398 ~ 31.91%
B 129 of 398 ~ 32.41%

%35.68
%31.91
%32.41

CMYK color model

#8E7F81 color CMYK value is (0,11,9,44).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 9.15%
  • key color value is 44.31%
CMYK:
(0,11,9,44)
C0M11Y9K44 
(0%,11%,9%,44%)
(0.00/0.11/0.09/0.44)	

CMYK percentages

%0
%10.56
%9.15
%44.31

Codes

Color #8E7F81 in popluar color models

8E7F81
RGB142127129
HSL352°6.22%52.75%
HSB/HSV352°10.56%55.69%
CMYK0.00%10.56%9.15%
44.31%

Color #8E7F81 in popluar number systems.

HEX8E7F81
Decimal142127129
Binary10001110111111110000001
Octal216177201

Shades and tints

Shades of #8E7F81

#8E7F81
(142,127,129)
#827476
(130,116,118)
#76696B
(118,105,107)
#6A5E60
(106,94,96)
#5E5355
(94,83,85)
#52484A
(82,72,74)
#463D3F
(70,61,63)
#3A3234
(58,50,52)
#2E2729
(46,39,41)
#221C1E
(34,28,30)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #8E7F81

#8E7F81
(142,127,129)
#988A8C
(152,138,140)
#A29597
(162,149,151)
#ACA0A2
(172,160,162)
#B6ABAD
(182,171,173)
#C0B6B8
(192,182,184)
#CAC1C3
(202,193,195)
#D4CCCE
(212,204,206)
#DED7D9
(222,215,217)
#E8E2E4
(232,226,228)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7F81 color. Also use rgb(142,127,129) instead hex code.

Text Font Color

.myTextColor { color: #8E7F81; }

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

This text font color is #8E7F81.


Background Color

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

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

This div background color is #8E7F81.


Border color

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

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

This div border color is #8E7F81.


Opacity

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

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

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

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

This text has shadow with #8E7F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7F81 on black background.


Color preview on white background

This text has color #8E7F81 on white background.



Black color preview on #8E7F81 background

This text has black color on #8E7F81 background.


White color preview on #8E7F81 background

This text has white color on #8E7F81 background.