COLOR #8E9665

HEX: #8E9665
RGB: (142,150,101)

Color info

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

RGB color model

#8E9665 color RGB value is (142,150,101).

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

RGB channels and saturation

R 142 of 255 = 56%
G 150 of 255 = 59%
B 101 of 255 = 40%

142
150
101

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

Portions of RGB colors in percentages

R + G + B =
142 + 150 + 101 = 393 (100%)
R 142 of 393 ~ 36.13%
G 150 of 393 ~ 38.17%
B 101 of 393 ~ 25.7%

%36.13
%38.17
%25.7

CMYK color model

#8E9665 color CMYK value is (5,0,33,41).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 32.67%
  • key color value is 41.18%
CMYK:
(5,0,33,41)
C5M0Y33K41 
(5%,0%,33%,41%)
(0.05/0.00/0.33/0.41)	

CMYK percentages

%5.33
%0
%32.67
%41.18

Codes

Color #8E9665 in popluar color models

8E9665
RGB142150101
HSL70°19.52%49.22%
HSB/HSV70°32.67%58.82%
CMYK5.33%0.00%32.67%
41.18%

Color #8E9665 in popluar number systems.

HEX8E9665
Decimal142150101
Binary10001110100101101100101
Octal216226145

Shades and tints

Shades of #8E9665

#8E9665
(142,150,101)
#82895C
(130,137,92)
#767C53
(118,124,83)
#6A6F4A
(106,111,74)
#5E6241
(94,98,65)
#525538
(82,85,56)
#46482F
(70,72,47)
#3A3B26
(58,59,38)
#2E2E1D
(46,46,29)
#222114
(34,33,20)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #8E9665

#8E9665
(142,150,101)
#989F73
(152,159,115)
#A2A881
(162,168,129)
#ACB18F
(172,177,143)
#B6BA9D
(182,186,157)
#C0C3AB
(192,195,171)
#CACCB9
(202,204,185)
#D4D5C7
(212,213,199)
#DEDED5
(222,222,213)
#E8E7E3
(232,231,227)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9665; }

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

This text font color is #8E9665.


Background Color

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

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

This div background color is #8E9665.


Border color

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

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

This div border color is #8E9665.


Opacity

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

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

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

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

This text has shadow with #8E9665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9665 on black background.


Color preview on white background

This text has color #8E9665 on white background.



Black color preview on #8E9665 background

This text has black color on #8E9665 background.


White color preview on #8E9665 background

This text has white color on #8E9665 background.