COLOR #8E8782

HEX: #8E8782
RGB: (142,135,130)

Color info

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

RGB color model

#8E8782 color RGB value is (142,135,130).

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

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 130 of 255 = 51%

142
135
130

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

Portions of RGB colors in percentages

R + G + B =
142 + 135 + 130 = 407 (100%)
R 142 of 407 ~ 34.89%
G 135 of 407 ~ 33.17%
B 130 of 407 ~ 31.94%

%34.89
%33.17
%31.94

CMYK color model

#8E8782 color CMYK value is (0,5,8,44).

  • cyan value is 0.00%
  • magenta value is 4.93%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK:
(0,5,8,44)
C0M5Y8K44 
(0%,5%,8%,44%)
(0.00/0.05/0.08/0.44)	

CMYK percentages

%0
%4.93
%8.45
%44.31

Codes

Color #8E8782 in popluar color models

8E8782
RGB142135130
HSL25°5.04%53.33%
HSB/HSV25°8.45%55.69%
CMYK0.00%4.93%8.45%
44.31%

Color #8E8782 in popluar number systems.

HEX8E8782
Decimal142135130
Binary100011101000011110000010
Octal216207202

Shades and tints

Shades of #8E8782

#8E8782
(142,135,130)
#827B77
(130,123,119)
#766F6C
(118,111,108)
#6A6361
(106,99,97)
#5E5756
(94,87,86)
#524B4B
(82,75,75)
#463F40
(70,63,64)
#3A3335
(58,51,53)
#2E272A
(46,39,42)
#221B1F
(34,27,31)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #8E8782

#8E8782
(142,135,130)
#98918D
(152,145,141)
#A29B98
(162,155,152)
#ACA5A3
(172,165,163)
#B6AFAE
(182,175,174)
#C0B9B9
(192,185,185)
#CAC3C4
(202,195,196)
#D4CDCF
(212,205,207)
#DED7DA
(222,215,218)
#E8E1E5
(232,225,229)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8782; }

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

This text font color is #8E8782.


Background Color

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

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

This div background color is #8E8782.


Border color

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

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

This div border color is #8E8782.


Opacity

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

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

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

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

This text has shadow with #8E8782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8782 on black background.


Color preview on white background

This text has color #8E8782 on white background.



Black color preview on #8E8782 background

This text has black color on #8E8782 background.


White color preview on #8E8782 background

This text has white color on #8E8782 background.