COLOR #8E939B

HEX: #8E939B RGB: (142,147,155)

Color info

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

RGB color model

#8E939B color RGB value is (142,147,155).

RGB: (142,147,155) (56%, 58%, 61%)

RGB channels and saturation

R 142 of 255 = 56%
G 147 of 255 = 58%
B 155 of 255 = 61%

142
147
155

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

Portions of RGB colors in percentages

R + G + B = 142 + 147 + 155 = 444 (100%)
R 142 of 444 ~ 31.98%
G 147 of 444 ~ 33.11%
B 155 of 444 ~ 34.91'%

%31.98
%33.11
%34.91

CMYK color model

#8E939B color CMYK value is (8,5,0,39).

  • cyan value is 8.39%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (8,5,0,39)
C8M5Y0K39 (8%, 5%, 0%, 39%)
(0.08 / 0.05 / 0.00 / 0.39)

CMYK percentages

%8.39
%5.16
%0
%39.22

Codes

Color #8E939B in popluar color models

8E 93 9B
RGB 142 147 155
HSL 217° 6.10% 58.24%
HSB/HSV 217° 8.39% 60.78%
CMYK 8.39% 5.16% 0.00%
39.22%

Color #8E939B in popluar number systems.

HEX 8E 93 9B
Decimal 142 147 155
Binary 10001110 10010011 10011011
Octal 216 223 233

Shades and tints

Shades of #8E939B

#8E939B
(142,147,155)
#82868D
(130,134,141)
#76797F
(118,121,127)
#6A6C71
(106,108,113)
#5E5F63
(94,95,99)
#525255
(82,82,85)
#464547
(70,69,71)
#3A3839
(58,56,57)
#2E2B2B
(46,43,43)
#221E1D
(34,30,29)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8E939B

#8E939B
(142,147,155)
#989CA4
(152,156,164)
#A2A5AD
(162,165,173)
#ACAEB6
(172,174,182)
#B6B7BF
(182,183,191)
#C0C0C8
(192,192,200)
#CAC9D1
(202,201,209)
#D4D2DA
(212,210,218)
#DEDBE3
(222,219,227)
#E8E4EC
(232,228,236)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E939B; }

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

This text font color is #8E939B.

Background Color

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

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

This div background color is #8E939B.

Border color

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

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

This div border color is #8E939B.

Opacity

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

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

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

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

This text has shadow with #8E939B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E939B.

Preview

Color preview on black background

This text has color #8E939B on black background.


Color preview on white background

This text has color #8E939B on white background.


Black color preview on #8E939B background

This text has black color on #8E939B background.


White color preview on #8E939B background

This text has white color on #8E939B background.


Related colors

Complementary color

Complementary color for #hex is #716C64.


I love getcolorcode.com

Triadic colors

1 #9B8E93 and #939B8E with #8E939B are triadic colors.

2 #9B938E and #938E9B with #8E939B are triadic colors.