COLOR #9E7A95

HEX: #9E7A95
RGB: (158,122,149)

Color info

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

RGB color model

#9E7A95 color RGB value is (158,122,149).

  • red value is 158;
  • green value is 122;
  • blue value is 149.
RGB:
(158,122,149)
(62%,48%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 122 of 255 = 48%
B 149 of 255 = 58%

158
122
149

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

Portions of RGB colors in percentages

R + G + B =
158 + 122 + 149 = 429 (100%)
R 158 of 429 ~ 36.83%
G 122 of 429 ~ 28.44%
B 149 of 429 ~ 34.73%

%36.83
%28.44
%34.73

CMYK color model

#9E7A95 color CMYK value is (0,23,6,38).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 5.70%
  • key color value is 38.04%
CMYK:
(0,23,6,38)
C0M23Y6K38 
(0%,23%,6%,38%)
(0.00/0.23/0.06/0.38)	

CMYK percentages

%0
%22.78
%5.7
%38.04

Codes

Color #9E7A95 in popluar color models

9E7A95
RGB158122149
HSL315°15.65%54.90%
HSB/HSV315°22.78%61.96%
CMYK0.00%22.78%5.70%
38.04%

Color #9E7A95 in popluar number systems.

HEX9E7A95
Decimal158122149
Binary10011110111101010010101
Octal236172225

Shades and tints

Shades of #9E7A95

#9E7A95
(158,122,149)
#906F88
(144,111,136)
#82647B
(130,100,123)
#74596E
(116,89,110)
#664E61
(102,78,97)
#584354
(88,67,84)
#4A3847
(74,56,71)
#3C2D3A
(60,45,58)
#2E222D
(46,34,45)
#201720
(32,23,32)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #9E7A95

#9E7A95
(158,122,149)
#A6869E
(166,134,158)
#AE92A7
(174,146,167)
#B69EB0
(182,158,176)
#BEAAB9
(190,170,185)
#C6B6C2
(198,182,194)
#CEC2CB
(206,194,203)
#D6CED4
(214,206,212)
#DEDADD
(222,218,221)
#E6E6E6
(230,230,230)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7A95 color. Also use rgb(158,122,149) instead hex code.

Text Font Color

.myTextColor { color: #9E7A95; }

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

This text font color is #9E7A95.


Background Color

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

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

This div background color is #9E7A95.


Border color

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

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

This div border color is #9E7A95.


Opacity

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

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

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

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

This text has shadow with #9E7A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7A95 on black background.


Color preview on white background

This text has color #9E7A95 on white background.



Black color preview on #9E7A95 background

This text has black color on #9E7A95 background.


White color preview on #9E7A95 background

This text has white color on #9E7A95 background.