COLOR #9C80BD

HEX: #9C80BD
RGB: (156,128,189)

Color info

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

RGB color model

#9C80BD color RGB value is (156,128,189).

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

RGB channels and saturation

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

156
128
189

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

Portions of RGB colors in percentages

R + G + B =
156 + 128 + 189 = 473 (100%)
R 156 of 473 ~ 32.98%
G 128 of 473 ~ 27.06%
B 189 of 473 ~ 39.96%

%32.98
%27.06
%39.96

CMYK color model

#9C80BD color CMYK value is (17,32,0,26).

  • cyan value is 17.46%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(17,32,0,26)
C17M32Y0K26 
(17%,32%,0%,26%)
(0.17/0.32/0.00/0.26)	

CMYK percentages

%17.46
%32.28
%0
%25.88

Codes

Color #9C80BD in popluar color models

9C80BD
RGB156128189
HSL268°31.61%62.16%
HSB/HSV268°32.28%74.12%
CMYK17.46%32.28%0.00%
25.88%

Color #9C80BD in popluar number systems.

HEX9C80BD
Decimal156128189
Binary100111001000000010111101
Octal234200275

Shades and tints

Shades of #9C80BD

#9C80BD
(156,128,189)
#8E75AC
(142,117,172)
#806A9B
(128,106,155)
#725F8A
(114,95,138)
#645479
(100,84,121)
#564968
(86,73,104)
#483E57
(72,62,87)
#3A3346
(58,51,70)
#2C2835
(44,40,53)
#1E1D24
(30,29,36)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #9C80BD

#9C80BD
(156,128,189)
#A58BC3
(165,139,195)
#AE96C9
(174,150,201)
#B7A1CF
(183,161,207)
#C0ACD5
(192,172,213)
#C9B7DB
(201,183,219)
#D2C2E1
(210,194,225)
#DBCDE7
(219,205,231)
#E4D8ED
(228,216,237)
#EDE3F3
(237,227,243)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C80BD; }

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

This text font color is #9C80BD.


Background Color

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

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

This div background color is #9C80BD.


Border color

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

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

This div border color is #9C80BD.


Opacity

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

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

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

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

This text has shadow with #9C80BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C80BD on black background.


Color preview on white background

This text has color #9C80BD on white background.



Black color preview on #9C80BD background

This text has black color on #9C80BD background.


White color preview on #9C80BD background

This text has white color on #9C80BD background.