COLOR #9C7FBD

HEX: #9C7FBD
RGB: (156,127,189)

Color info

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

RGB color model

#9C7FBD color RGB value is (156,127,189).

  • red value is 156;
  • green value is 127;
  • blue value is 189.
RGB:
(156,127,189)
(61%,50%,74%)

RGB channels and saturation

R 156 of 255 = 61%
G 127 of 255 = 50%
B 189 of 255 = 74%

156
127
189

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

Portions of RGB colors in percentages

R + G + B =
156 + 127 + 189 = 472 (100%)
R 156 of 472 ~ 33.05%
G 127 of 472 ~ 26.91%
B 189 of 472 ~ 40.04%

%33.05
%26.91
%40.04

CMYK color model

#9C7FBD color CMYK value is (17,33,0,26).

  • cyan value is 17.46%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(17,33,0,26)
C17M33Y0K26 
(17%,33%,0%,26%)
(0.17/0.33/0.00/0.26)	

CMYK percentages

%17.46
%32.8
%0
%25.88

Codes

Color #9C7FBD in popluar color models

9C7FBD
RGB156127189
HSL268°31.96%61.96%
HSB/HSV268°32.80%74.12%
CMYK17.46%32.80%0.00%
25.88%

Color #9C7FBD in popluar number systems.

HEX9C7FBD
Decimal156127189
Binary10011100111111110111101
Octal234177275

Shades and tints

Shades of #9C7FBD

#9C7FBD
(156,127,189)
#8E74AC
(142,116,172)
#80699B
(128,105,155)
#725E8A
(114,94,138)
#645379
(100,83,121)
#564868
(86,72,104)
#483D57
(72,61,87)
#3A3246
(58,50,70)
#2C2735
(44,39,53)
#1E1C24
(30,28,36)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #9C7FBD

#9C7FBD
(156,127,189)
#A58AC3
(165,138,195)
#AE95C9
(174,149,201)
#B7A0CF
(183,160,207)
#C0ABD5
(192,171,213)
#C9B6DB
(201,182,219)
#D2C1E1
(210,193,225)
#DBCCE7
(219,204,231)
#E4D7ED
(228,215,237)
#EDE2F3
(237,226,243)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7FBD color. Also use rgb(156,127,189) instead hex code.

Text Font Color

.myTextColor { color: #9C7FBD; }

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

This text font color is #9C7FBD.


Background Color

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

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

This div background color is #9C7FBD.


Border color

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

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

This div border color is #9C7FBD.


Opacity

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

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

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

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

This text has shadow with #9C7FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7FBD on black background.


Color preview on white background

This text has color #9C7FBD on white background.



Black color preview on #9C7FBD background

This text has black color on #9C7FBD background.


White color preview on #9C7FBD background

This text has white color on #9C7FBD background.