COLOR #8D987E

HEX: #8D987E
RGB: (141,152,126)

Color info

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

RGB color model

#8D987E color RGB value is (141,152,126).

  • red value is 141;
  • green value is 152;
  • blue value is 126.
RGB:
(141,152,126)
(55%,60%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 126 of 255 = 49%

141
152
126

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

Portions of RGB colors in percentages

R + G + B =
141 + 152 + 126 = 419 (100%)
R 141 of 419 ~ 33.65%
G 152 of 419 ~ 36.28%
B 126 of 419 ~ 30.07%

%33.65
%36.28
%30.07

CMYK color model

#8D987E color CMYK value is (7,0,17,40).

  • cyan value is 7.24%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK:
(7,0,17,40)
C7M0Y17K40 
(7%,0%,17%,40%)
(0.07/0.00/0.17/0.40)	

CMYK percentages

%7.24
%0
%17.11
%40.39

Codes

Color #8D987E in popluar color models

8D987E
RGB141152126
HSL85°11.21%54.51%
HSB/HSV85°17.11%59.61%
CMYK7.24%0.00%17.11%
40.39%

Color #8D987E in popluar number systems.

HEX8D987E
Decimal141152126
Binary10001101100110001111110
Octal215230176

Shades and tints

Shades of #8D987E

#8D987E
(141,152,126)
#818B73
(129,139,115)
#757E68
(117,126,104)
#69715D
(105,113,93)
#5D6452
(93,100,82)
#515747
(81,87,71)
#454A3C
(69,74,60)
#393D31
(57,61,49)
#2D3026
(45,48,38)
#21231B
(33,35,27)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #8D987E

#8D987E
(141,152,126)
#97A189
(151,161,137)
#A1AA94
(161,170,148)
#ABB39F
(171,179,159)
#B5BCAA
(181,188,170)
#BFC5B5
(191,197,181)
#C9CEC0
(201,206,192)
#D3D7CB
(211,215,203)
#DDE0D6
(221,224,214)
#E7E9E1
(231,233,225)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D987E color. Also use rgb(141,152,126) instead hex code.

Text Font Color

.myTextColor { color: #8D987E; }

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

This text font color is #8D987E.


Background Color

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

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

This div background color is #8D987E.


Border color

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

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

This div border color is #8D987E.


Opacity

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

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

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

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

This text has shadow with #8D987E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D987E on black background.


Color preview on white background

This text has color #8D987E on white background.



Black color preview on #8D987E background

This text has black color on #8D987E background.


White color preview on #8D987E background

This text has white color on #8D987E background.