COLOR #9E7EBE

HEX: #9E7EBE
RGB: (158,126,190)

Color info

#9E7EBE contains mainly red and blue colors. Web safe color of #9E7EBE is #9966CC (or #96C).

RGB color model

#9E7EBE color RGB value is (158,126,190).

  • red value is 158;
  • green value is 126;
  • blue value is 190.
RGB:
(158,126,190)
(62%,49%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 126 of 255 = 49%
B 190 of 255 = 75%

158
126
190

R + G + B ~ 62%. #9E7EBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 126 + 190 = 474 (100%)
R 158 of 474 ~ 33.33%
G 126 of 474 ~ 26.58%
B 190 of 474 ~ 40.08%

%33.33
%26.58
%40.08

CMYK color model

#9E7EBE color CMYK value is (17,34,0,25).

  • cyan value is 16.84%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(17,34,0,25)
C17M34Y0K25 
(17%,34%,0%,25%)
(0.17/0.34/0.00/0.25)	

CMYK percentages

%16.84
%33.68
%0
%25.49

Codes

Color #9E7EBE in popluar color models

9E7EBE
RGB158126190
HSL270°32.99%61.96%
HSB/HSV270°33.68%74.51%
CMYK16.84%33.68%0.00%
25.49%

Color #9E7EBE in popluar number systems.

HEX9E7EBE
Decimal158126190
Binary10011110111111010111110
Octal236176276

Shades and tints

Shades of #9E7EBE

#9E7EBE
(158,126,190)
#9073AD
(144,115,173)
#82689C
(130,104,156)
#745D8B
(116,93,139)
#66527A
(102,82,122)
#584769
(88,71,105)
#4A3C58
(74,60,88)
#3C3147
(60,49,71)
#2E2636
(46,38,54)
#201B25
(32,27,37)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #9E7EBE

#9E7EBE
(158,126,190)
#A689C3
(166,137,195)
#AE94C8
(174,148,200)
#B69FCD
(182,159,205)
#BEAAD2
(190,170,210)
#C6B5D7
(198,181,215)
#CEC0DC
(206,192,220)
#D6CBE1
(214,203,225)
#DED6E6
(222,214,230)
#E6E1EB
(230,225,235)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7EBE color. Also use rgb(158,126,190) instead hex code.

Text Font Color

.myTextColor { color: #9E7EBE; }

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

This text font color is #9E7EBE.


Background Color

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

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

This div background color is #9E7EBE.


Border color

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

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

This div border color is #9E7EBE.


Opacity

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

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

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

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

This text has shadow with #9E7EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7EBE on black background.


Color preview on white background

This text has color #9E7EBE on white background.



Black color preview on #9E7EBE background

This text has black color on #9E7EBE background.


White color preview on #9E7EBE background

This text has white color on #9E7EBE background.