COLOR #9E8494

HEX: #9E8494
RGB: (158,132,148)

Color info

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

RGB color model

#9E8494 color RGB value is (158,132,148).

  • red value is 158;
  • green value is 132;
  • blue value is 148.
RGB:
(158,132,148)
(62%,52%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 132 of 255 = 52%
B 148 of 255 = 58%

158
132
148

R + G + B ~ 57%. #9E8494 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 132 + 148 = 438 (100%)
R 158 of 438 ~ 36.07%
G 132 of 438 ~ 30.14%
B 148 of 438 ~ 33.79%

%36.07
%30.14
%33.79

CMYK color model

#9E8494 color CMYK value is (0,16,6,38).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 6.33%
  • key color value is 38.04%
CMYK:
(0,16,6,38)
C0M16Y6K38 
(0%,16%,6%,38%)
(0.00/0.16/0.06/0.38)	

CMYK percentages

%0
%16.46
%6.33
%38.04

Codes

Color #9E8494 in popluar color models

9E8494
RGB158132148
HSL323°11.82%56.86%
HSB/HSV323°16.46%61.96%
CMYK0.00%16.46%6.33%
38.04%

Color #9E8494 in popluar number systems.

HEX9E8494
Decimal158132148
Binary100111101000010010010100
Octal236204224

Shades and tints

Shades of #9E8494

#9E8494
(158,132,148)
#907887
(144,120,135)
#826C7A
(130,108,122)
#74606D
(116,96,109)
#665460
(102,84,96)
#584853
(88,72,83)
#4A3C46
(74,60,70)
#3C3039
(60,48,57)
#2E242C
(46,36,44)
#20181F
(32,24,31)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #9E8494

#9E8494
(158,132,148)
#A68F9D
(166,143,157)
#AE9AA6
(174,154,166)
#B6A5AF
(182,165,175)
#BEB0B8
(190,176,184)
#C6BBC1
(198,187,193)
#CEC6CA
(206,198,202)
#D6D1D3
(214,209,211)
#DEDCDC
(222,220,220)
#E6E7E5
(230,231,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8494 color. Also use rgb(158,132,148) instead hex code.

Text Font Color

.myTextColor { color: #9E8494; }

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

This text font color is #9E8494.


Background Color

.myBgColor { background-color: #9E8494; }

<div style="background-color:#9E8494">Inner text</div>

This div background color is #9E8494.


Border color

.myBorderColor { border: 1px solid #9E8494; }

<div style="border:3px solid #9E8494">Div</div>

This div border color is #9E8494.


Opacity

.myOpacity80 { color: #9E8494; opacity: 0.8; }

<p style="color:#9E8494;opacity:0.8;">80%</p>

Text with #9E8494 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 #9E8494;}

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

This text has shadow with #9E8494 color.

.textShadow {text-shadow: 3px 3px 1px #9E8494, 3px 3px 1px red;}

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

This text has shadow with #9E8494 primary color and red secondary color.


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

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

This text has shadow with #9E8494 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8494 on black background.


Color preview on white background

This text has color #9E8494 on white background.



Black color preview on #9E8494 background

This text has black color on #9E8494 background.


White color preview on #9E8494 background

This text has white color on #9E8494 background.