COLOR #9C809B

HEX: #9C809B
RGB: (156,128,155)

Color info

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

RGB color model

#9C809B color RGB value is (156,128,155).

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

RGB channels and saturation

R 156 of 255 = 61%
G 128 of 255 = 50%
B 155 of 255 = 61%

156
128
155

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

Portions of RGB colors in percentages

R + G + B =
156 + 128 + 155 = 439 (100%)
R 156 of 439 ~ 35.54%
G 128 of 439 ~ 29.16%
B 155 of 439 ~ 35.31%

%35.54
%29.16
%35.31

CMYK color model

#9C809B color CMYK value is (0,18,1,39).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 0.64%
  • key color value is 38.82%
CMYK:
(0,18,1,39)
C0M18Y1K39 
(0%,18%,1%,39%)
(0.00/0.18/0.01/0.39)	

CMYK percentages

%0
%17.95
%0.64
%38.82

Codes

Color #9C809B in popluar color models

9C809B
RGB156128155
HSL302°12.39%55.69%
HSB/HSV302°17.95%61.18%
CMYK0.00%17.95%0.64%
38.82%

Color #9C809B in popluar number systems.

HEX9C809B
Decimal156128155
Binary100111001000000010011011
Octal234200233

Shades and tints

Shades of #9C809B

#9C809B
(156,128,155)
#8E758D
(142,117,141)
#806A7F
(128,106,127)
#725F71
(114,95,113)
#645463
(100,84,99)
#564955
(86,73,85)
#483E47
(72,62,71)
#3A3339
(58,51,57)
#2C282B
(44,40,43)
#1E1D1D
(30,29,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #9C809B

#9C809B
(156,128,155)
#A58BA4
(165,139,164)
#AE96AD
(174,150,173)
#B7A1B6
(183,161,182)
#C0ACBF
(192,172,191)
#C9B7C8
(201,183,200)
#D2C2D1
(210,194,209)
#DBCDDA
(219,205,218)
#E4D8E3
(228,216,227)
#EDE3EC
(237,227,236)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C809B; }

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

This text font color is #9C809B.


Background Color

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

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

This div background color is #9C809B.


Border color

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

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

This div border color is #9C809B.


Opacity

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

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

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

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

This text has shadow with #9C809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C809B on black background.


Color preview on white background

This text has color #9C809B on white background.



Black color preview on #9C809B background

This text has black color on #9C809B background.


White color preview on #9C809B background

This text has white color on #9C809B background.