COLOR #9C717B

HEX: #9C717B RGB: (156,113,123)

Color info

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

RGB color model

#9C717B color RGB value is (156,113,123).

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

RGB channels and saturation

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

156
113
123

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

Portions of RGB colors in percentages

R + G + B = 156 + 113 + 123 = 392 (100%)
R 156 of 392 ~ 39.8%
G 113 of 392 ~ 28.83%
B 123 of 392 ~ 31.38'%

%39.8
%28.83
%31.38

CMYK color model

#9C717B color CMYK value is (0,28,21,39).

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

CMYK: (0,28,21,39)
C0M28Y21K39 (0%, 28%, 21%, 39%)
(0.00 / 0.28 / 0.21 / 0.39)

CMYK percentages

%0
%27.56
%21.15
%38.82

Codes

Color #9C717B in popluar color models

9C 71 7B
RGB 156 113 123
HSL 346° 17.84% 52.75%
HSB/HSV 346° 27.56% 61.18%
CMYK 0.00% 27.56% 21.15%
38.82%

Color #9C717B in popluar number systems.

HEX 9C 71 7B
Decimal 156 113 123
Binary 10011100 1110001 1111011
Octal 234 161 173

Shades and tints

Shades of #9C717B

#9C717B
(156,113,123)
#8E6770
(142,103,112)
#805D65
(128,93,101)
#72535A
(114,83,90)
#64494F
(100,73,79)
#563F44
(86,63,68)
#483539
(72,53,57)
#3A2B2E
(58,43,46)
#2C2123
(44,33,35)
#1E1718
(30,23,24)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #9C717B

#9C717B
(156,113,123)
#A57D87
(165,125,135)
#AE8993
(174,137,147)
#B7959F
(183,149,159)
#C0A1AB
(192,161,171)
#C9ADB7
(201,173,183)
#D2B9C3
(210,185,195)
#DBC5CF
(219,197,207)
#E4D1DB
(228,209,219)
#EDDDE7
(237,221,231)
#F6E9F3
(246,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C717B; }

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

This text font color is #9C717B.

Background Color

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

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

This div background color is #9C717B.

Border color

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

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

This div border color is #9C717B.

Opacity

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

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

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

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

This text has shadow with #9C717B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C717B.

Preview

Color preview on black background

This text has color #9C717B on black background.


Color preview on white background

This text has color #9C717B on white background.


Black color preview on #9C717B background

This text has black color on #9C717B background.


White color preview on #9C717B background

This text has white color on #9C717B background.


Related colors

Complementary color

Complementary color for #hex is #638E84.


I love getcolorcode.com

Triadic colors

1 #7B9C71 and #717B9C with #9C717B are triadic colors.

2 #7B719C and #719C7B with #9C717B are triadic colors.