COLOR #9C7C8B

HEX: #9C7C8B RGB: (156,124,139)

Color info

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

RGB color model

#9C7C8B color RGB value is (156,124,139).

RGB: (156,124,139) (61%, 49%, 55%)

RGB channels and saturation

R 156 of 255 = 61%
G 124 of 255 = 49%
B 139 of 255 = 55%

156
124
139

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

Portions of RGB colors in percentages

R + G + B = 156 + 124 + 139 = 419 (100%)
R 156 of 419 ~ 37.23%
G 124 of 419 ~ 29.59%
B 139 of 419 ~ 33.17'%

%37.23
%29.59
%33.17

CMYK color model

#9C7C8B color CMYK value is (0,21,11,39).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 10.90%
  • key color value is 38.82%

CMYK: (0,21,11,39)
C0M21Y11K39 (0%, 21%, 11%, 39%)
(0.00 / 0.21 / 0.11 / 0.39)

CMYK percentages

%0
%20.51
%10.9
%38.82

Codes

Color #9C7C8B in popluar color models

9C 7C 8B
RGB 156 124 139
HSL 332° 13.91% 54.90%
HSB/HSV 332° 20.51% 61.18%
CMYK 0.00% 20.51% 10.90%
38.82%

Color #9C7C8B in popluar number systems.

HEX 9C 7C 8B
Decimal 156 124 139
Binary 10011100 1111100 10001011
Octal 234 174 213

Shades and tints

Shades of #9C7C8B

#9C7C8B
(156,124,139)
#8E717F
(142,113,127)
#806673
(128,102,115)
#725B67
(114,91,103)
#64505B
(100,80,91)
#56454F
(86,69,79)
#483A43
(72,58,67)
#3A2F37
(58,47,55)
#2C242B
(44,36,43)
#1E191F
(30,25,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #9C7C8B

#9C7C8B
(156,124,139)
#A58795
(165,135,149)
#AE929F
(174,146,159)
#B79DA9
(183,157,169)
#C0A8B3
(192,168,179)
#C9B3BD
(201,179,189)
#D2BEC7
(210,190,199)
#DBC9D1
(219,201,209)
#E4D4DB
(228,212,219)
#EDDFE5
(237,223,229)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7C8B color. Also use rgb(156,124,139) instead hex code.

Text Font Color

.myTextColor { color: #9C7C8B; }

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

This text font color is #9C7C8B.

Background Color

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

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

This div background color is #9C7C8B.

Border color

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

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

This div border color is #9C7C8B.

Opacity

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

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

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

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

This text has shadow with #9C7C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7C8B.

Preview

Color preview on black background

This text has color #9C7C8B on black background.


Color preview on white background

This text has color #9C7C8B on white background.


Black color preview on #9C7C8B background

This text has black color on #9C7C8B background.


White color preview on #9C7C8B background

This text has white color on #9C7C8B background.


Related colors

Complementary color

Complementary color for #hex is #638374.


I love getcolorcode.com

Triadic colors

1 #8B9C7C and #7C8B9C with #9C7C8B are triadic colors.

2 #8B7C9C and #7C9C8B with #9C7C8B are triadic colors.