COLOR #9E7F91

HEX: #9E7F91
RGB: (158,127,145)

Color info

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

RGB color model

#9E7F91 color RGB value is (158,127,145).

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

RGB channels and saturation

R 158 of 255 = 62%
G 127 of 255 = 50%
B 145 of 255 = 57%

158
127
145

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

Portions of RGB colors in percentages

R + G + B =
158 + 127 + 145 = 430 (100%)
R 158 of 430 ~ 36.74%
G 127 of 430 ~ 29.53%
B 145 of 430 ~ 33.72%

%36.74
%29.53
%33.72

CMYK color model

#9E7F91 color CMYK value is (0,20,8,38).

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 8.23%
  • key color value is 38.04%
CMYK:
(0,20,8,38)
C0M20Y8K38 
(0%,20%,8%,38%)
(0.00/0.20/0.08/0.38)	

CMYK percentages

%0
%19.62
%8.23
%38.04

Codes

Color #9E7F91 in popluar color models

9E7F91
RGB158127145
HSL325°13.78%55.88%
HSB/HSV325°19.62%61.96%
CMYK0.00%19.62%8.23%
38.04%

Color #9E7F91 in popluar number systems.

HEX9E7F91
Decimal158127145
Binary10011110111111110010001
Octal236177221

Shades and tints

Shades of #9E7F91

#9E7F91
(158,127,145)
#907484
(144,116,132)
#826977
(130,105,119)
#745E6A
(116,94,106)
#66535D
(102,83,93)
#584850
(88,72,80)
#4A3D43
(74,61,67)
#3C3236
(60,50,54)
#2E2729
(46,39,41)
#201C1C
(32,28,28)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #9E7F91

#9E7F91
(158,127,145)
#A68A9B
(166,138,155)
#AE95A5
(174,149,165)
#B6A0AF
(182,160,175)
#BEABB9
(190,171,185)
#C6B6C3
(198,182,195)
#CEC1CD
(206,193,205)
#D6CCD7
(214,204,215)
#DED7E1
(222,215,225)
#E6E2EB
(230,226,235)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7F91; }

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

This text font color is #9E7F91.


Background Color

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

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

This div background color is #9E7F91.


Border color

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

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

This div border color is #9E7F91.


Opacity

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

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

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

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

This text has shadow with #9E7F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7F91 on black background.


Color preview on white background

This text has color #9E7F91 on white background.



Black color preview on #9E7F91 background

This text has black color on #9E7F91 background.


White color preview on #9E7F91 background

This text has white color on #9E7F91 background.