COLOR #9C7CBA

HEX: #9C7CBA
RGB: (156,124,186)

Color info

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

RGB color model

#9C7CBA color RGB value is (156,124,186).

  • red value is 156;
  • green value is 124;
  • blue value is 186.
RGB:
(156,124,186)
(61%,49%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 124 of 255 = 49%
B 186 of 255 = 73%

156
124
186

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

Portions of RGB colors in percentages

R + G + B =
156 + 124 + 186 = 466 (100%)
R 156 of 466 ~ 33.48%
G 124 of 466 ~ 26.61%
B 186 of 466 ~ 39.91%

%33.48
%26.61
%39.91

CMYK color model

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

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

CMYK percentages

%16.13
%33.33
%0
%27.06

Codes

Color #9C7CBA in popluar color models

9C7CBA
RGB156124186
HSL271°31.00%60.78%
HSB/HSV271°33.33%72.94%
CMYK16.13%33.33%0.00%
27.06%

Color #9C7CBA in popluar number systems.

HEX9C7CBA
Decimal156124186
Binary10011100111110010111010
Octal234174272

Shades and tints

Shades of #9C7CBA

#9C7CBA
(156,124,186)
#8E71AA
(142,113,170)
#80669A
(128,102,154)
#725B8A
(114,91,138)
#64507A
(100,80,122)
#56456A
(86,69,106)
#483A5A
(72,58,90)
#3A2F4A
(58,47,74)
#2C243A
(44,36,58)
#1E192A
(30,25,42)
#100E1A
(16,14,26)
#000000
(0,0,0)

Tints of #9C7CBA

#9C7CBA
(156,124,186)
#A587C0
(165,135,192)
#AE92C6
(174,146,198)
#B79DCC
(183,157,204)
#C0A8D2
(192,168,210)
#C9B3D8
(201,179,216)
#D2BEDE
(210,190,222)
#DBC9E4
(219,201,228)
#E4D4EA
(228,212,234)
#EDDFF0
(237,223,240)
#F6EAF6
(246,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7CBA color. Also use rgb(156,124,186) instead hex code.

Text Font Color

.myTextColor { color: #9C7CBA; }

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

This text font color is #9C7CBA.


Background Color

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

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

This div background color is #9C7CBA.


Border color

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

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

This div border color is #9C7CBA.


Opacity

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

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

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

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

This text has shadow with #9C7CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7CBA on black background.


Color preview on white background

This text has color #9C7CBA on white background.



Black color preview on #9C7CBA background

This text has black color on #9C7CBA background.


White color preview on #9C7CBA background

This text has white color on #9C7CBA background.