COLOR #9C6887

HEX: #9C6887
RGB: (156,104,135)

Color info

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

RGB color model

#9C6887 color RGB value is (156,104,135).

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

RGB channels and saturation

R 156 of 255 = 61%
G 104 of 255 = 41%
B 135 of 255 = 53%

156
104
135

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

Portions of RGB colors in percentages

R + G + B =
156 + 104 + 135 = 395 (100%)
R 156 of 395 ~ 39.49%
G 104 of 395 ~ 26.33%
B 135 of 395 ~ 34.18%

%39.49
%26.33
%34.18

CMYK color model

#9C6887 color CMYK value is (0,33,13,39).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(0,33,13,39)
C0M33Y13K39 
(0%,33%,13%,39%)
(0.00/0.33/0.13/0.39)	

CMYK percentages

%0
%33.33
%13.46
%38.82

Codes

Color #9C6887 in popluar color models

9C6887
RGB156104135
HSL324°20.80%50.98%
HSB/HSV324°33.33%61.18%
CMYK0.00%33.33%13.46%
38.82%

Color #9C6887 in popluar number systems.

HEX9C6887
Decimal156104135
Binary10011100110100010000111
Octal234150207

Shades and tints

Shades of #9C6887

#9C6887
(156,104,135)
#8E5F7B
(142,95,123)
#80566F
(128,86,111)
#724D63
(114,77,99)
#644457
(100,68,87)
#563B4B
(86,59,75)
#48323F
(72,50,63)
#3A2933
(58,41,51)
#2C2027
(44,32,39)
#1E171B
(30,23,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #9C6887

#9C6887
(156,104,135)
#A57591
(165,117,145)
#AE829B
(174,130,155)
#B78FA5
(183,143,165)
#C09CAF
(192,156,175)
#C9A9B9
(201,169,185)
#D2B6C3
(210,182,195)
#DBC3CD
(219,195,205)
#E4D0D7
(228,208,215)
#EDDDE1
(237,221,225)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6887; }

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

This text font color is #9C6887.


Background Color

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

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

This div background color is #9C6887.


Border color

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

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

This div border color is #9C6887.


Opacity

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

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

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

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

This text has shadow with #9C6887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6887 on black background.


Color preview on white background

This text has color #9C6887 on white background.



Black color preview on #9C6887 background

This text has black color on #9C6887 background.


White color preview on #9C6887 background

This text has white color on #9C6887 background.