COLOR #8E7D6C

HEX: #8E7D6C RGB: (142,125,108)

Color info

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

RGB color model

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

RGB: (142,125,108) (56%, 49%, 42%)

RGB channels and saturation

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

142
125
108

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

Portions of RGB colors in percentages

R + G + B = 142 + 125 + 108 = 375 (100%)
R 142 of 375 ~ 37.87%
G 125 of 375 ~ 33.33%
B 108 of 375 ~ 28.8'%

%37.87
%33.33
%28.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 23.94%
  • key color value is 44.31%

CMYK: (0,12,24,44)
C0M12Y24K44 (0%, 12%, 24%, 44%)
(0.00 / 0.12 / 0.24 / 0.44)

CMYK percentages

%0
%11.97
%23.94
%44.31

Codes

Color #8E7D6C in popluar color models

8E 7D 6C
RGB 142 125 108
HSL 30° 13.60% 49.02%
HSB/HSV 30° 23.94% 55.69%
CMYK 0.00% 11.97% 23.94%
44.31%

Color #8E7D6C in popluar number systems.

HEX 8E 7D 6C
Decimal 142 125 108
Binary 10001110 1111101 1101100
Octal 216 175 154

Shades and tints

Shades of #8E7D6C

#8E7D6C
(142,125,108)
#827263
(130,114,99)
#76675A
(118,103,90)
#6A5C51
(106,92,81)
#5E5148
(94,81,72)
#52463F
(82,70,63)
#463B36
(70,59,54)
#3A302D
(58,48,45)
#2E2524
(46,37,36)
#221A1B
(34,26,27)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #8E7D6C

#8E7D6C
(142,125,108)
#988879
(152,136,121)
#A29386
(162,147,134)
#AC9E93
(172,158,147)
#B6A9A0
(182,169,160)
#C0B4AD
(192,180,173)
#CABFBA
(202,191,186)
#D4CAC7
(212,202,199)
#DED5D4
(222,213,212)
#E8E0E1
(232,224,225)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7D6C; }

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

This text font color is #8E7D6C.

Background Color

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

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

This div background color is #8E7D6C.

Border color

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

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

This div border color is #8E7D6C.

Opacity

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

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

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

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

This text has shadow with #8E7D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7D6C.

Preview

Color preview on black background

This text has color #8E7D6C on black background.


Color preview on white background

This text has color #8E7D6C on white background.


Black color preview on #8E7D6C background

This text has black color on #8E7D6C background.


White color preview on #8E7D6C background

This text has white color on #8E7D6C background.


Related colors

Complementary color

Complementary color for #hex is #718293.


I love getcolorcode.com

Triadic colors

1 #6C8E7D and #7D6C8E with #8E7D6C are triadic colors.

2 #6C7D8E and #7D8E6C with #8E7D6C are triadic colors.