COLOR #9E7CB0

HEX: #9E7CB0
RGB: (158,124,176)

Color info

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

RGB color model

#9E7CB0 color RGB value is (158,124,176).

  • red value is 158;
  • green value is 124;
  • blue value is 176.
RGB:
(158,124,176)
(62%,49%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 124 of 255 = 49%
B 176 of 255 = 69%

158
124
176

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

Portions of RGB colors in percentages

R + G + B =
158 + 124 + 176 = 458 (100%)
R 158 of 458 ~ 34.5%
G 124 of 458 ~ 27.07%
B 176 of 458 ~ 38.43%

%34.5
%27.07
%38.43

CMYK color model

#9E7CB0 color CMYK value is (10,30,0,31).

  • cyan value is 10.23%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(10,30,0,31)
C10M30Y0K31 
(10%,30%,0%,31%)
(0.10/0.30/0.00/0.31)	

CMYK percentages

%10.23
%29.55
%0
%30.98

Codes

Color #9E7CB0 in popluar color models

9E7CB0
RGB158124176
HSL279°24.76%58.82%
HSB/HSV279°29.55%69.02%
CMYK10.23%29.55%0.00%
30.98%

Color #9E7CB0 in popluar number systems.

HEX9E7CB0
Decimal158124176
Binary10011110111110010110000
Octal236174260

Shades and tints

Shades of #9E7CB0

#9E7CB0
(158,124,176)
#9071A0
(144,113,160)
#826690
(130,102,144)
#745B80
(116,91,128)
#665070
(102,80,112)
#584560
(88,69,96)
#4A3A50
(74,58,80)
#3C2F40
(60,47,64)
#2E2430
(46,36,48)
#201920
(32,25,32)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #9E7CB0

#9E7CB0
(158,124,176)
#A687B7
(166,135,183)
#AE92BE
(174,146,190)
#B69DC5
(182,157,197)
#BEA8CC
(190,168,204)
#C6B3D3
(198,179,211)
#CEBEDA
(206,190,218)
#D6C9E1
(214,201,225)
#DED4E8
(222,212,232)
#E6DFEF
(230,223,239)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7CB0 color. Also use rgb(158,124,176) instead hex code.

Text Font Color

.myTextColor { color: #9E7CB0; }

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

This text font color is #9E7CB0.


Background Color

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

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

This div background color is #9E7CB0.


Border color

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

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

This div border color is #9E7CB0.


Opacity

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

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

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

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

This text has shadow with #9E7CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7CB0 on black background.


Color preview on white background

This text has color #9E7CB0 on white background.



Black color preview on #9E7CB0 background

This text has black color on #9E7CB0 background.


White color preview on #9E7CB0 background

This text has white color on #9E7CB0 background.