COLOR #9C6888

HEX: #9C6888
RGB: (156,104,136)

Color info

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

RGB color model

#9C6888 color RGB value is (156,104,136).

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

RGB channels and saturation

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

156
104
136

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

Portions of RGB colors in percentages

R + G + B =
156 + 104 + 136 = 396 (100%)
R 156 of 396 ~ 39.39%
G 104 of 396 ~ 26.26%
B 136 of 396 ~ 34.34%

%39.39
%26.26
%34.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 12.82%
  • 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
%12.82
%38.82

Codes

Color #9C6888 in popluar color models

9C6888
RGB156104136
HSL323°20.80%50.98%
HSB/HSV323°33.33%61.18%
CMYK0.00%33.33%12.82%
38.82%

Color #9C6888 in popluar number systems.

HEX9C6888
Decimal156104136
Binary10011100110100010001000
Octal234150210

Shades and tints

Shades of #9C6888

#9C6888
(156,104,136)
#8E5F7C
(142,95,124)
#805670
(128,86,112)
#724D64
(114,77,100)
#644458
(100,68,88)
#563B4C
(86,59,76)
#483240
(72,50,64)
#3A2934
(58,41,52)
#2C2028
(44,32,40)
#1E171C
(30,23,28)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #9C6888

#9C6888
(156,104,136)
#A57592
(165,117,146)
#AE829C
(174,130,156)
#B78FA6
(183,143,166)
#C09CB0
(192,156,176)
#C9A9BA
(201,169,186)
#D2B6C4
(210,182,196)
#DBC3CE
(219,195,206)
#E4D0D8
(228,208,216)
#EDDDE2
(237,221,226)
#F6EAEC
(246,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6888; }

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

This text font color is #9C6888.


Background Color

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

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

This div background color is #9C6888.


Border color

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

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

This div border color is #9C6888.


Opacity

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

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

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

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

This text has shadow with #9C6888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6888 on black background.


Color preview on white background

This text has color #9C6888 on white background.



Black color preview on #9C6888 background

This text has black color on #9C6888 background.


White color preview on #9C6888 background

This text has white color on #9C6888 background.