COLOR #8E9385

HEX: #8E9385
RGB: (142,147,133)

Color info

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

RGB color model

#8E9385 color RGB value is (142,147,133).

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

RGB channels and saturation

R 142 of 255 = 56%
G 147 of 255 = 58%
B 133 of 255 = 52%

142
147
133

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

Portions of RGB colors in percentages

R + G + B =
142 + 147 + 133 = 422 (100%)
R 142 of 422 ~ 33.65%
G 147 of 422 ~ 34.83%
B 133 of 422 ~ 31.52%

%33.65
%34.83
%31.52

CMYK color model

#8E9385 color CMYK value is (3,0,10,42).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 42.35%
CMYK:
(3,0,10,42)
C3M0Y10K42 
(3%,0%,10%,42%)
(0.03/0.00/0.10/0.42)	

CMYK percentages

%3.4
%0
%9.52
%42.35

Codes

Color #8E9385 in popluar color models

8E9385
RGB142147133
HSL81°6.09%54.90%
HSB/HSV81°9.52%57.65%
CMYK3.40%0.00%9.52%
42.35%

Color #8E9385 in popluar number systems.

HEX8E9385
Decimal142147133
Binary100011101001001110000101
Octal216223205

Shades and tints

Shades of #8E9385

#8E9385
(142,147,133)
#828679
(130,134,121)
#76796D
(118,121,109)
#6A6C61
(106,108,97)
#5E5F55
(94,95,85)
#525249
(82,82,73)
#46453D
(70,69,61)
#3A3831
(58,56,49)
#2E2B25
(46,43,37)
#221E19
(34,30,25)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #8E9385

#8E9385
(142,147,133)
#989C90
(152,156,144)
#A2A59B
(162,165,155)
#ACAEA6
(172,174,166)
#B6B7B1
(182,183,177)
#C0C0BC
(192,192,188)
#CAC9C7
(202,201,199)
#D4D2D2
(212,210,210)
#DEDBDD
(222,219,221)
#E8E4E8
(232,228,232)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9385; }

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

This text font color is #8E9385.


Background Color

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

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

This div background color is #8E9385.


Border color

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

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

This div border color is #8E9385.


Opacity

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

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

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

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

This text has shadow with #8E9385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9385 on black background.


Color preview on white background

This text has color #8E9385 on white background.



Black color preview on #8E9385 background

This text has black color on #8E9385 background.


White color preview on #8E9385 background

This text has white color on #8E9385 background.