COLOR #8E8785

HEX: #8E8785
RGB: (142,135,133)

Color info

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

RGB color model

#8E8785 color RGB value is (142,135,133).

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

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 133 of 255 = 52%

142
135
133

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

Portions of RGB colors in percentages

R + G + B =
142 + 135 + 133 = 410 (100%)
R 142 of 410 ~ 34.63%
G 135 of 410 ~ 32.93%
B 133 of 410 ~ 32.44%

%34.63
%32.93
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.93%
  • yellow value is 6.34%
  • key color value is 44.31%
CMYK:
(0,5,6,44)
C0M5Y6K44 
(0%,5%,6%,44%)
(0.00/0.05/0.06/0.44)	

CMYK percentages

%0
%4.93
%6.34
%44.31

Codes

Color #8E8785 in popluar color models

8E8785
RGB142135133
HSL13°3.83%53.92%
HSB/HSV13°6.34%55.69%
CMYK0.00%4.93%6.34%
44.31%

Color #8E8785 in popluar number systems.

HEX8E8785
Decimal142135133
Binary100011101000011110000101
Octal216207205

Shades and tints

Shades of #8E8785

#8E8785
(142,135,133)
#827B79
(130,123,121)
#766F6D
(118,111,109)
#6A6361
(106,99,97)
#5E5755
(94,87,85)
#524B49
(82,75,73)
#463F3D
(70,63,61)
#3A3331
(58,51,49)
#2E2725
(46,39,37)
#221B19
(34,27,25)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #8E8785

#8E8785
(142,135,133)
#989190
(152,145,144)
#A29B9B
(162,155,155)
#ACA5A6
(172,165,166)
#B6AFB1
(182,175,177)
#C0B9BC
(192,185,188)
#CAC3C7
(202,195,199)
#D4CDD2
(212,205,210)
#DED7DD
(222,215,221)
#E8E1E8
(232,225,232)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8785; }

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

This text font color is #8E8785.


Background Color

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

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

This div background color is #8E8785.


Border color

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

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

This div border color is #8E8785.


Opacity

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

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

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

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

This text has shadow with #8E8785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8785 on black background.


Color preview on white background

This text has color #8E8785 on white background.



Black color preview on #8E8785 background

This text has black color on #8E8785 background.


White color preview on #8E8785 background

This text has white color on #8E8785 background.