COLOR #8E9E8F

HEX: #8E9E8F
RGB: (142,158,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
158
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 143 = 443 (100%)
R 142 of 443 ~ 32.05%
G 158 of 443 ~ 35.67%
B 143 of 443 ~ 32.28%

%32.05
%35.67
%32.28

CMYK color model

#8E9E8F color CMYK value is (10,0,9,38).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 38.04%
CMYK:
(10,0,9,38)
C10M0Y9K38 
(10%,0%,9%,38%)
(0.10/0.00/0.09/0.38)	

CMYK percentages

%10.13
%0
%9.49
%38.04

Codes

Color #8E9E8F in popluar color models

8E9E8F
RGB142158143
HSL124°7.62%58.82%
HSB/HSV124°10.13%61.96%
CMYK10.13%0.00%9.49%
38.04%

Color #8E9E8F in popluar number systems.

HEX8E9E8F
Decimal142158143
Binary100011101001111010001111
Octal216236217

Shades and tints

Shades of #8E9E8F

#8E9E8F
(142,158,143)
#829082
(130,144,130)
#768275
(118,130,117)
#6A7468
(106,116,104)
#5E665B
(94,102,91)
#52584E
(82,88,78)
#464A41
(70,74,65)
#3A3C34
(58,60,52)
#2E2E27
(46,46,39)
#22201A
(34,32,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #8E9E8F

#8E9E8F
(142,158,143)
#98A699
(152,166,153)
#A2AEA3
(162,174,163)
#ACB6AD
(172,182,173)
#B6BEB7
(182,190,183)
#C0C6C1
(192,198,193)
#CACECB
(202,206,203)
#D4D6D5
(212,214,213)
#DEDEDF
(222,222,223)
#E8E6E9
(232,230,233)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9E8F; }

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

This text font color is #8E9E8F.


Background Color

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

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

This div background color is #8E9E8F.


Border color

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

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

This div border color is #8E9E8F.


Opacity

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

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

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

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

This text has shadow with #8E9E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9E8F on black background.


Color preview on white background

This text has color #8E9E8F on white background.



Black color preview on #8E9E8F background

This text has black color on #8E9E8F background.


White color preview on #8E9E8F background

This text has white color on #8E9E8F background.