COLOR #8E8796

HEX: #8E8796
RGB: (142,135,150)

Color info

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

RGB color model

#8E8796 color RGB value is (142,135,150).

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

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 150 of 255 = 59%

142
135
150

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

Portions of RGB colors in percentages

R + G + B =
142 + 135 + 150 = 427 (100%)
R 142 of 427 ~ 33.26%
G 135 of 427 ~ 31.62%
B 150 of 427 ~ 35.13%

%33.26
%31.62
%35.13

CMYK color model

#8E8796 color CMYK value is (5,10,0,41).

  • cyan value is 5.33%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(5,10,0,41)
C5M10Y0K41 
(5%,10%,0%,41%)
(0.05/0.10/0.00/0.41)	

CMYK percentages

%5.33
%10
%0
%41.18

Codes

Color #8E8796 in popluar color models

8E8796
RGB142135150
HSL268°6.67%55.88%
HSB/HSV268°10.00%58.82%
CMYK5.33%10.00%0.00%
41.18%

Color #8E8796 in popluar number systems.

HEX8E8796
Decimal142135150
Binary100011101000011110010110
Octal216207226

Shades and tints

Shades of #8E8796

#8E8796
(142,135,150)
#827B89
(130,123,137)
#766F7C
(118,111,124)
#6A636F
(106,99,111)
#5E5762
(94,87,98)
#524B55
(82,75,85)
#463F48
(70,63,72)
#3A333B
(58,51,59)
#2E272E
(46,39,46)
#221B21
(34,27,33)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #8E8796

#8E8796
(142,135,150)
#98919F
(152,145,159)
#A29BA8
(162,155,168)
#ACA5B1
(172,165,177)
#B6AFBA
(182,175,186)
#C0B9C3
(192,185,195)
#CAC3CC
(202,195,204)
#D4CDD5
(212,205,213)
#DED7DE
(222,215,222)
#E8E1E7
(232,225,231)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8796; }

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

This text font color is #8E8796.


Background Color

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

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

This div background color is #8E8796.


Border color

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

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

This div border color is #8E8796.


Opacity

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

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

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

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

This text has shadow with #8E8796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8796 on black background.


Color preview on white background

This text has color #8E8796 on white background.



Black color preview on #8E8796 background

This text has black color on #8E8796 background.


White color preview on #8E8796 background

This text has white color on #8E8796 background.