COLOR #9C80AB

HEX: #9C80AB
RGB: (156,128,171)

Color info

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

RGB color model

#9C80AB color RGB value is (156,128,171).

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

RGB channels and saturation

R 156 of 255 = 61%
G 128 of 255 = 50%
B 171 of 255 = 67%

156
128
171

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

Portions of RGB colors in percentages

R + G + B =
156 + 128 + 171 = 455 (100%)
R 156 of 455 ~ 34.29%
G 128 of 455 ~ 28.13%
B 171 of 455 ~ 37.58%

%34.29
%28.13
%37.58

CMYK color model

#9C80AB color CMYK value is (9,25,0,33).

  • cyan value is 8.77%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(9,25,0,33)
C9M25Y0K33 
(9%,25%,0%,33%)
(0.09/0.25/0.00/0.33)	

CMYK percentages

%8.77
%25.15
%0
%32.94

Codes

Color #9C80AB in popluar color models

9C80AB
RGB156128171
HSL279°20.38%58.63%
HSB/HSV279°25.15%67.06%
CMYK8.77%25.15%0.00%
32.94%

Color #9C80AB in popluar number systems.

HEX9C80AB
Decimal156128171
Binary100111001000000010101011
Octal234200253

Shades and tints

Shades of #9C80AB

#9C80AB
(156,128,171)
#8E759C
(142,117,156)
#806A8D
(128,106,141)
#725F7E
(114,95,126)
#64546F
(100,84,111)
#564960
(86,73,96)
#483E51
(72,62,81)
#3A3342
(58,51,66)
#2C2833
(44,40,51)
#1E1D24
(30,29,36)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #9C80AB

#9C80AB
(156,128,171)
#A58BB2
(165,139,178)
#AE96B9
(174,150,185)
#B7A1C0
(183,161,192)
#C0ACC7
(192,172,199)
#C9B7CE
(201,183,206)
#D2C2D5
(210,194,213)
#DBCDDC
(219,205,220)
#E4D8E3
(228,216,227)
#EDE3EA
(237,227,234)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C80AB; }

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

This text font color is #9C80AB.


Background Color

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

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

This div background color is #9C80AB.


Border color

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

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

This div border color is #9C80AB.


Opacity

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

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

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

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

This text has shadow with #9C80AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C80AB on black background.


Color preview on white background

This text has color #9C80AB on white background.



Black color preview on #9C80AB background

This text has black color on #9C80AB background.


White color preview on #9C80AB background

This text has white color on #9C80AB background.