COLOR #8E9693

HEX: #8E9693
RGB: (142,150,147)

Color info

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

RGB color model

#8E9693 color RGB value is (142,150,147).

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

RGB channels and saturation

R 142 of 255 = 56%
G 150 of 255 = 59%
B 147 of 255 = 58%

142
150
147

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

Portions of RGB colors in percentages

R + G + B =
142 + 150 + 147 = 439 (100%)
R 142 of 439 ~ 32.35%
G 150 of 439 ~ 34.17%
B 147 of 439 ~ 33.49%

%32.35
%34.17
%33.49

CMYK color model

#8E9693 color CMYK value is (5,0,2,41).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(5,0,2,41)
C5M0Y2K41 
(5%,0%,2%,41%)
(0.05/0.00/0.02/0.41)	

CMYK percentages

%5.33
%0
%2
%41.18

Codes

Color #8E9693 in popluar color models

8E9693
RGB142150147
HSL158°3.67%57.25%
HSB/HSV158°5.33%58.82%
CMYK5.33%0.00%2.00%
41.18%

Color #8E9693 in popluar number systems.

HEX8E9693
Decimal142150147
Binary100011101001011010010011
Octal216226223

Shades and tints

Shades of #8E9693

#8E9693
(142,150,147)
#828986
(130,137,134)
#767C79
(118,124,121)
#6A6F6C
(106,111,108)
#5E625F
(94,98,95)
#525552
(82,85,82)
#464845
(70,72,69)
#3A3B38
(58,59,56)
#2E2E2B
(46,46,43)
#22211E
(34,33,30)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #8E9693

#8E9693
(142,150,147)
#989F9C
(152,159,156)
#A2A8A5
(162,168,165)
#ACB1AE
(172,177,174)
#B6BAB7
(182,186,183)
#C0C3C0
(192,195,192)
#CACCC9
(202,204,201)
#D4D5D2
(212,213,210)
#DEDEDB
(222,222,219)
#E8E7E4
(232,231,228)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9693; }

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

This text font color is #8E9693.


Background Color

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

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

This div background color is #8E9693.


Border color

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

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

This div border color is #8E9693.


Opacity

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

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

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

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

This text has shadow with #8E9693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9693 on black background.


Color preview on white background

This text has color #8E9693 on white background.



Black color preview on #8E9693 background

This text has black color on #8E9693 background.


White color preview on #8E9693 background

This text has white color on #8E9693 background.