COLOR #9E7179

HEX: #9E7179
RGB: (158,113,121)

Color info

#9E7179 contains red, green and blue colors in about the same proportion. Web safe color of #9E7179 is #996666 (or #966).

RGB color model

#9E7179 color RGB value is (158,113,121).

  • red value is 158;
  • green value is 113;
  • blue value is 121.
RGB:
(158,113,121)
(62%,44%,47%)

RGB channels and saturation

R 158 of 255 = 62%
G 113 of 255 = 44%
B 121 of 255 = 47%

158
113
121

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

Portions of RGB colors in percentages

R + G + B =
158 + 113 + 121 = 392 (100%)
R 158 of 392 ~ 40.31%
G 113 of 392 ~ 28.83%
B 121 of 392 ~ 30.87%

%40.31
%28.83
%30.87

CMYK color model

#9E7179 color CMYK value is (0,28,23,38).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 23.42%
  • key color value is 38.04%
CMYK:
(0,28,23,38)
C0M28Y23K38 
(0%,28%,23%,38%)
(0.00/0.28/0.23/0.38)	

CMYK percentages

%0
%28.48
%23.42
%38.04

Codes

Color #9E7179 in popluar color models

9E7179
RGB158113121
HSL349°18.83%53.14%
HSB/HSV349°28.48%61.96%
CMYK0.00%28.48%23.42%
38.04%

Color #9E7179 in popluar number systems.

HEX9E7179
Decimal158113121
Binary1001111011100011111001
Octal236161171

Shades and tints

Shades of #9E7179

#9E7179
(158,113,121)
#90676E
(144,103,110)
#825D63
(130,93,99)
#745358
(116,83,88)
#66494D
(102,73,77)
#583F42
(88,63,66)
#4A3537
(74,53,55)
#3C2B2C
(60,43,44)
#2E2121
(46,33,33)
#201716
(32,23,22)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #9E7179

#9E7179
(158,113,121)
#A67D85
(166,125,133)
#AE8991
(174,137,145)
#B6959D
(182,149,157)
#BEA1A9
(190,161,169)
#C6ADB5
(198,173,181)
#CEB9C1
(206,185,193)
#D6C5CD
(214,197,205)
#DED1D9
(222,209,217)
#E6DDE5
(230,221,229)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7179 color. Also use rgb(158,113,121) instead hex code.

Text Font Color

.myTextColor { color: #9E7179; }

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

This text font color is #9E7179.


Background Color

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

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

This div background color is #9E7179.


Border color

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

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

This div border color is #9E7179.


Opacity

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

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

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

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

This text has shadow with #9E7179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7179 on black background.


Color preview on white background

This text has color #9E7179 on white background.



Black color preview on #9E7179 background

This text has black color on #9E7179 background.


White color preview on #9E7179 background

This text has white color on #9E7179 background.