COLOR #9E7989

HEX: #9E7989
RGB: (158,121,137)

Color info

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

RGB color model

#9E7989 color RGB value is (158,121,137).

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

RGB channels and saturation

R 158 of 255 = 62%
G 121 of 255 = 47%
B 137 of 255 = 54%

158
121
137

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

Portions of RGB colors in percentages

R + G + B =
158 + 121 + 137 = 416 (100%)
R 158 of 416 ~ 37.98%
G 121 of 416 ~ 29.09%
B 137 of 416 ~ 32.93%

%37.98
%29.09
%32.93

CMYK color model

#9E7989 color CMYK value is (0,23,13,38).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 13.29%
  • key color value is 38.04%
CMYK:
(0,23,13,38)
C0M23Y13K38 
(0%,23%,13%,38%)
(0.00/0.23/0.13/0.38)	

CMYK percentages

%0
%23.42
%13.29
%38.04

Codes

Color #9E7989 in popluar color models

9E7989
RGB158121137
HSL334°16.02%54.71%
HSB/HSV334°23.42%61.96%
CMYK0.00%23.42%13.29%
38.04%

Color #9E7989 in popluar number systems.

HEX9E7989
Decimal158121137
Binary10011110111100110001001
Octal236171211

Shades and tints

Shades of #9E7989

#9E7989
(158,121,137)
#906E7D
(144,110,125)
#826371
(130,99,113)
#745865
(116,88,101)
#664D59
(102,77,89)
#58424D
(88,66,77)
#4A3741
(74,55,65)
#3C2C35
(60,44,53)
#2E2129
(46,33,41)
#20161D
(32,22,29)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #9E7989

#9E7989
(158,121,137)
#A68593
(166,133,147)
#AE919D
(174,145,157)
#B69DA7
(182,157,167)
#BEA9B1
(190,169,177)
#C6B5BB
(198,181,187)
#CEC1C5
(206,193,197)
#D6CDCF
(214,205,207)
#DED9D9
(222,217,217)
#E6E5E3
(230,229,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7989; }

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

This text font color is #9E7989.


Background Color

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

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

This div background color is #9E7989.


Border color

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

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

This div border color is #9E7989.


Opacity

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

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

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

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

This text has shadow with #9E7989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7989 on black background.


Color preview on white background

This text has color #9E7989 on white background.



Black color preview on #9E7989 background

This text has black color on #9E7989 background.


White color preview on #9E7989 background

This text has white color on #9E7989 background.