COLOR #9E7B90

HEX: #9E7B90
RGB: (158,123,144)

Color info

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

RGB color model

#9E7B90 color RGB value is (158,123,144).

  • red value is 158;
  • green value is 123;
  • blue value is 144.
RGB:
(158,123,144)
(62%,48%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 123 of 255 = 48%
B 144 of 255 = 56%

158
123
144

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

Portions of RGB colors in percentages

R + G + B =
158 + 123 + 144 = 425 (100%)
R 158 of 425 ~ 37.18%
G 123 of 425 ~ 28.94%
B 144 of 425 ~ 33.88%

%37.18
%28.94
%33.88

CMYK color model

#9E7B90 color CMYK value is (0,22,9,38).

  • cyan value is 0.00%
  • magenta value is 22.15%
  • yellow value is 8.86%
  • key color value is 38.04%
CMYK:
(0,22,9,38)
C0M22Y9K38 
(0%,22%,9%,38%)
(0.00/0.22/0.09/0.38)	

CMYK percentages

%0
%22.15
%8.86
%38.04

Codes

Color #9E7B90 in popluar color models

9E7B90
RGB158123144
HSL324°15.28%55.10%
HSB/HSV324°22.15%61.96%
CMYK0.00%22.15%8.86%
38.04%

Color #9E7B90 in popluar number systems.

HEX9E7B90
Decimal158123144
Binary10011110111101110010000
Octal236173220

Shades and tints

Shades of #9E7B90

#9E7B90
(158,123,144)
#907083
(144,112,131)
#826576
(130,101,118)
#745A69
(116,90,105)
#664F5C
(102,79,92)
#58444F
(88,68,79)
#4A3942
(74,57,66)
#3C2E35
(60,46,53)
#2E2328
(46,35,40)
#20181B
(32,24,27)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #9E7B90

#9E7B90
(158,123,144)
#A6879A
(166,135,154)
#AE93A4
(174,147,164)
#B69FAE
(182,159,174)
#BEABB8
(190,171,184)
#C6B7C2
(198,183,194)
#CEC3CC
(206,195,204)
#D6CFD6
(214,207,214)
#DEDBE0
(222,219,224)
#E6E7EA
(230,231,234)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7B90 color. Also use rgb(158,123,144) instead hex code.

Text Font Color

.myTextColor { color: #9E7B90; }

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

This text font color is #9E7B90.


Background Color

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

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

This div background color is #9E7B90.


Border color

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

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

This div border color is #9E7B90.


Opacity

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

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

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

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

This text has shadow with #9E7B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7B90 on black background.


Color preview on white background

This text has color #9E7B90 on white background.



Black color preview on #9E7B90 background

This text has black color on #9E7B90 background.


White color preview on #9E7B90 background

This text has white color on #9E7B90 background.