COLOR #8E8990

HEX: #8E8990
RGB: (142,137,144)

Color info

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

RGB color model

#8E8990 color RGB value is (142,137,144).

  • red value is 142;
  • green value is 137;
  • blue value is 144.
RGB:
(142,137,144)
(56%,54%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 137 of 255 = 54%
B 144 of 255 = 56%

142
137
144

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

Portions of RGB colors in percentages

R + G + B =
142 + 137 + 144 = 423 (100%)
R 142 of 423 ~ 33.57%
G 137 of 423 ~ 32.39%
B 144 of 423 ~ 34.04%

%33.57
%32.39
%34.04

CMYK color model

#8E8990 color CMYK value is (1,5,0,44).

  • cyan value is 1.39%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(1,5,0,44)
C1M5Y0K44 
(1%,5%,0%,44%)
(0.01/0.05/0.00/0.44)	

CMYK percentages

%1.39
%4.86
%0
%43.53

Codes

Color #8E8990 in popluar color models

8E8990
RGB142137144
HSL283°3.06%55.10%
HSB/HSV283°4.86%56.47%
CMYK1.39%4.86%0.00%
43.53%

Color #8E8990 in popluar number systems.

HEX8E8990
Decimal142137144
Binary100011101000100110010000
Octal216211220

Shades and tints

Shades of #8E8990

#8E8990
(142,137,144)
#827D83
(130,125,131)
#767176
(118,113,118)
#6A6569
(106,101,105)
#5E595C
(94,89,92)
#524D4F
(82,77,79)
#464142
(70,65,66)
#3A3535
(58,53,53)
#2E2928
(46,41,40)
#221D1B
(34,29,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8E8990

#8E8990
(142,137,144)
#98939A
(152,147,154)
#A29DA4
(162,157,164)
#ACA7AE
(172,167,174)
#B6B1B8
(182,177,184)
#C0BBC2
(192,187,194)
#CAC5CC
(202,197,204)
#D4CFD6
(212,207,214)
#DED9E0
(222,217,224)
#E8E3EA
(232,227,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8990; }

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

This text font color is #8E8990.


Background Color

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

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

This div background color is #8E8990.


Border color

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

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

This div border color is #8E8990.


Opacity

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

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

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

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

This text has shadow with #8E8990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8990 on black background.


Color preview on white background

This text has color #8E8990 on white background.



Black color preview on #8E8990 background

This text has black color on #8E8990 background.


White color preview on #8E8990 background

This text has white color on #8E8990 background.