COLOR #8E917E

HEX: #8E917E RGB: (142,145,126)

Color info

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

RGB color model

#8E917E color RGB value is (142,145,126).

RGB: (142,145,126) (56%, 57%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 145 of 255 = 57%
B 126 of 255 = 49%

142
145
126

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

Portions of RGB colors in percentages

R + G + B = 142 + 145 + 126 = 413 (100%)
R 142 of 413 ~ 34.38%
G 145 of 413 ~ 35.11%
B 126 of 413 ~ 30.51'%

%34.38
%35.11
%30.51

CMYK color model

#8E917E color CMYK value is (2,0,13,43).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 43.14%

CMYK: (2,0,13,43)
C2M0Y13K43 (2%, 0%, 13%, 43%)
(0.02 / 0.00 / 0.13 / 0.43)

CMYK percentages

%2.07
%0
%13.1
%43.14

Codes

Color #8E917E in popluar color models

8E 91 7E
RGB 142 145 126
HSL 69° 7.95% 53.14%
HSB/HSV 69° 13.10% 56.86%
CMYK 2.07% 0.00% 13.10%
43.14%

Color #8E917E in popluar number systems.

HEX 8E 91 7E
Decimal 142 145 126
Binary 10001110 10010001 1111110
Octal 216 221 176

Shades and tints

Shades of #8E917E

#8E917E
(142,145,126)
#828473
(130,132,115)
#767768
(118,119,104)
#6A6A5D
(106,106,93)
#5E5D52
(94,93,82)
#525047
(82,80,71)
#46433C
(70,67,60)
#3A3631
(58,54,49)
#2E2926
(46,41,38)
#221C1B
(34,28,27)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #8E917E

#8E917E
(142,145,126)
#989B89
(152,155,137)
#A2A594
(162,165,148)
#ACAF9F
(172,175,159)
#B6B9AA
(182,185,170)
#C0C3B5
(192,195,181)
#CACDC0
(202,205,192)
#D4D7CB
(212,215,203)
#DEE1D6
(222,225,214)
#E8EBE1
(232,235,225)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E917E; }

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

This text font color is #8E917E.

Background Color

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

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

This div background color is #8E917E.

Border color

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

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

This div border color is #8E917E.

Opacity

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

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

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

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

This text has shadow with #8E917E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E917E.

Preview

Color preview on black background

This text has color #8E917E on black background.


Color preview on white background

This text has color #8E917E on white background.


Black color preview on #8E917E background

This text has black color on #8E917E background.


White color preview on #8E917E background

This text has white color on #8E917E background.


Related colors

Complementary color

Complementary color for #hex is #716E81.


I love getcolorcode.com

Triadic colors

1 #7E8E91 and #917E8E with #8E917E are triadic colors.

2 #7E918E and #918E7E with #8E917E are triadic colors.