COLOR #8E9C82

HEX: #8E9C82
RGB: (142,156,130)

Color info

#8E9C82 contains red, green and blue colors in about the same proportion. Web safe color of #8E9C82 is #999999 (or #999).

RGB color model

#8E9C82 color RGB value is (142,156,130).

  • red value is 142;
  • green value is 156;
  • blue value is 130.
RGB:
(142,156,130)
(56%,61%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 130 of 255 = 51%

142
156
130

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

Portions of RGB colors in percentages

R + G + B =
142 + 156 + 130 = 428 (100%)
R 142 of 428 ~ 33.18%
G 156 of 428 ~ 36.45%
B 130 of 428 ~ 30.37%

%33.18
%36.45
%30.37

CMYK color model

#8E9C82 color CMYK value is (9,0,17,39).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 38.82%
CMYK:
(9,0,17,39)
C9M0Y17K39 
(9%,0%,17%,39%)
(0.09/0.00/0.17/0.39)	

CMYK percentages

%8.97
%0
%16.67
%38.82

Codes

Color #8E9C82 in popluar color models

8E9C82
RGB142156130
HSL92°11.61%56.08%
HSB/HSV92°16.67%61.18%
CMYK8.97%0.00%16.67%
38.82%

Color #8E9C82 in popluar number systems.

HEX8E9C82
Decimal142156130
Binary100011101001110010000010
Octal216234202

Shades and tints

Shades of #8E9C82

#8E9C82
(142,156,130)
#828E77
(130,142,119)
#76806C
(118,128,108)
#6A7261
(106,114,97)
#5E6456
(94,100,86)
#52564B
(82,86,75)
#464840
(70,72,64)
#3A3A35
(58,58,53)
#2E2C2A
(46,44,42)
#221E1F
(34,30,31)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #8E9C82

#8E9C82
(142,156,130)
#98A58D
(152,165,141)
#A2AE98
(162,174,152)
#ACB7A3
(172,183,163)
#B6C0AE
(182,192,174)
#C0C9B9
(192,201,185)
#CAD2C4
(202,210,196)
#D4DBCF
(212,219,207)
#DEE4DA
(222,228,218)
#E8EDE5
(232,237,229)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9C82 color. Also use rgb(142,156,130) instead hex code.

Text Font Color

.myTextColor { color: #8E9C82; }

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

This text font color is #8E9C82.


Background Color

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

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

This div background color is #8E9C82.


Border color

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

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

This div border color is #8E9C82.


Opacity

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

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

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

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

This text has shadow with #8E9C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9C82 on black background.


Color preview on white background

This text has color #8E9C82 on white background.



Black color preview on #8E9C82 background

This text has black color on #8E9C82 background.


White color preview on #8E9C82 background

This text has white color on #8E9C82 background.