COLOR #8E947E

HEX: #8E947E RGB: (142,148,126)

Color info

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

RGB color model

#8E947E color RGB value is (142,148,126).

RGB: (142,148,126) (56%, 58%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 126 of 255 = 49%

142
148
126

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

Portions of RGB colors in percentages

R + G + B = 142 + 148 + 126 = 416 (100%)
R 142 of 416 ~ 34.13%
G 148 of 416 ~ 35.58%
B 126 of 416 ~ 30.29'%

%34.13
%35.58
%30.29

CMYK color model

#8E947E color CMYK value is (4,0,15,42).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 41.96%

CMYK: (4,0,15,42)
C4M0Y15K42 (4%, 0%, 15%, 42%)
(0.04 / 0.00 / 0.15 / 0.42)

CMYK percentages

%4.05
%0
%14.86
%41.96

Codes

Color #8E947E in popluar color models

8E 94 7E
RGB 142 148 126
HSL 76° 9.32% 53.73%
HSB/HSV 76° 14.86% 58.04%
CMYK 4.05% 0.00% 14.86%
41.96%

Color #8E947E in popluar number systems.

HEX 8E 94 7E
Decimal 142 148 126
Binary 10001110 10010100 1111110
Octal 216 224 176

Shades and tints

Shades of #8E947E

#8E947E
(142,148,126)
#828773
(130,135,115)
#767A68
(118,122,104)
#6A6D5D
(106,109,93)
#5E6052
(94,96,82)
#525347
(82,83,71)
#46463C
(70,70,60)
#3A3931
(58,57,49)
#2E2C26
(46,44,38)
#221F1B
(34,31,27)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #8E947E

#8E947E
(142,148,126)
#989D89
(152,157,137)
#A2A694
(162,166,148)
#ACAF9F
(172,175,159)
#B6B8AA
(182,184,170)
#C0C1B5
(192,193,181)
#CACAC0
(202,202,192)
#D4D3CB
(212,211,203)
#DEDCD6
(222,220,214)
#E8E5E1
(232,229,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E947E color. Also use rgb(142,148,126) instead hex code.

Text Font Color

.myTextColor { color: #8E947E; }

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

This text font color is #8E947E.

Background Color

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

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

This div background color is #8E947E.

Border color

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

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

This div border color is #8E947E.

Opacity

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

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

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

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

This text has shadow with #8E947E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E947E.

Preview

Color preview on black background

This text has color #8E947E on black background.


Color preview on white background

This text has color #8E947E on white background.


Black color preview on #8E947E background

This text has black color on #8E947E background.


White color preview on #8E947E background

This text has white color on #8E947E background.


Related colors

Complementary color

Complementary color for #hex is #716B81.


I love getcolorcode.com

Triadic colors

1 #7E8E94 and #947E8E with #8E947E are triadic colors.

2 #7E948E and #948E7E with #8E947E are triadic colors.