COLOR #8E8F8F

HEX: #8E8F8F
RGB: (142,143,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
143
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 143 + 143 = 428 (100%)
R 142 of 428 ~ 33.18%
G 143 of 428 ~ 33.41%
B 143 of 428 ~ 33.41%

%33.18
%33.41
%33.41

CMYK color model

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

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

CMYK percentages

%0.7
%0
%0
%43.92

Codes

Color #8E8F8F in popluar color models

8E8F8F
RGB142143143
HSL180°0.44%55.88%
HSB/HSV180°0.70%56.08%
CMYK0.70%0.00%0.00%
43.92%

Color #8E8F8F in popluar number systems.

HEX8E8F8F
Decimal142143143
Binary100011101000111110001111
Octal216217217

Shades and tints

Shades of #8E8F8F

#8E8F8F
(142,143,143)
#828282
(130,130,130)
#767575
(118,117,117)
#6A6868
(106,104,104)
#5E5B5B
(94,91,91)
#524E4E
(82,78,78)
#464141
(70,65,65)
#3A3434
(58,52,52)
#2E2727
(46,39,39)
#221A1A
(34,26,26)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #8E8F8F

#8E8F8F
(142,143,143)
#989999
(152,153,153)
#A2A3A3
(162,163,163)
#ACADAD
(172,173,173)
#B6B7B7
(182,183,183)
#C0C1C1
(192,193,193)
#CACBCB
(202,203,203)
#D4D5D5
(212,213,213)
#DEDFDF
(222,223,223)
#E8E9E9
(232,233,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8F8F; }

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

This text font color is #8E8F8F.


Background Color

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

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

This div background color is #8E8F8F.


Border color

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

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

This div border color is #8E8F8F.


Opacity

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

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

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

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

This text has shadow with #8E8F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8F8F on black background.


Color preview on white background

This text has color #8E8F8F on white background.



Black color preview on #8E8F8F background

This text has black color on #8E8F8F background.


White color preview on #8E8F8F background

This text has white color on #8E8F8F background.