COLOR #8E9E8A

HEX: #8E9E8A RGB: (142,158,138)

Color info

#8E9E8A contains red, green and blue colors in about the same proportion. Web safe color of #8E9E8A is #999999 (or #999).

RGB color model

#8E9E8A color RGB value is (142,158,138).

RGB: (142,158,138) (56%, 62%, 54%)

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 138 of 255 = 54%

142
158
138

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

Portions of RGB colors in percentages

R + G + B = 142 + 158 + 138 = 438 (100%)
R 142 of 438 ~ 32.42%
G 158 of 438 ~ 36.07%
B 138 of 438 ~ 31.51'%

%32.42
%36.07
%31.51

CMYK color model

#8E9E8A color CMYK value is (10,0,13,38).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 38.04%

CMYK: (10,0,13,38)
C10M0Y13K38 (10%, 0%, 13%, 38%)
(0.10 / 0.00 / 0.13 / 0.38)

CMYK percentages

%10.13
%0
%12.66
%38.04

Codes

Color #8E9E8A in popluar color models

8E 9E 8A
RGB 142 158 138
HSL 108° 9.35% 58.04%
HSB/HSV 108° 12.66% 61.96%
CMYK 10.13% 0.00% 12.66%
38.04%

Color #8E9E8A in popluar number systems.

HEX 8E 9E 8A
Decimal 142 158 138
Binary 10001110 10011110 10001010
Octal 216 236 212

Shades and tints

Shades of #8E9E8A

#8E9E8A
(142,158,138)
#82907E
(130,144,126)
#768272
(118,130,114)
#6A7466
(106,116,102)
#5E665A
(94,102,90)
#52584E
(82,88,78)
#464A42
(70,74,66)
#3A3C36
(58,60,54)
#2E2E2A
(46,46,42)
#22201E
(34,32,30)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #8E9E8A

#8E9E8A
(142,158,138)
#98A694
(152,166,148)
#A2AE9E
(162,174,158)
#ACB6A8
(172,182,168)
#B6BEB2
(182,190,178)
#C0C6BC
(192,198,188)
#CACEC6
(202,206,198)
#D4D6D0
(212,214,208)
#DEDEDA
(222,222,218)
#E8E6E4
(232,230,228)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9E8A color. Also use rgb(142,158,138) instead hex code.

Text Font Color

.myTextColor { color: #8E9E8A; }

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

This text font color is #8E9E8A.

Background Color

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

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

This div background color is #8E9E8A.

Border color

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

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

This div border color is #8E9E8A.

Opacity

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

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

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

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

This text has shadow with #8E9E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9E8A.

Preview

Color preview on black background

This text has color #8E9E8A on black background.


Color preview on white background

This text has color #8E9E8A on white background.


Black color preview on #8E9E8A background

This text has black color on #8E9E8A background.


White color preview on #8E9E8A background

This text has white color on #8E9E8A background.


Related colors

Complementary color

Complementary color for #hex is #716175.


I love getcolorcode.com

Triadic colors

1 #8A8E9E and #9E8A8E with #8E9E8A are triadic colors.

2 #8A9E8E and #9E8E8A with #8E9E8A are triadic colors.