COLOR #8E7D6E

HEX: #8E7D6E RGB: (142,125,110)

Color info

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

RGB color model

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

RGB: (142,125,110) (56%, 49%, 43%)

RGB channels and saturation

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

142
125
110

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

Portions of RGB colors in percentages

R + G + B = 142 + 125 + 110 = 377 (100%)
R 142 of 377 ~ 37.67%
G 125 of 377 ~ 33.16%
B 110 of 377 ~ 29.18'%

%37.67
%33.16
%29.18

CMYK color model

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

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

CMYK percentages

%0
%11.97
%22.54
%44.31

Codes

Color #8E7D6E in popluar color models

8E 7D 6E
RGB 142 125 110
HSL 28° 12.70% 49.41%
HSB/HSV 28° 22.54% 55.69%
CMYK 0.00% 11.97% 22.54%
44.31%

Color #8E7D6E in popluar number systems.

HEX 8E 7D 6E
Decimal 142 125 110
Binary 10001110 1111101 1101110
Octal 216 175 156

Shades and tints

Shades of #8E7D6E

#8E7D6E
(142,125,110)
#827264
(130,114,100)
#76675A
(118,103,90)
#6A5C50
(106,92,80)
#5E5146
(94,81,70)
#52463C
(82,70,60)
#463B32
(70,59,50)
#3A3028
(58,48,40)
#2E251E
(46,37,30)
#221A14
(34,26,20)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #8E7D6E

#8E7D6E
(142,125,110)
#98887B
(152,136,123)
#A29388
(162,147,136)
#AC9E95
(172,158,149)
#B6A9A2
(182,169,162)
#C0B4AF
(192,180,175)
#CABFBC
(202,191,188)
#D4CAC9
(212,202,201)
#DED5D6
(222,213,214)
#E8E0E3
(232,224,227)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7D6E; }

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

This text font color is #8E7D6E.

Background Color

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

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

This div background color is #8E7D6E.

Border color

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

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

This div border color is #8E7D6E.

Opacity

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

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

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

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

This text has shadow with #8E7D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7D6E.

Preview

Color preview on black background

This text has color #8E7D6E on black background.


Color preview on white background

This text has color #8E7D6E on white background.


Black color preview on #8E7D6E background

This text has black color on #8E7D6E background.


White color preview on #8E7D6E background

This text has white color on #8E7D6E background.


Related colors

Complementary color

Complementary color for #hex is #718291.


I love getcolorcode.com

Triadic colors

1 #6E8E7D and #7D6E8E with #8E7D6E are triadic colors.

2 #6E7D8E and #7D8E6E with #8E7D6E are triadic colors.