COLOR #8E959E

HEX: #8E959E RGB: (142,149,158)

Color info

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

RGB color model

#8E959E color RGB value is (142,149,158).

RGB: (142,149,158) (56%, 58%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 158 of 255 = 62%

142
149
158

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

Portions of RGB colors in percentages

R + G + B = 142 + 149 + 158 = 449 (100%)
R 142 of 449 ~ 31.63%
G 149 of 449 ~ 33.18%
B 158 of 449 ~ 35.19'%

%31.63
%33.18
%35.19

CMYK color model

#8E959E color CMYK value is (10,6,0,38).

  • cyan value is 10.13%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (10,6,0,38) C10M6Y0K38 (10%,6%,0%,38%) (0.10/0.06/0.00/0.38) 

CMYK percentages

%10.13
%5.7
%0
%38.04

Codes

Color #8E959E in popluar color models

8E 95 9E
RGB 142 149 158
HSL 214° 7.62% 58.82%
HSB/HSV 214° 10.13% 61.96%
CMYK 10.13% 5.70% 0.00%
38.04%

Color #8E959E in popluar number systems.

HEX 8E 95 9E
Decimal 142 149 158
Binary 10001110 10010101 10011110
Octal 216 225 236

Shades and tints

Shades of #8E959E

#8E959E
(142,149,158)
#828890
(130,136,144)
#767B82
(118,123,130)
#6A6E74
(106,110,116)
#5E6166
(94,97,102)
#525458
(82,84,88)
#46474A
(70,71,74)
#3A3A3C
(58,58,60)
#2E2D2E
(46,45,46)
#222020
(34,32,32)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #8E959E

#8E959E
(142,149,158)
#989EA6
(152,158,166)
#A2A7AE
(162,167,174)
#ACB0B6
(172,176,182)
#B6B9BE
(182,185,190)
#C0C2C6
(192,194,198)
#CACBCE
(202,203,206)
#D4D4D6
(212,212,214)
#DEDDDE
(222,221,222)
#E8E6E6
(232,230,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E959E; }

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

This text font color is #8E959E.

Background Color

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

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

This div background color is #8E959E.

Border color

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

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

This div border color is #8E959E.

Opacity

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

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

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

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

This text has shadow with #8E959E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E959E.

Preview

Color preview on black background

This text has color #8E959E on black background.


Color preview on white background

This text has color #8E959E on white background.


Black color preview on #8E959E background

This text has black color on #8E959E background.


White color preview on #8E959E background

This text has white color on #8E959E background.


Related colors

Complementary color

Complementary color for #hex is #716A61.


I love getcolorcode.com

Triadic colors

1 #9E8E95 and #959E8E with #8E959E are triadic colors.

2 #9E958E and #958E9E with #8E959E are triadic colors.