COLOR #9E7AAB

HEX: #9E7AAB
RGB: (158,122,171)

Color info

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

RGB color model

#9E7AAB color RGB value is (158,122,171).

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

RGB channels and saturation

R 158 of 255 = 62%
G 122 of 255 = 48%
B 171 of 255 = 67%

158
122
171

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

Portions of RGB colors in percentages

R + G + B =
158 + 122 + 171 = 451 (100%)
R 158 of 451 ~ 35.03%
G 122 of 451 ~ 27.05%
B 171 of 451 ~ 37.92%

%35.03
%27.05
%37.92

CMYK color model

#9E7AAB color CMYK value is (8,29,0,33).

  • cyan value is 7.60%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(8,29,0,33)
C8M29Y0K33 
(8%,29%,0%,33%)
(0.08/0.29/0.00/0.33)	

CMYK percentages

%7.6
%28.65
%0
%32.94

Codes

Color #9E7AAB in popluar color models

9E7AAB
RGB158122171
HSL284°22.58%57.45%
HSB/HSV284°28.65%67.06%
CMYK7.60%28.65%0.00%
32.94%

Color #9E7AAB in popluar number systems.

HEX9E7AAB
Decimal158122171
Binary10011110111101010101011
Octal236172253

Shades and tints

Shades of #9E7AAB

#9E7AAB
(158,122,171)
#906F9C
(144,111,156)
#82648D
(130,100,141)
#74597E
(116,89,126)
#664E6F
(102,78,111)
#584360
(88,67,96)
#4A3851
(74,56,81)
#3C2D42
(60,45,66)
#2E2233
(46,34,51)
#201724
(32,23,36)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #9E7AAB

#9E7AAB
(158,122,171)
#A686B2
(166,134,178)
#AE92B9
(174,146,185)
#B69EC0
(182,158,192)
#BEAAC7
(190,170,199)
#C6B6CE
(198,182,206)
#CEC2D5
(206,194,213)
#D6CEDC
(214,206,220)
#DEDAE3
(222,218,227)
#E6E6EA
(230,230,234)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7AAB; }

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

This text font color is #9E7AAB.


Background Color

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

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

This div background color is #9E7AAB.


Border color

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

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

This div border color is #9E7AAB.


Opacity

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

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

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

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

This text has shadow with #9E7AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7AAB on black background.


Color preview on white background

This text has color #9E7AAB on white background.



Black color preview on #9E7AAB background

This text has black color on #9E7AAB background.


White color preview on #9E7AAB background

This text has white color on #9E7AAB background.