COLOR #8E8E92

HEX: #8E8E92
RGB: (142,142,146)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
142
146

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

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 146 = 430 (100%)
R 142 of 430 ~ 33.02%
G 142 of 430 ~ 33.02%
B 146 of 430 ~ 33.95%

%33.02
%33.02
%33.95

CMYK color model

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

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

CMYK percentages

%2.74
%2.74
%0
%42.75

Codes

Color #8E8E92 in popluar color models

8E8E92
RGB142142146
HSL240°1.80%56.47%
HSB/HSV240°2.74%57.25%
CMYK2.74%2.74%0.00%
42.75%

Color #8E8E92 in popluar number systems.

HEX8E8E92
Decimal142142146
Binary100011101000111010010010
Octal216216222

Shades and tints

Shades of #8E8E92

#8E8E92
(142,142,146)
#828285
(130,130,133)
#767678
(118,118,120)
#6A6A6B
(106,106,107)
#5E5E5E
(94,94,94)
#525251
(82,82,81)
#464644
(70,70,68)
#3A3A37
(58,58,55)
#2E2E2A
(46,46,42)
#22221D
(34,34,29)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #8E8E92

#8E8E92
(142,142,146)
#98989B
(152,152,155)
#A2A2A4
(162,162,164)
#ACACAD
(172,172,173)
#B6B6B6
(182,182,182)
#C0C0BF
(192,192,191)
#CACAC8
(202,202,200)
#D4D4D1
(212,212,209)
#DEDEDA
(222,222,218)
#E8E8E3
(232,232,227)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8E92; }

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

This text font color is #8E8E92.


Background Color

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

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

This div background color is #8E8E92.


Border color

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

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

This div border color is #8E8E92.


Opacity

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

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

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

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

This text has shadow with #8E8E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8E92 on black background.


Color preview on white background

This text has color #8E8E92 on white background.



Black color preview on #8E8E92 background

This text has black color on #8E8E92 background.


White color preview on #8E8E92 background

This text has white color on #8E8E92 background.