COLOR #8E858F

HEX: #8E858F
RGB: (142,133,143)

Color info

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

RGB color model

#8E858F color RGB value is (142,133,143).

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

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 143 of 255 = 56%

142
133
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 133 + 143 = 418 (100%)
R 142 of 418 ~ 33.97%
G 133 of 418 ~ 31.82%
B 143 of 418 ~ 34.21%

%33.97
%31.82
%34.21

CMYK color model

#8E858F color CMYK value is (1,7,0,44).

  • cyan value is 0.70%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(1,7,0,44)
C1M7Y0K44 
(1%,7%,0%,44%)
(0.01/0.07/0.00/0.44)	

CMYK percentages

%0.7
%6.99
%0
%43.92

Codes

Color #8E858F in popluar color models

8E858F
RGB142133143
HSL294°4.27%54.12%
HSB/HSV294°6.99%56.08%
CMYK0.70%6.99%0.00%
43.92%

Color #8E858F in popluar number systems.

HEX8E858F
Decimal142133143
Binary100011101000010110001111
Octal216205217

Shades and tints

Shades of #8E858F

#8E858F
(142,133,143)
#827982
(130,121,130)
#766D75
(118,109,117)
#6A6168
(106,97,104)
#5E555B
(94,85,91)
#52494E
(82,73,78)
#463D41
(70,61,65)
#3A3134
(58,49,52)
#2E2527
(46,37,39)
#22191A
(34,25,26)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #8E858F

#8E858F
(142,133,143)
#989099
(152,144,153)
#A29BA3
(162,155,163)
#ACA6AD
(172,166,173)
#B6B1B7
(182,177,183)
#C0BCC1
(192,188,193)
#CAC7CB
(202,199,203)
#D4D2D5
(212,210,213)
#DEDDDF
(222,221,223)
#E8E8E9
(232,232,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E858F; }

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

This text font color is #8E858F.


Background Color

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

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

This div background color is #8E858F.


Border color

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

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

This div border color is #8E858F.


Opacity

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

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

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

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

This text has shadow with #8E858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E858F on black background.


Color preview on white background

This text has color #8E858F on white background.



Black color preview on #8E858F background

This text has black color on #8E858F background.


White color preview on #8E858F background

This text has white color on #8E858F background.