COLOR #9E7BBB

HEX: #9E7BBB
RGB: (158,123,187)

Color info

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

RGB color model

#9E7BBB color RGB value is (158,123,187).

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

RGB channels and saturation

R 158 of 255 = 62%
G 123 of 255 = 48%
B 187 of 255 = 73%

158
123
187

R + G + B ~ 61%. #9E7BBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 123 + 187 = 468 (100%)
R 158 of 468 ~ 33.76%
G 123 of 468 ~ 26.28%
B 187 of 468 ~ 39.96%

%33.76
%26.28
%39.96

CMYK color model

#9E7BBB color CMYK value is (16,34,0,27).

  • cyan value is 15.51%
  • magenta value is 34.22%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(16,34,0,27)
C16M34Y0K27 
(16%,34%,0%,27%)
(0.16/0.34/0.00/0.27)	

CMYK percentages

%15.51
%34.22
%0
%26.67

Codes

Color #9E7BBB in popluar color models

9E7BBB
RGB158123187
HSL273°32.00%60.78%
HSB/HSV273°34.22%73.33%
CMYK15.51%34.22%0.00%
26.67%

Color #9E7BBB in popluar number systems.

HEX9E7BBB
Decimal158123187
Binary10011110111101110111011
Octal236173273

Shades and tints

Shades of #9E7BBB

#9E7BBB
(158,123,187)
#9070AA
(144,112,170)
#826599
(130,101,153)
#745A88
(116,90,136)
#664F77
(102,79,119)
#584466
(88,68,102)
#4A3955
(74,57,85)
#3C2E44
(60,46,68)
#2E2333
(46,35,51)
#201822
(32,24,34)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #9E7BBB

#9E7BBB
(158,123,187)
#A687C1
(166,135,193)
#AE93C7
(174,147,199)
#B69FCD
(182,159,205)
#BEABD3
(190,171,211)
#C6B7D9
(198,183,217)
#CEC3DF
(206,195,223)
#D6CFE5
(214,207,229)
#DEDBEB
(222,219,235)
#E6E7F1
(230,231,241)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7BBB; }

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

This text font color is #9E7BBB.


Background Color

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

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

This div background color is #9E7BBB.


Border color

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

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

This div border color is #9E7BBB.


Opacity

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

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

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

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

This text has shadow with #9E7BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7BBB on black background.


Color preview on white background

This text has color #9E7BBB on white background.



Black color preview on #9E7BBB background

This text has black color on #9E7BBB background.


White color preview on #9E7BBB background

This text has white color on #9E7BBB background.