COLOR #9C5670

HEX: #9C5670
RGB: (156,86,112)

Color info

#9C5670 contains mainly red and blue colors. Web safe color of #9C5670 is #996666 (or #966).

RGB color model

#9C5670 color RGB value is (156,86,112).

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

RGB channels and saturation

R 156 of 255 = 61%
G 86 of 255 = 34%
B 112 of 255 = 44%

156
86
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 86 + 112 = 354 (100%)
R 156 of 354 ~ 44.07%
G 86 of 354 ~ 24.29%
B 112 of 354 ~ 31.64%

%44.07
%24.29
%31.64

CMYK color model

#9C5670 color CMYK value is (0,45,28,39).

  • cyan value is 0.00%
  • magenta value is 44.87%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(0,45,28,39)
C0M45Y28K39 
(0%,45%,28%,39%)
(0.00/0.45/0.28/0.39)	

CMYK percentages

%0
%44.87
%28.21
%38.82

Codes

Color #9C5670 in popluar color models

9C5670
RGB15686112
HSL338°28.93%47.45%
HSB/HSV338°44.87%61.18%
CMYK0.00%44.87%28.21%
38.82%

Color #9C5670 in popluar number systems.

HEX9C5670
Decimal15686112
Binary1001110010101101110000
Octal234126160

Shades and tints

Shades of #9C5670

#9C5670
(156,86,112)
#8E4F66
(142,79,102)
#80485C
(128,72,92)
#724152
(114,65,82)
#643A48
(100,58,72)
#56333E
(86,51,62)
#482C34
(72,44,52)
#3A252A
(58,37,42)
#2C1E20
(44,30,32)
#1E1716
(30,23,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #9C5670

#9C5670
(156,86,112)
#A5657D
(165,101,125)
#AE748A
(174,116,138)
#B78397
(183,131,151)
#C092A4
(192,146,164)
#C9A1B1
(201,161,177)
#D2B0BE
(210,176,190)
#DBBFCB
(219,191,203)
#E4CED8
(228,206,216)
#EDDDE5
(237,221,229)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5670; }

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

This text font color is #9C5670.


Background Color

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

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

This div background color is #9C5670.


Border color

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

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

This div border color is #9C5670.


Opacity

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

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

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

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

This text has shadow with #9C5670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5670 on black background.


Color preview on white background

This text has color #9C5670 on white background.



Black color preview on #9C5670 background

This text has black color on #9C5670 background.


White color preview on #9C5670 background

This text has white color on #9C5670 background.