COLOR #8E957F

HEX: #8E957F
RGB: (142,149,127)

Color info

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

RGB color model

#8E957F color RGB value is (142,149,127).

  • red value is 142;
  • green value is 149;
  • blue value is 127.
RGB:
(142,149,127)
(56%,58%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 127 of 255 = 50%

142
149
127

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 127 = 418 (100%)
R 142 of 418 ~ 33.97%
G 149 of 418 ~ 35.65%
B 127 of 418 ~ 30.38%

%33.97
%35.65
%30.38

CMYK color model

#8E957F color CMYK value is (5,0,15,42).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(5,0,15,42)
C5M0Y15K42 
(5%,0%,15%,42%)
(0.05/0.00/0.15/0.42)	

CMYK percentages

%4.7
%0
%14.77
%41.57

Codes

Color #8E957F in popluar color models

8E957F
RGB142149127
HSL79°9.40%54.12%
HSB/HSV79°14.77%58.43%
CMYK4.70%0.00%14.77%
41.57%

Color #8E957F in popluar number systems.

HEX8E957F
Decimal142149127
Binary10001110100101011111111
Octal216225177

Shades and tints

Shades of #8E957F

#8E957F
(142,149,127)
#828874
(130,136,116)
#767B69
(118,123,105)
#6A6E5E
(106,110,94)
#5E6153
(94,97,83)
#525448
(82,84,72)
#46473D
(70,71,61)
#3A3A32
(58,58,50)
#2E2D27
(46,45,39)
#22201C
(34,32,28)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #8E957F

#8E957F
(142,149,127)
#989E8A
(152,158,138)
#A2A795
(162,167,149)
#ACB0A0
(172,176,160)
#B6B9AB
(182,185,171)
#C0C2B6
(192,194,182)
#CACBC1
(202,203,193)
#D4D4CC
(212,212,204)
#DEDDD7
(222,221,215)
#E8E6E2
(232,230,226)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E957F color. Also use rgb(142,149,127) instead hex code.

Text Font Color

.myTextColor { color: #8E957F; }

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

This text font color is #8E957F.


Background Color

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

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

This div background color is #8E957F.


Border color

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

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

This div border color is #8E957F.


Opacity

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

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

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

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

This text has shadow with #8E957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E957F on black background.


Color preview on white background

This text has color #8E957F on white background.



Black color preview on #8E957F background

This text has black color on #8E957F background.


White color preview on #8E957F background

This text has white color on #8E957F background.