COLOR #8E8392

HEX: #8E8392
RGB: (142,131,146)

Color info

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

RGB color model

#8E8392 color RGB value is (142,131,146).

  • red value is 142;
  • green value is 131;
  • blue value is 146.
RGB:
(142,131,146)
(56%,51%,57%)

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 146 of 255 = 57%

142
131
146

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

Portions of RGB colors in percentages

R + G + B =
142 + 131 + 146 = 419 (100%)
R 142 of 419 ~ 33.89%
G 131 of 419 ~ 31.26%
B 146 of 419 ~ 34.84%

%33.89
%31.26
%34.84

CMYK color model

#8E8392 color CMYK value is (3,10,0,43).

  • cyan value is 2.74%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(3,10,0,43)
C3M10Y0K43 
(3%,10%,0%,43%)
(0.03/0.10/0.00/0.43)	

CMYK percentages

%2.74
%10.27
%0
%42.75

Codes

Color #8E8392 in popluar color models

8E8392
RGB142131146
HSL284°6.44%54.31%
HSB/HSV284°10.27%57.25%
CMYK2.74%10.27%0.00%
42.75%

Color #8E8392 in popluar number systems.

HEX8E8392
Decimal142131146
Binary100011101000001110010010
Octal216203222

Shades and tints

Shades of #8E8392

#8E8392
(142,131,146)
#827885
(130,120,133)
#766D78
(118,109,120)
#6A626B
(106,98,107)
#5E575E
(94,87,94)
#524C51
(82,76,81)
#464144
(70,65,68)
#3A3637
(58,54,55)
#2E2B2A
(46,43,42)
#22201D
(34,32,29)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #8E8392

#8E8392
(142,131,146)
#988E9B
(152,142,155)
#A299A4
(162,153,164)
#ACA4AD
(172,164,173)
#B6AFB6
(182,175,182)
#C0BABF
(192,186,191)
#CAC5C8
(202,197,200)
#D4D0D1
(212,208,209)
#DEDBDA
(222,219,218)
#E8E6E3
(232,230,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8392; }

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

This text font color is #8E8392.


Background Color

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

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

This div background color is #8E8392.


Border color

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

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

This div border color is #8E8392.


Opacity

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

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

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

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

This text has shadow with #8E8392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8392 on black background.


Color preview on white background

This text has color #8E8392 on white background.



Black color preview on #8E8392 background

This text has black color on #8E8392 background.


White color preview on #8E8392 background

This text has white color on #8E8392 background.