COLOR #9C6B8F

HEX: #9C6B8F RGB: (156,107,143)

Color info

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

RGB color model

#9C6B8F color RGB value is (156,107,143).

RGB: (156,107,143) (61%, 42%, 56%)

RGB channels and saturation

R 156 of 255 = 61%
G 107 of 255 = 42%
B 143 of 255 = 56%

156
107
143

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

Portions of RGB colors in percentages

R + G + B = 156 + 107 + 143 = 406 (100%)
R 156 of 406 ~ 38.42%
G 107 of 406 ~ 26.35%
B 143 of 406 ~ 35.22'%

%38.42
%26.35
%35.22

CMYK color model

#9C6B8F color CMYK value is (0,31,8,39).

  • cyan value is 0.00%
  • magenta value is 31.41%
  • yellow value is 8.33%
  • key color value is 38.82%

CMYK: (0,31,8,39)
C0M31Y8K39 (0%, 31%, 8%, 39%)
(0.00 / 0.31 / 0.08 / 0.39)

CMYK percentages

%0
%31.41
%8.33
%38.82

Codes

Color #9C6B8F in popluar color models

9C 6B 8F
RGB 156 107 143
HSL 316° 19.84% 51.57%
HSB/HSV 316° 31.41% 61.18%
CMYK 0.00% 31.41% 8.33%
38.82%

Color #9C6B8F in popluar number systems.

HEX 9C 6B 8F
Decimal 156 107 143
Binary 10011100 1101011 10001111
Octal 234 153 217

Shades and tints

Shades of #9C6B8F

#9C6B8F
(156,107,143)
#8E6282
(142,98,130)
#805975
(128,89,117)
#725068
(114,80,104)
#64475B
(100,71,91)
#563E4E
(86,62,78)
#483541
(72,53,65)
#3A2C34
(58,44,52)
#2C2327
(44,35,39)
#1E1A1A
(30,26,26)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #9C6B8F

#9C6B8F
(156,107,143)
#A57899
(165,120,153)
#AE85A3
(174,133,163)
#B792AD
(183,146,173)
#C09FB7
(192,159,183)
#C9ACC1
(201,172,193)
#D2B9CB
(210,185,203)
#DBC6D5
(219,198,213)
#E4D3DF
(228,211,223)
#EDE0E9
(237,224,233)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6B8F color. Also use rgb(156,107,143) instead hex code.

Text Font Color

.myTextColor { color: #9C6B8F; }

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

This text font color is #9C6B8F.

Background Color

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

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

This div background color is #9C6B8F.

Border color

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

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

This div border color is #9C6B8F.

Opacity

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

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

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

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

This text has shadow with #9C6B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6B8F.

Preview

Color preview on black background

This text has color #9C6B8F on black background.


Color preview on white background

This text has color #9C6B8F on white background.


Black color preview on #9C6B8F background

This text has black color on #9C6B8F background.


White color preview on #9C6B8F background

This text has white color on #9C6B8F background.


Related colors

Complementary color

Complementary color for #hex is #639470.


I love getcolorcode.com

Triadic colors

1 #8F9C6B and #6B8F9C with #9C6B8F are triadic colors.

2 #8F6B9C and #6B9C8F with #9C6B8F are triadic colors.