COLOR #8E887D

HEX: #8E887D
RGB: (142,136,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
136
125

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

Portions of RGB colors in percentages

R + G + B =
142 + 136 + 125 = 403 (100%)
R 142 of 403 ~ 35.24%
G 136 of 403 ~ 33.75%
B 125 of 403 ~ 31.02%

%35.24
%33.75
%31.02

CMYK color model

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

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

CMYK percentages

%0
%4.23
%11.97
%44.31

Codes

Color #8E887D in popluar color models

8E887D
RGB142136125
HSL39°7.00%52.35%
HSB/HSV39°11.97%55.69%
CMYK0.00%4.23%11.97%
44.31%

Color #8E887D in popluar number systems.

HEX8E887D
Decimal142136125
Binary10001110100010001111101
Octal216210175

Shades and tints

Shades of #8E887D

#8E887D
(142,136,125)
#827C72
(130,124,114)
#767067
(118,112,103)
#6A645C
(106,100,92)
#5E5851
(94,88,81)
#524C46
(82,76,70)
#46403B
(70,64,59)
#3A3430
(58,52,48)
#2E2825
(46,40,37)
#221C1A
(34,28,26)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8E887D

#8E887D
(142,136,125)
#989288
(152,146,136)
#A29C93
(162,156,147)
#ACA69E
(172,166,158)
#B6B0A9
(182,176,169)
#C0BAB4
(192,186,180)
#CAC4BF
(202,196,191)
#D4CECA
(212,206,202)
#DED8D5
(222,216,213)
#E8E2E0
(232,226,224)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E887D; }

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

This text font color is #8E887D.


Background Color

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

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

This div background color is #8E887D.


Border color

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

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

This div border color is #8E887D.


Opacity

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

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

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

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

This text has shadow with #8E887D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E887D on black background.


Color preview on white background

This text has color #8E887D on white background.



Black color preview on #8E887D background

This text has black color on #8E887D background.


White color preview on #8E887D background

This text has white color on #8E887D background.