COLOR #8E7D7D

HEX: #8E7D7D
RGB: (142,125,125)

Color info

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

RGB color model

#8E7D7D color RGB value is (142,125,125).

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

RGB channels and saturation

R 142 of 255 = 56%
G 125 of 255 = 49%
B 125 of 255 = 49%

142
125
125

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

Portions of RGB colors in percentages

R + G + B =
142 + 125 + 125 = 392 (100%)
R 142 of 392 ~ 36.22%
G 125 of 392 ~ 31.89%
B 125 of 392 ~ 31.89%

%36.22
%31.89
%31.89

CMYK color model

#8E7D7D color CMYK value is (0,12,12,44).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 11.97%
  • key color value is 44.31%
CMYK:
(0,12,12,44)
C0M12Y12K44 
(0%,12%,12%,44%)
(0.00/0.12/0.12/0.44)	

CMYK percentages

%0
%11.97
%11.97
%44.31

Codes

Color #8E7D7D in popluar color models

8E7D7D
RGB142125125
HSL7.00%52.35%
HSB/HSV11.97%55.69%
CMYK0.00%11.97%11.97%
44.31%

Color #8E7D7D in popluar number systems.

HEX8E7D7D
Decimal142125125
Binary1000111011111011111101
Octal216175175

Shades and tints

Shades of #8E7D7D

#8E7D7D
(142,125,125)
#827272
(130,114,114)
#766767
(118,103,103)
#6A5C5C
(106,92,92)
#5E5151
(94,81,81)
#524646
(82,70,70)
#463B3B
(70,59,59)
#3A3030
(58,48,48)
#2E2525
(46,37,37)
#221A1A
(34,26,26)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #8E7D7D

#8E7D7D
(142,125,125)
#988888
(152,136,136)
#A29393
(162,147,147)
#AC9E9E
(172,158,158)
#B6A9A9
(182,169,169)
#C0B4B4
(192,180,180)
#CABFBF
(202,191,191)
#D4CACA
(212,202,202)
#DED5D5
(222,213,213)
#E8E0E0
(232,224,224)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7D7D; }

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

This text font color is #8E7D7D.


Background Color

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

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

This div background color is #8E7D7D.


Border color

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

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

This div border color is #8E7D7D.


Opacity

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

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

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

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

This text has shadow with #8E7D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7D7D on black background.


Color preview on white background

This text has color #8E7D7D on white background.



Black color preview on #8E7D7D background

This text has black color on #8E7D7D background.


White color preview on #8E7D7D background

This text has white color on #8E7D7D background.