COLOR #8E8193

HEX: #8E8193
RGB: (142,129,147)

Color info

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

RGB color model

#8E8193 color RGB value is (142,129,147).

  • red value is 142;
  • green value is 129;
  • blue value is 147.
RGB:
(142,129,147)
(56%,51%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 129 of 255 = 51%
B 147 of 255 = 58%

142
129
147

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

Portions of RGB colors in percentages

R + G + B =
142 + 129 + 147 = 418 (100%)
R 142 of 418 ~ 33.97%
G 129 of 418 ~ 30.86%
B 147 of 418 ~ 35.17%

%33.97
%30.86
%35.17

CMYK color model

#8E8193 color CMYK value is (3,12,0,42).

  • cyan value is 3.40%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(3,12,0,42)
C3M12Y0K42 
(3%,12%,0%,42%)
(0.03/0.12/0.00/0.42)	

CMYK percentages

%3.4
%12.24
%0
%42.35

Codes

Color #8E8193 in popluar color models

8E8193
RGB142129147
HSL283°7.69%54.12%
HSB/HSV283°12.24%57.65%
CMYK3.40%12.24%0.00%
42.35%

Color #8E8193 in popluar number systems.

HEX8E8193
Decimal142129147
Binary100011101000000110010011
Octal216201223

Shades and tints

Shades of #8E8193

#8E8193
(142,129,147)
#827686
(130,118,134)
#766B79
(118,107,121)
#6A606C
(106,96,108)
#5E555F
(94,85,95)
#524A52
(82,74,82)
#463F45
(70,63,69)
#3A3438
(58,52,56)
#2E292B
(46,41,43)
#221E1E
(34,30,30)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #8E8193

#8E8193
(142,129,147)
#988C9C
(152,140,156)
#A297A5
(162,151,165)
#ACA2AE
(172,162,174)
#B6ADB7
(182,173,183)
#C0B8C0
(192,184,192)
#CAC3C9
(202,195,201)
#D4CED2
(212,206,210)
#DED9DB
(222,217,219)
#E8E4E4
(232,228,228)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8193; }

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

This text font color is #8E8193.


Background Color

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

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

This div background color is #8E8193.


Border color

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

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

This div border color is #8E8193.


Opacity

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

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

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

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

This text has shadow with #8E8193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8193 on black background.


Color preview on white background

This text has color #8E8193 on white background.



Black color preview on #8E8193 background

This text has black color on #8E8193 background.


White color preview on #8E8193 background

This text has white color on #8E8193 background.