COLOR #8E987B

HEX: #8E987B
RGB: (142,152,123)

Color info

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

RGB color model

#8E987B color RGB value is (142,152,123).

  • red value is 142;
  • green value is 152;
  • blue value is 123.
RGB:
(142,152,123)
(56%,60%,48%)

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 123 of 255 = 48%

142
152
123

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

Portions of RGB colors in percentages

R + G + B =
142 + 152 + 123 = 417 (100%)
R 142 of 417 ~ 34.05%
G 152 of 417 ~ 36.45%
B 123 of 417 ~ 29.5%

%34.05
%36.45
%29.5

CMYK color model

#8E987B color CMYK value is (7,0,19,40).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 40.39%
CMYK:
(7,0,19,40)
C7M0Y19K40 
(7%,0%,19%,40%)
(0.07/0.00/0.19/0.40)	

CMYK percentages

%6.58
%0
%19.08
%40.39

Codes

Color #8E987B in popluar color models

8E987B
RGB142152123
HSL81°12.34%53.92%
HSB/HSV81°19.08%59.61%
CMYK6.58%0.00%19.08%
40.39%

Color #8E987B in popluar number systems.

HEX8E987B
Decimal142152123
Binary10001110100110001111011
Octal216230173

Shades and tints

Shades of #8E987B

#8E987B
(142,152,123)
#828B70
(130,139,112)
#767E65
(118,126,101)
#6A715A
(106,113,90)
#5E644F
(94,100,79)
#525744
(82,87,68)
#464A39
(70,74,57)
#3A3D2E
(58,61,46)
#2E3023
(46,48,35)
#222318
(34,35,24)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #8E987B

#8E987B
(142,152,123)
#98A187
(152,161,135)
#A2AA93
(162,170,147)
#ACB39F
(172,179,159)
#B6BCAB
(182,188,171)
#C0C5B7
(192,197,183)
#CACEC3
(202,206,195)
#D4D7CF
(212,215,207)
#DEE0DB
(222,224,219)
#E8E9E7
(232,233,231)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E987B color. Also use rgb(142,152,123) instead hex code.

Text Font Color

.myTextColor { color: #8E987B; }

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

This text font color is #8E987B.


Background Color

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

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

This div background color is #8E987B.


Border color

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

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

This div border color is #8E987B.


Opacity

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

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

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

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

This text has shadow with #8E987B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E987B on black background.


Color preview on white background

This text has color #8E987B on white background.



Black color preview on #8E987B background

This text has black color on #8E987B background.


White color preview on #8E987B background

This text has white color on #8E987B background.