COLOR #9E7D91

HEX: #9E7D91
RGB: (158,125,145)

Color info

#9E7D91 contains red, green and blue colors in about the same proportion. Web safe color of #9E7D91 is #996699 (or #969).

RGB color model

#9E7D91 color RGB value is (158,125,145).

  • red value is 158;
  • green value is 125;
  • blue value is 145.
RGB:
(158,125,145)
(62%,49%,57%)

RGB channels and saturation

R 158 of 255 = 62%
G 125 of 255 = 49%
B 145 of 255 = 57%

158
125
145

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

Portions of RGB colors in percentages

R + G + B =
158 + 125 + 145 = 428 (100%)
R 158 of 428 ~ 36.92%
G 125 of 428 ~ 29.21%
B 145 of 428 ~ 33.88%

%36.92
%29.21
%33.88

CMYK color model

#9E7D91 color CMYK value is (0,21,8,38).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 8.23%
  • key color value is 38.04%
CMYK:
(0,21,8,38)
C0M21Y8K38 
(0%,21%,8%,38%)
(0.00/0.21/0.08/0.38)	

CMYK percentages

%0
%20.89
%8.23
%38.04

Codes

Color #9E7D91 in popluar color models

9E7D91
RGB158125145
HSL324°14.54%55.49%
HSB/HSV324°20.89%61.96%
CMYK0.00%20.89%8.23%
38.04%

Color #9E7D91 in popluar number systems.

HEX9E7D91
Decimal158125145
Binary10011110111110110010001
Octal236175221

Shades and tints

Shades of #9E7D91

#9E7D91
(158,125,145)
#907284
(144,114,132)
#826777
(130,103,119)
#745C6A
(116,92,106)
#66515D
(102,81,93)
#584650
(88,70,80)
#4A3B43
(74,59,67)
#3C3036
(60,48,54)
#2E2529
(46,37,41)
#201A1C
(32,26,28)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #9E7D91

#9E7D91
(158,125,145)
#A6889B
(166,136,155)
#AE93A5
(174,147,165)
#B69EAF
(182,158,175)
#BEA9B9
(190,169,185)
#C6B4C3
(198,180,195)
#CEBFCD
(206,191,205)
#D6CAD7
(214,202,215)
#DED5E1
(222,213,225)
#E6E0EB
(230,224,235)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7D91 color. Also use rgb(158,125,145) instead hex code.

Text Font Color

.myTextColor { color: #9E7D91; }

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

This text font color is #9E7D91.


Background Color

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

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

This div background color is #9E7D91.


Border color

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

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

This div border color is #9E7D91.


Opacity

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

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

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

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

This text has shadow with #9E7D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7D91 on black background.


Color preview on white background

This text has color #9E7D91 on white background.



Black color preview on #9E7D91 background

This text has black color on #9E7D91 background.


White color preview on #9E7D91 background

This text has white color on #9E7D91 background.