COLOR #8E8596

HEX: #8E8596
RGB: (142,133,150)

Color info

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

RGB color model

#8E8596 color RGB value is (142,133,150).

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

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 150 of 255 = 59%

142
133
150

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

Portions of RGB colors in percentages

R + G + B =
142 + 133 + 150 = 425 (100%)
R 142 of 425 ~ 33.41%
G 133 of 425 ~ 31.29%
B 150 of 425 ~ 35.29%

%33.41
%31.29
%35.29

CMYK color model

#8E8596 color CMYK value is (5,11,0,41).

  • cyan value is 5.33%
  • magenta value is 11.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(5,11,0,41)
C5M11Y0K41 
(5%,11%,0%,41%)
(0.05/0.11/0.00/0.41)	

CMYK percentages

%5.33
%11.33
%0
%41.18

Codes

Color #8E8596 in popluar color models

8E8596
RGB142133150
HSL272°7.49%55.49%
HSB/HSV272°11.33%58.82%
CMYK5.33%11.33%0.00%
41.18%

Color #8E8596 in popluar number systems.

HEX8E8596
Decimal142133150
Binary100011101000010110010110
Octal216205226

Shades and tints

Shades of #8E8596

#8E8596
(142,133,150)
#827989
(130,121,137)
#766D7C
(118,109,124)
#6A616F
(106,97,111)
#5E5562
(94,85,98)
#524955
(82,73,85)
#463D48
(70,61,72)
#3A313B
(58,49,59)
#2E252E
(46,37,46)
#221921
(34,25,33)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #8E8596

#8E8596
(142,133,150)
#98909F
(152,144,159)
#A29BA8
(162,155,168)
#ACA6B1
(172,166,177)
#B6B1BA
(182,177,186)
#C0BCC3
(192,188,195)
#CAC7CC
(202,199,204)
#D4D2D5
(212,210,213)
#DEDDDE
(222,221,222)
#E8E8E7
(232,232,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8596; }

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

This text font color is #8E8596.


Background Color

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

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

This div background color is #8E8596.


Border color

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

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

This div border color is #8E8596.


Opacity

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

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

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

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

This text has shadow with #8E8596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8596 on black background.


Color preview on white background

This text has color #8E8596 on white background.



Black color preview on #8E8596 background

This text has black color on #8E8596 background.


White color preview on #8E8596 background

This text has white color on #8E8596 background.