COLOR #8E9A6A

HEX: #8E9A6A RGB: (142,154,106)

Color info

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

RGB color model

#8E9A6A color RGB value is (142,154,106).

RGB: (142,154,106) (56%, 60%, 42%)

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 106 of 255 = 42%

142
154
106

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

Portions of RGB colors in percentages

R + G + B = 142 + 154 + 106 = 402 (100%)
R 142 of 402 ~ 35.32%
G 154 of 402 ~ 38.31%
B 106 of 402 ~ 26.37'%

%35.32
%38.31
%26.37

CMYK color model

#8E9A6A color CMYK value is (8,0,31,40).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 39.61%

CMYK: (8,0,31,40)
C8M0Y31K40 (8%, 0%, 31%, 40%)
(0.08 / 0.00 / 0.31 / 0.40)

CMYK percentages

%7.79
%0
%31.17
%39.61

Codes

Color #8E9A6A in popluar color models

8E 9A 6A
RGB 142 154 106
HSL 75° 19.20% 50.98%
HSB/HSV 75° 31.17% 60.39%
CMYK 7.79% 0.00% 31.17%
39.61%

Color #8E9A6A in popluar number systems.

HEX 8E 9A 6A
Decimal 142 154 106
Binary 10001110 10011010 1101010
Octal 216 232 152

Shades and tints

Shades of #8E9A6A

#8E9A6A
(142,154,106)
#828C61
(130,140,97)
#767E58
(118,126,88)
#6A704F
(106,112,79)
#5E6246
(94,98,70)
#52543D
(82,84,61)
#464634
(70,70,52)
#3A382B
(58,56,43)
#2E2A22
(46,42,34)
#221C19
(34,28,25)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #8E9A6A

#8E9A6A
(142,154,106)
#98A377
(152,163,119)
#A2AC84
(162,172,132)
#ACB591
(172,181,145)
#B6BE9E
(182,190,158)
#C0C7AB
(192,199,171)
#CAD0B8
(202,208,184)
#D4D9C5
(212,217,197)
#DEE2D2
(222,226,210)
#E8EBDF
(232,235,223)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9A6A color. Also use rgb(142,154,106) instead hex code.

Text Font Color

.myTextColor { color: #8E9A6A; }

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

This text font color is #8E9A6A.

Background Color

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

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

This div background color is #8E9A6A.

Border color

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

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

This div border color is #8E9A6A.

Opacity

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

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

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

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

This text has shadow with #8E9A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9A6A.

Preview

Color preview on black background

This text has color #8E9A6A on black background.


Color preview on white background

This text has color #8E9A6A on white background.


Black color preview on #8E9A6A background

This text has black color on #8E9A6A background.


White color preview on #8E9A6A background

This text has white color on #8E9A6A background.


Related colors

Complementary color

Complementary color for #hex is #716595.


I love getcolorcode.com

Triadic colors

1 #6A8E9A and #9A6A8E with #8E9A6A are triadic colors.

2 #6A9A8E and #9A8E6A with #8E9A6A are triadic colors.