COLOR #9C6F7B

HEX: #9C6F7B RGB: (156,111,123)

Color info

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

RGB color model

#9C6F7B color RGB value is (156,111,123).

RGB: (156,111,123) (61%, 44%, 48%)

RGB channels and saturation

R 156 of 255 = 61%
G 111 of 255 = 44%
B 123 of 255 = 48%

156
111
123

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

Portions of RGB colors in percentages

R + G + B = 156 + 111 + 123 = 390 (100%)
R 156 of 390 ~ 40%
G 111 of 390 ~ 28.46%
B 123 of 390 ~ 31.54'%

%40
%28.46
%31.54

CMYK color model

#9C6F7B color CMYK value is (0,29,21,39).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 21.15%
  • key color value is 38.82%

CMYK: (0,29,21,39)
C0M29Y21K39 (0%, 29%, 21%, 39%)
(0.00 / 0.29 / 0.21 / 0.39)

CMYK percentages

%0
%28.85
%21.15
%38.82

Codes

Color #9C6F7B in popluar color models

9C 6F 7B
RGB 156 111 123
HSL 344° 18.52% 52.35%
HSB/HSV 344° 28.85% 61.18%
CMYK 0.00% 28.85% 21.15%
38.82%

Color #9C6F7B in popluar number systems.

HEX 9C 6F 7B
Decimal 156 111 123
Binary 10011100 1101111 1111011
Octal 234 157 173

Shades and tints

Shades of #9C6F7B

#9C6F7B
(156,111,123)
#8E6570
(142,101,112)
#805B65
(128,91,101)
#72515A
(114,81,90)
#64474F
(100,71,79)
#563D44
(86,61,68)
#483339
(72,51,57)
#3A292E
(58,41,46)
#2C1F23
(44,31,35)
#1E1518
(30,21,24)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #9C6F7B

#9C6F7B
(156,111,123)
#A57C87
(165,124,135)
#AE8993
(174,137,147)
#B7969F
(183,150,159)
#C0A3AB
(192,163,171)
#C9B0B7
(201,176,183)
#D2BDC3
(210,189,195)
#DBCACF
(219,202,207)
#E4D7DB
(228,215,219)
#EDE4E7
(237,228,231)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6F7B; }

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

This text font color is #9C6F7B.

Background Color

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

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

This div background color is #9C6F7B.

Border color

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

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

This div border color is #9C6F7B.

Opacity

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

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

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

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

This text has shadow with #9C6F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6F7B.

Preview

Color preview on black background

This text has color #9C6F7B on black background.


Color preview on white background

This text has color #9C6F7B on white background.


Black color preview on #9C6F7B background

This text has black color on #9C6F7B background.


White color preview on #9C6F7B background

This text has white color on #9C6F7B background.


Related colors

Complementary color

Complementary color for #hex is #639084.


I love getcolorcode.com

Triadic colors

1 #7B9C6F and #6F7B9C with #9C6F7B are triadic colors.

2 #7B6F9C and #6F9C7B with #9C6F7B are triadic colors.