COLOR #9E7DBB

HEX: #9E7DBB
RGB: (158,125,187)

Color info

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

RGB color model

#9E7DBB color RGB value is (158,125,187).

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

RGB channels and saturation

R 158 of 255 = 62%
G 125 of 255 = 49%
B 187 of 255 = 73%

158
125
187

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

Portions of RGB colors in percentages

R + G + B =
158 + 125 + 187 = 470 (100%)
R 158 of 470 ~ 33.62%
G 125 of 470 ~ 26.6%
B 187 of 470 ~ 39.79%

%33.62
%26.6
%39.79

CMYK color model

#9E7DBB color CMYK value is (16,33,0,27).

  • cyan value is 15.51%
  • magenta value is 33.16%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(16,33,0,27)
C16M33Y0K27 
(16%,33%,0%,27%)
(0.16/0.33/0.00/0.27)	

CMYK percentages

%15.51
%33.16
%0
%26.67

Codes

Color #9E7DBB in popluar color models

9E7DBB
RGB158125187
HSL272°31.31%61.18%
HSB/HSV272°33.16%73.33%
CMYK15.51%33.16%0.00%
26.67%

Color #9E7DBB in popluar number systems.

HEX9E7DBB
Decimal158125187
Binary10011110111110110111011
Octal236175273

Shades and tints

Shades of #9E7DBB

#9E7DBB
(158,125,187)
#9072AA
(144,114,170)
#826799
(130,103,153)
#745C88
(116,92,136)
#665177
(102,81,119)
#584666
(88,70,102)
#4A3B55
(74,59,85)
#3C3044
(60,48,68)
#2E2533
(46,37,51)
#201A22
(32,26,34)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #9E7DBB

#9E7DBB
(158,125,187)
#A688C1
(166,136,193)
#AE93C7
(174,147,199)
#B69ECD
(182,158,205)
#BEA9D3
(190,169,211)
#C6B4D9
(198,180,217)
#CEBFDF
(206,191,223)
#D6CAE5
(214,202,229)
#DED5EB
(222,213,235)
#E6E0F1
(230,224,241)
#EEEBF7
(238,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7DBB; }

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

This text font color is #9E7DBB.


Background Color

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

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

This div background color is #9E7DBB.


Border color

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

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

This div border color is #9E7DBB.


Opacity

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

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

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

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

This text has shadow with #9E7DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7DBB on black background.


Color preview on white background

This text has color #9E7DBB on white background.



Black color preview on #9E7DBB background

This text has black color on #9E7DBB background.


White color preview on #9E7DBB background

This text has white color on #9E7DBB background.