COLOR #8E8E9E

HEX: #8E8E9E
RGB: (142,142,158)

Color info

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

RGB color model

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

  • red value is 142;
  • green value is 142;
  • blue value is 158.
RGB:
(142,142,158)
(56%,56%,62%)

RGB channels and saturation

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

142
142
158

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

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 158 = 442 (100%)
R 142 of 442 ~ 32.13%
G 142 of 442 ~ 32.13%
B 158 of 442 ~ 35.75%

%32.13
%32.13
%35.75

CMYK color model

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

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

CMYK percentages

%10.13
%10.13
%0
%38.04

Codes

Color #8E8E9E in popluar color models

8E8E9E
RGB142142158
HSL240°7.62%58.82%
HSB/HSV240°10.13%61.96%
CMYK10.13%10.13%0.00%
38.04%

Color #8E8E9E in popluar number systems.

HEX8E8E9E
Decimal142142158
Binary100011101000111010011110
Octal216216236

Shades and tints

Shades of #8E8E9E

#8E8E9E
(142,142,158)
#828290
(130,130,144)
#767682
(118,118,130)
#6A6A74
(106,106,116)
#5E5E66
(94,94,102)
#525258
(82,82,88)
#46464A
(70,70,74)
#3A3A3C
(58,58,60)
#2E2E2E
(46,46,46)
#222220
(34,34,32)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #8E8E9E

#8E8E9E
(142,142,158)
#9898A6
(152,152,166)
#A2A2AE
(162,162,174)
#ACACB6
(172,172,182)
#B6B6BE
(182,182,190)
#C0C0C6
(192,192,198)
#CACACE
(202,202,206)
#D4D4D6
(212,212,214)
#DEDEDE
(222,222,222)
#E8E8E6
(232,232,230)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8E9E; }

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

This text font color is #8E8E9E.


Background Color

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

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

This div background color is #8E8E9E.


Border color

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

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

This div border color is #8E8E9E.


Opacity

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

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

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

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

This text has shadow with #8E8E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8E9E on black background.


Color preview on white background

This text has color #8E8E9E on white background.



Black color preview on #8E8E9E background

This text has black color on #8E8E9E background.


White color preview on #8E8E9E background

This text has white color on #8E8E9E background.