COLOR #8E707E

HEX: #8E707E
RGB: (142,112,126)

Color info

#8E707E contains red, green and blue colors in about the same proportion. Web safe color of #8E707E is #996666 (or #966).

RGB color model

#8E707E color RGB value is (142,112,126).

  • red value is 142;
  • green value is 112;
  • blue value is 126.
RGB:
(142,112,126)
(56%,44%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 112 of 255 = 44%
B 126 of 255 = 49%

142
112
126

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

Portions of RGB colors in percentages

R + G + B =
142 + 112 + 126 = 380 (100%)
R 142 of 380 ~ 37.37%
G 112 of 380 ~ 29.47%
B 126 of 380 ~ 33.16%

%37.37
%29.47
%33.16

CMYK color model

#8E707E color CMYK value is (0,21,11,44).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 11.27%
  • key color value is 44.31%
CMYK:
(0,21,11,44)
C0M21Y11K44 
(0%,21%,11%,44%)
(0.00/0.21/0.11/0.44)	

CMYK percentages

%0
%21.13
%11.27
%44.31

Codes

Color #8E707E in popluar color models

8E707E
RGB142112126
HSL332°11.81%49.80%
HSB/HSV332°21.13%55.69%
CMYK0.00%21.13%11.27%
44.31%

Color #8E707E in popluar number systems.

HEX8E707E
Decimal142112126
Binary1000111011100001111110
Octal216160176

Shades and tints

Shades of #8E707E

#8E707E
(142,112,126)
#826673
(130,102,115)
#765C68
(118,92,104)
#6A525D
(106,82,93)
#5E4852
(94,72,82)
#523E47
(82,62,71)
#46343C
(70,52,60)
#3A2A31
(58,42,49)
#2E2026
(46,32,38)
#22161B
(34,22,27)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #8E707E

#8E707E
(142,112,126)
#987D89
(152,125,137)
#A28A94
(162,138,148)
#AC979F
(172,151,159)
#B6A4AA
(182,164,170)
#C0B1B5
(192,177,181)
#CABEC0
(202,190,192)
#D4CBCB
(212,203,203)
#DED8D6
(222,216,214)
#E8E5E1
(232,229,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E707E color. Also use rgb(142,112,126) instead hex code.

Text Font Color

.myTextColor { color: #8E707E; }

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

This text font color is #8E707E.


Background Color

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

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

This div background color is #8E707E.


Border color

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

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

This div border color is #8E707E.


Opacity

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

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

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

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

This text has shadow with #8E707E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E707E on black background.


Color preview on white background

This text has color #8E707E on white background.



Black color preview on #8E707E background

This text has black color on #8E707E background.


White color preview on #8E707E background

This text has white color on #8E707E background.