COLOR #8E888F

HEX: #8E888F
RGB: (142,136,143)

Color info

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

RGB color model

#8E888F color RGB value is (142,136,143).

  • red value is 142;
  • green value is 136;
  • blue value is 143.
RGB:
(142,136,143)
(56%,53%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 136 of 255 = 53%
B 143 of 255 = 56%

142
136
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 136 + 143 = 421 (100%)
R 142 of 421 ~ 33.73%
G 136 of 421 ~ 32.3%
B 143 of 421 ~ 33.97%

%33.73
%32.3
%33.97

CMYK color model

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

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

CMYK percentages

%0.7
%4.9
%0
%43.92

Codes

Color #8E888F in popluar color models

8E888F
RGB142136143
HSL291°3.03%54.71%
HSB/HSV291°4.90%56.08%
CMYK0.70%4.90%0.00%
43.92%

Color #8E888F in popluar number systems.

HEX8E888F
Decimal142136143
Binary100011101000100010001111
Octal216210217

Shades and tints

Shades of #8E888F

#8E888F
(142,136,143)
#827C82
(130,124,130)
#767075
(118,112,117)
#6A6468
(106,100,104)
#5E585B
(94,88,91)
#524C4E
(82,76,78)
#464041
(70,64,65)
#3A3434
(58,52,52)
#2E2827
(46,40,39)
#221C1A
(34,28,26)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #8E888F

#8E888F
(142,136,143)
#989299
(152,146,153)
#A29CA3
(162,156,163)
#ACA6AD
(172,166,173)
#B6B0B7
(182,176,183)
#C0BAC1
(192,186,193)
#CAC4CB
(202,196,203)
#D4CED5
(212,206,213)
#DED8DF
(222,216,223)
#E8E2E9
(232,226,233)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E888F; }

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

This text font color is #8E888F.


Background Color

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

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

This div background color is #8E888F.


Border color

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

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

This div border color is #8E888F.


Opacity

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

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

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

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

This text has shadow with #8E888F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E888F on black background.


Color preview on white background

This text has color #8E888F on white background.



Black color preview on #8E888F background

This text has black color on #8E888F background.


White color preview on #8E888F background

This text has white color on #8E888F background.