COLOR #8E797E

HEX: #8E797E
RGB: (142,121,126)

Color info

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

RGB color model

#8E797E color RGB value is (142,121,126).

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

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 126 of 255 = 49%

142
121
126

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

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 126 = 389 (100%)
R 142 of 389 ~ 36.5%
G 121 of 389 ~ 31.11%
B 126 of 389 ~ 32.39%

%36.5
%31.11
%32.39

CMYK color model

#8E797E color CMYK value is (0,15,11,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 11.27%
  • key color value is 44.31%
CMYK:
(0,15,11,44)
C0M15Y11K44 
(0%,15%,11%,44%)
(0.00/0.15/0.11/0.44)	

CMYK percentages

%0
%14.79
%11.27
%44.31

Codes

Color #8E797E in popluar color models

8E797E
RGB142121126
HSL346°8.50%51.57%
HSB/HSV346°14.79%55.69%
CMYK0.00%14.79%11.27%
44.31%

Color #8E797E in popluar number systems.

HEX8E797E
Decimal142121126
Binary1000111011110011111110
Octal216171176

Shades and tints

Shades of #8E797E

#8E797E
(142,121,126)
#826E73
(130,110,115)
#766368
(118,99,104)
#6A585D
(106,88,93)
#5E4D52
(94,77,82)
#524247
(82,66,71)
#46373C
(70,55,60)
#3A2C31
(58,44,49)
#2E2126
(46,33,38)
#22161B
(34,22,27)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #8E797E

#8E797E
(142,121,126)
#988589
(152,133,137)
#A29194
(162,145,148)
#AC9D9F
(172,157,159)
#B6A9AA
(182,169,170)
#C0B5B5
(192,181,181)
#CAC1C0
(202,193,192)
#D4CDCB
(212,205,203)
#DED9D6
(222,217,214)
#E8E5E1
(232,229,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E797E; }

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

This text font color is #8E797E.


Background Color

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

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

This div background color is #8E797E.


Border color

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

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

This div border color is #8E797E.


Opacity

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

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

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

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

This text has shadow with #8E797E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E797E on black background.


Color preview on white background

This text has color #8E797E on white background.



Black color preview on #8E797E background

This text has black color on #8E797E background.


White color preview on #8E797E background

This text has white color on #8E797E background.