COLOR #9E7896

HEX: #9E7896
RGB: (158,120,150)

Color info

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

RGB color model

#9E7896 color RGB value is (158,120,150).

  • red value is 158;
  • green value is 120;
  • blue value is 150.
RGB:
(158,120,150)
(62%,47%,59%)

RGB channels and saturation

R 158 of 255 = 62%
G 120 of 255 = 47%
B 150 of 255 = 59%

158
120
150

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

Portions of RGB colors in percentages

R + G + B =
158 + 120 + 150 = 428 (100%)
R 158 of 428 ~ 36.92%
G 120 of 428 ~ 28.04%
B 150 of 428 ~ 35.05%

%36.92
%28.04
%35.05

CMYK color model

#9E7896 color CMYK value is (0,24,5,38).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 5.06%
  • key color value is 38.04%
CMYK:
(0,24,5,38)
C0M24Y5K38 
(0%,24%,5%,38%)
(0.00/0.24/0.05/0.38)	

CMYK percentages

%0
%24.05
%5.06
%38.04

Codes

Color #9E7896 in popluar color models

9E7896
RGB158120150
HSL313°16.38%54.51%
HSB/HSV313°24.05%61.96%
CMYK0.00%24.05%5.06%
38.04%

Color #9E7896 in popluar number systems.

HEX9E7896
Decimal158120150
Binary10011110111100010010110
Octal236170226

Shades and tints

Shades of #9E7896

#9E7896
(158,120,150)
#906E89
(144,110,137)
#82647C
(130,100,124)
#745A6F
(116,90,111)
#665062
(102,80,98)
#584655
(88,70,85)
#4A3C48
(74,60,72)
#3C323B
(60,50,59)
#2E282E
(46,40,46)
#201E21
(32,30,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #9E7896

#9E7896
(158,120,150)
#A6849F
(166,132,159)
#AE90A8
(174,144,168)
#B69CB1
(182,156,177)
#BEA8BA
(190,168,186)
#C6B4C3
(198,180,195)
#CEC0CC
(206,192,204)
#D6CCD5
(214,204,213)
#DED8DE
(222,216,222)
#E6E4E7
(230,228,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7896 color. Also use rgb(158,120,150) instead hex code.

Text Font Color

.myTextColor { color: #9E7896; }

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

This text font color is #9E7896.


Background Color

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

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

This div background color is #9E7896.


Border color

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

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

This div border color is #9E7896.


Opacity

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

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

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

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

This text has shadow with #9E7896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7896 on black background.


Color preview on white background

This text has color #9E7896 on white background.



Black color preview on #9E7896 background

This text has black color on #9E7896 background.


White color preview on #9E7896 background

This text has white color on #9E7896 background.