COLOR #9C6E87

HEX: #9C6E87
RGB: (156,110,135)

Color info

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

RGB color model

#9C6E87 color RGB value is (156,110,135).

  • red value is 156;
  • green value is 110;
  • blue value is 135.
RGB:
(156,110,135)
(61%,43%,53%)

RGB channels and saturation

R 156 of 255 = 61%
G 110 of 255 = 43%
B 135 of 255 = 53%

156
110
135

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

Portions of RGB colors in percentages

R + G + B =
156 + 110 + 135 = 401 (100%)
R 156 of 401 ~ 38.9%
G 110 of 401 ~ 27.43%
B 135 of 401 ~ 33.67%

%38.9
%27.43
%33.67

CMYK color model

#9C6E87 color CMYK value is (0,29,13,39).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(0,29,13,39)
C0M29Y13K39 
(0%,29%,13%,39%)
(0.00/0.29/0.13/0.39)	

CMYK percentages

%0
%29.49
%13.46
%38.82

Codes

Color #9C6E87 in popluar color models

9C6E87
RGB156110135
HSL327°18.85%52.16%
HSB/HSV327°29.49%61.18%
CMYK0.00%29.49%13.46%
38.82%

Color #9C6E87 in popluar number systems.

HEX9C6E87
Decimal156110135
Binary10011100110111010000111
Octal234156207

Shades and tints

Shades of #9C6E87

#9C6E87
(156,110,135)
#8E647B
(142,100,123)
#805A6F
(128,90,111)
#725063
(114,80,99)
#644657
(100,70,87)
#563C4B
(86,60,75)
#48323F
(72,50,63)
#3A2833
(58,40,51)
#2C1E27
(44,30,39)
#1E141B
(30,20,27)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #9C6E87

#9C6E87
(156,110,135)
#A57B91
(165,123,145)
#AE889B
(174,136,155)
#B795A5
(183,149,165)
#C0A2AF
(192,162,175)
#C9AFB9
(201,175,185)
#D2BCC3
(210,188,195)
#DBC9CD
(219,201,205)
#E4D6D7
(228,214,215)
#EDE3E1
(237,227,225)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6E87 color. Also use rgb(156,110,135) instead hex code.

Text Font Color

.myTextColor { color: #9C6E87; }

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

This text font color is #9C6E87.


Background Color

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

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

This div background color is #9C6E87.


Border color

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

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

This div border color is #9C6E87.


Opacity

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

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

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

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

This text has shadow with #9C6E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6E87 on black background.


Color preview on white background

This text has color #9C6E87 on white background.



Black color preview on #9C6E87 background

This text has black color on #9C6E87 background.


White color preview on #9C6E87 background

This text has white color on #9C6E87 background.