COLOR #9C6C7B

HEX: #9C6C7B
RGB: (156,108,123)

Color info

#9C6C7B contains red, green and blue colors in about the same proportion. Web safe color of #9C6C7B is #996666 (or #966).

RGB color model

#9C6C7B color RGB value is (156,108,123).

  • red value is 156;
  • green value is 108;
  • blue value is 123.
RGB:
(156,108,123)
(61%,42%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 108 of 255 = 42%
B 123 of 255 = 48%

156
108
123

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

Portions of RGB colors in percentages

R + G + B =
156 + 108 + 123 = 387 (100%)
R 156 of 387 ~ 40.31%
G 108 of 387 ~ 27.91%
B 123 of 387 ~ 31.78%

%40.31
%27.91
%31.78

CMYK color model

#9C6C7B color CMYK value is (0,31,21,39).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 21.15%
  • key color value is 38.82%
CMYK:
(0,31,21,39)
C0M31Y21K39 
(0%,31%,21%,39%)
(0.00/0.31/0.21/0.39)	

CMYK percentages

%0
%30.77
%21.15
%38.82

Codes

Color #9C6C7B in popluar color models

9C6C7B
RGB156108123
HSL341°19.51%51.76%
HSB/HSV341°30.77%61.18%
CMYK0.00%30.77%21.15%
38.82%

Color #9C6C7B in popluar number systems.

HEX9C6C7B
Decimal156108123
Binary1001110011011001111011
Octal234154173

Shades and tints

Shades of #9C6C7B

#9C6C7B
(156,108,123)
#8E6370
(142,99,112)
#805A65
(128,90,101)
#72515A
(114,81,90)
#64484F
(100,72,79)
#563F44
(86,63,68)
#483639
(72,54,57)
#3A2D2E
(58,45,46)
#2C2423
(44,36,35)
#1E1B18
(30,27,24)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #9C6C7B

#9C6C7B
(156,108,123)
#A57987
(165,121,135)
#AE8693
(174,134,147)
#B7939F
(183,147,159)
#C0A0AB
(192,160,171)
#C9ADB7
(201,173,183)
#D2BAC3
(210,186,195)
#DBC7CF
(219,199,207)
#E4D4DB
(228,212,219)
#EDE1E7
(237,225,231)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6C7B color. Also use rgb(156,108,123) instead hex code.

Text Font Color

.myTextColor { color: #9C6C7B; }

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

This text font color is #9C6C7B.


Background Color

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

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

This div background color is #9C6C7B.


Border color

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

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

This div border color is #9C6C7B.


Opacity

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

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

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

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

This text has shadow with #9C6C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6C7B on black background.


Color preview on white background

This text has color #9C6C7B on white background.



Black color preview on #9C6C7B background

This text has black color on #9C6C7B background.


White color preview on #9C6C7B background

This text has white color on #9C6C7B background.