COLOR #8E8E9D

HEX: #8E8E9D RGB: (142,142,157)

Color info

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

RGB color model

#8E8E9D color RGB value is (142,142,157).

RGB: (142,142,157) (56%, 56%, 62%)

RGB channels and saturation

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

142
142
157

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

Portions of RGB colors in percentages

R + G + B = 142 + 142 + 157 = 441 (100%)
R 142 of 441 ~ 32.2%
G 142 of 441 ~ 32.2%
B 157 of 441 ~ 35.6'%

%32.2
%32.2
%35.6

CMYK color model

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

  • cyan value is 9.55%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (10,10,0,38)
C10M10Y0K38 (10%, 10%, 0%, 38%)
(0.10 / 0.10 / 0.00 / 0.38)

CMYK percentages

%9.55
%9.55
%0
%38.43

Codes

Color #8E8E9D in popluar color models

8E 8E 9D
RGB 142 142 157
HSL 240° 7.11% 58.63%
HSB/HSV 240° 9.55% 61.57%
CMYK 9.55% 9.55% 0.00%
38.43%

Color #8E8E9D in popluar number systems.

HEX 8E 8E 9D
Decimal 142 142 157
Binary 10001110 10001110 10011101
Octal 216 216 235

Shades and tints

Shades of #8E8E9D

#8E8E9D
(142,142,157)
#82828F
(130,130,143)
#767681
(118,118,129)
#6A6A73
(106,106,115)
#5E5E65
(94,94,101)
#525257
(82,82,87)
#464649
(70,70,73)
#3A3A3B
(58,58,59)
#2E2E2D
(46,46,45)
#22221F
(34,34,31)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #8E8E9D

#8E8E9D
(142,142,157)
#9898A5
(152,152,165)
#A2A2AD
(162,162,173)
#ACACB5
(172,172,181)
#B6B6BD
(182,182,189)
#C0C0C5
(192,192,197)
#CACACD
(202,202,205)
#D4D4D5
(212,212,213)
#DEDEDD
(222,222,221)
#E8E8E5
(232,232,229)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8E9D; }

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

This text font color is #8E8E9D.

Background Color

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

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

This div background color is #8E8E9D.

Border color

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

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

This div border color is #8E8E9D.

Opacity

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

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

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

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

This text has shadow with #8E8E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8E9D.

Preview

Color preview on black background

This text has color #8E8E9D on black background.


Color preview on white background

This text has color #8E8E9D on white background.


Black color preview on #8E8E9D background

This text has black color on #8E8E9D background.


White color preview on #8E8E9D background

This text has white color on #8E8E9D background.


Related colors

Complementary color

Complementary color for #hex is #717162.


I love getcolorcode.com