COLOR #8E9170

HEX: #8E9170
RGB: (142,145,112)

Color info

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

RGB color model

#8E9170 color RGB value is (142,145,112).

  • red value is 142;
  • green value is 145;
  • blue value is 112.
RGB:
(142,145,112)
(56%,57%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 145 of 255 = 57%
B 112 of 255 = 44%

142
145
112

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

Portions of RGB colors in percentages

R + G + B =
142 + 145 + 112 = 399 (100%)
R 142 of 399 ~ 35.59%
G 145 of 399 ~ 36.34%
B 112 of 399 ~ 28.07%

%35.59
%36.34
%28.07

CMYK color model

#8E9170 color CMYK value is (2,0,23,43).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 43.14%
CMYK:
(2,0,23,43)
C2M0Y23K43 
(2%,0%,23%,43%)
(0.02/0.00/0.23/0.43)	

CMYK percentages

%2.07
%0
%22.76
%43.14

Codes

Color #8E9170 in popluar color models

8E9170
RGB142145112
HSL65°13.04%50.39%
HSB/HSV65°22.76%56.86%
CMYK2.07%0.00%22.76%
43.14%

Color #8E9170 in popluar number systems.

HEX8E9170
Decimal142145112
Binary10001110100100011110000
Octal216221160

Shades and tints

Shades of #8E9170

#8E9170
(142,145,112)
#828466
(130,132,102)
#76775C
(118,119,92)
#6A6A52
(106,106,82)
#5E5D48
(94,93,72)
#52503E
(82,80,62)
#464334
(70,67,52)
#3A362A
(58,54,42)
#2E2920
(46,41,32)
#221C16
(34,28,22)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #8E9170

#8E9170
(142,145,112)
#989B7D
(152,155,125)
#A2A58A
(162,165,138)
#ACAF97
(172,175,151)
#B6B9A4
(182,185,164)
#C0C3B1
(192,195,177)
#CACDBE
(202,205,190)
#D4D7CB
(212,215,203)
#DEE1D8
(222,225,216)
#E8EBE5
(232,235,229)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9170 color. Also use rgb(142,145,112) instead hex code.

Text Font Color

.myTextColor { color: #8E9170; }

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

This text font color is #8E9170.


Background Color

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

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

This div background color is #8E9170.


Border color

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

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

This div border color is #8E9170.


Opacity

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

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

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

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

This text has shadow with #8E9170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9170 on black background.


Color preview on white background

This text has color #8E9170 on white background.



Black color preview on #8E9170 background

This text has black color on #8E9170 background.


White color preview on #8E9170 background

This text has white color on #8E9170 background.