COLOR #9C6770

HEX: #9C6770
RGB: (156,103,112)

Color info

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

RGB color model

#9C6770 color RGB value is (156,103,112).

  • red value is 156;
  • green value is 103;
  • blue value is 112.
RGB:
(156,103,112)
(61%,40%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 103 of 255 = 40%
B 112 of 255 = 44%

156
103
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 103 + 112 = 371 (100%)
R 156 of 371 ~ 42.05%
G 103 of 371 ~ 27.76%
B 112 of 371 ~ 30.19%

%42.05
%27.76
%30.19

CMYK color model

#9C6770 color CMYK value is (0,34,28,39).

  • cyan value is 0.00%
  • magenta value is 33.97%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(0,34,28,39)
C0M34Y28K39 
(0%,34%,28%,39%)
(0.00/0.34/0.28/0.39)	

CMYK percentages

%0
%33.97
%28.21
%38.82

Codes

Color #9C6770 in popluar color models

9C6770
RGB156103112
HSL350°21.12%50.78%
HSB/HSV350°33.97%61.18%
CMYK0.00%33.97%28.21%
38.82%

Color #9C6770 in popluar number systems.

HEX9C6770
Decimal156103112
Binary1001110011001111110000
Octal234147160

Shades and tints

Shades of #9C6770

#9C6770
(156,103,112)
#8E5E66
(142,94,102)
#80555C
(128,85,92)
#724C52
(114,76,82)
#644348
(100,67,72)
#563A3E
(86,58,62)
#483134
(72,49,52)
#3A282A
(58,40,42)
#2C1F20
(44,31,32)
#1E1616
(30,22,22)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #9C6770

#9C6770
(156,103,112)
#A5747D
(165,116,125)
#AE818A
(174,129,138)
#B78E97
(183,142,151)
#C09BA4
(192,155,164)
#C9A8B1
(201,168,177)
#D2B5BE
(210,181,190)
#DBC2CB
(219,194,203)
#E4CFD8
(228,207,216)
#EDDCE5
(237,220,229)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6770 color. Also use rgb(156,103,112) instead hex code.

Text Font Color

.myTextColor { color: #9C6770; }

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

This text font color is #9C6770.


Background Color

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

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

This div background color is #9C6770.


Border color

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

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

This div border color is #9C6770.


Opacity

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

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

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

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

This text has shadow with #9C6770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6770 on black background.


Color preview on white background

This text has color #9C6770 on white background.



Black color preview on #9C6770 background

This text has black color on #9C6770 background.


White color preview on #9C6770 background

This text has white color on #9C6770 background.