COLOR #8E857D

HEX: #8E857D RGB: (142,133,125)

Color info

#8E857D contains red, green and blue colors in about the same proportion. Web safe color of #8E857D is #999966 (or #996).

RGB color model

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

RGB: (142,133,125) (56%, 52%, 49%)

RGB channels and saturation

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

142
133
125

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

Portions of RGB colors in percentages

R + G + B = 142 + 133 + 125 = 400 (100%)
R 142 of 400 ~ 35.5%
G 133 of 400 ~ 33.25%
B 125 of 400 ~ 31.25'%

%35.5
%33.25
%31.25

CMYK color model

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

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

CMYK: (0,6,12,44)
C0M6Y12K44 (0%, 6%, 12%, 44%)
(0.00 / 0.06 / 0.12 / 0.44)

CMYK percentages

%0
%6.34
%11.97
%44.31

Codes

Color #8E857D in popluar color models

8E 85 7D
RGB 142 133 125
HSL 28° 7.00% 52.35%
HSB/HSV 28° 11.97% 55.69%
CMYK 0.00% 6.34% 11.97%
44.31%

Color #8E857D in popluar number systems.

HEX 8E 85 7D
Decimal 142 133 125
Binary 10001110 10000101 1111101
Octal 216 205 175

Shades and tints

Shades of #8E857D

#8E857D
(142,133,125)
#827972
(130,121,114)
#766D67
(118,109,103)
#6A615C
(106,97,92)
#5E5551
(94,85,81)
#524946
(82,73,70)
#463D3B
(70,61,59)
#3A3130
(58,49,48)
#2E2525
(46,37,37)
#22191A
(34,25,26)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #8E857D

#8E857D
(142,133,125)
#989088
(152,144,136)
#A29B93
(162,155,147)
#ACA69E
(172,166,158)
#B6B1A9
(182,177,169)
#C0BCB4
(192,188,180)
#CAC7BF
(202,199,191)
#D4D2CA
(212,210,202)
#DEDDD5
(222,221,213)
#E8E8E0
(232,232,224)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E857D; }

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

This text font color is #8E857D.

Background Color

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

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

This div background color is #8E857D.

Border color

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

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

This div border color is #8E857D.

Opacity

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

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

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

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

This text has shadow with #8E857D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E857D.

Preview

Color preview on black background

This text has color #8E857D on black background.


Color preview on white background

This text has color #8E857D on white background.


Black color preview on #8E857D background

This text has black color on #8E857D background.


White color preview on #8E857D background

This text has white color on #8E857D background.


Related colors

Complementary color

Complementary color for #hex is #717A82.


I love getcolorcode.com

Triadic colors

1 #7D8E85 and #857D8E with #8E857D are triadic colors.

2 #7D858E and #858E7D with #8E857D are triadic colors.