COLOR #8E967B

HEX: #8E967B
RGB: (142,150,123)

Color info

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

RGB color model

#8E967B color RGB value is (142,150,123).

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

RGB channels and saturation

R 142 of 255 = 56%
G 150 of 255 = 59%
B 123 of 255 = 48%

142
150
123

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

Portions of RGB colors in percentages

R + G + B =
142 + 150 + 123 = 415 (100%)
R 142 of 415 ~ 34.22%
G 150 of 415 ~ 36.14%
B 123 of 415 ~ 29.64%

%34.22
%36.14
%29.64

CMYK color model

#8E967B color CMYK value is (5,0,18,41).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(5,0,18,41)
C5M0Y18K41 
(5%,0%,18%,41%)
(0.05/0.00/0.18/0.41)	

CMYK percentages

%5.33
%0
%18
%41.18

Codes

Color #8E967B in popluar color models

8E967B
RGB142150123
HSL78°11.39%53.53%
HSB/HSV78°18.00%58.82%
CMYK5.33%0.00%18.00%
41.18%

Color #8E967B in popluar number systems.

HEX8E967B
Decimal142150123
Binary10001110100101101111011
Octal216226173

Shades and tints

Shades of #8E967B

#8E967B
(142,150,123)
#828970
(130,137,112)
#767C65
(118,124,101)
#6A6F5A
(106,111,90)
#5E624F
(94,98,79)
#525544
(82,85,68)
#464839
(70,72,57)
#3A3B2E
(58,59,46)
#2E2E23
(46,46,35)
#222118
(34,33,24)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #8E967B

#8E967B
(142,150,123)
#989F87
(152,159,135)
#A2A893
(162,168,147)
#ACB19F
(172,177,159)
#B6BAAB
(182,186,171)
#C0C3B7
(192,195,183)
#CACCC3
(202,204,195)
#D4D5CF
(212,213,207)
#DEDEDB
(222,222,219)
#E8E7E7
(232,231,231)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E967B; }

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

This text font color is #8E967B.


Background Color

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

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

This div background color is #8E967B.


Border color

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

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

This div border color is #8E967B.


Opacity

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

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

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

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

This text has shadow with #8E967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E967B on black background.


Color preview on white background

This text has color #8E967B on white background.



Black color preview on #8E967B background

This text has black color on #8E967B background.


White color preview on #8E967B background

This text has white color on #8E967B background.