COLOR #8E9795

HEX: #8E9795
RGB: (142,151,149)

Color info

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

RGB color model

#8E9795 color RGB value is (142,151,149).

  • red value is 142;
  • green value is 151;
  • blue value is 149.
RGB:
(142,151,149)
(56%,59%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 151 of 255 = 59%
B 149 of 255 = 58%

142
151
149

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

Portions of RGB colors in percentages

R + G + B =
142 + 151 + 149 = 442 (100%)
R 142 of 442 ~ 32.13%
G 151 of 442 ~ 34.16%
B 149 of 442 ~ 33.71%

%32.13
%34.16
%33.71

CMYK color model

#8E9795 color CMYK value is (6,0,1,41).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 40.78%
CMYK:
(6,0,1,41)
C6M0Y1K41 
(6%,0%,1%,41%)
(0.06/0.00/0.01/0.41)	

CMYK percentages

%5.96
%0
%1.32
%40.78

Codes

Color #8E9795 in popluar color models

8E9795
RGB142151149
HSL167°4.15%57.45%
HSB/HSV167°5.96%59.22%
CMYK5.96%0.00%1.32%
40.78%

Color #8E9795 in popluar number systems.

HEX8E9795
Decimal142151149
Binary100011101001011110010101
Octal216227225

Shades and tints

Shades of #8E9795

#8E9795
(142,151,149)
#828A88
(130,138,136)
#767D7B
(118,125,123)
#6A706E
(106,112,110)
#5E6361
(94,99,97)
#525654
(82,86,84)
#464947
(70,73,71)
#3A3C3A
(58,60,58)
#2E2F2D
(46,47,45)
#222220
(34,34,32)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #8E9795

#8E9795
(142,151,149)
#98A09E
(152,160,158)
#A2A9A7
(162,169,167)
#ACB2B0
(172,178,176)
#B6BBB9
(182,187,185)
#C0C4C2
(192,196,194)
#CACDCB
(202,205,203)
#D4D6D4
(212,214,212)
#DEDFDD
(222,223,221)
#E8E8E6
(232,232,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9795 color. Also use rgb(142,151,149) instead hex code.

Text Font Color

.myTextColor { color: #8E9795; }

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

This text font color is #8E9795.


Background Color

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

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

This div background color is #8E9795.


Border color

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

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

This div border color is #8E9795.


Opacity

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

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

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

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

This text has shadow with #8E9795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9795 on black background.


Color preview on white background

This text has color #8E9795 on white background.



Black color preview on #8E9795 background

This text has black color on #8E9795 background.


White color preview on #8E9795 background

This text has white color on #8E9795 background.