COLOR #9C6987

HEX: #9C6987 RGB: (156,105,135)

Color info

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

RGB color model

#9C6987 color RGB value is (156,105,135).

RGB: (156,105,135) (61%, 41%, 53%)

RGB channels and saturation

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

156
105
135

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

Portions of RGB colors in percentages

R + G + B = 156 + 105 + 135 = 396 (100%)
R 156 of 396 ~ 39.39%
G 105 of 396 ~ 26.52%
B 135 of 396 ~ 34.09'%

%39.39
%26.52
%34.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.69%
  • 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
%32.69
%13.46
%38.82

Codes

Color #9C6987 in popluar color models

9C 69 87
RGB 156 105 135
HSL 325° 20.48% 51.18%
HSB/HSV 325° 32.69% 61.18%
CMYK 0.00% 32.69% 13.46%
38.82%

Color #9C6987 in popluar number systems.

HEX 9C 69 87
Decimal 156 105 135
Binary 10011100 1101001 10000111
Octal 234 151 207

Shades and tints

Shades of #9C6987

#9C6987
(156,105,135)
#8E607B
(142,96,123)
#80576F
(128,87,111)
#724E63
(114,78,99)
#644557
(100,69,87)
#563C4B
(86,60,75)
#48333F
(72,51,63)
#3A2A33
(58,42,51)
#2C2127
(44,33,39)
#1E181B
(30,24,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #9C6987

#9C6987
(156,105,135)
#A57691
(165,118,145)
#AE839B
(174,131,155)
#B790A5
(183,144,165)
#C09DAF
(192,157,175)
#C9AAB9
(201,170,185)
#D2B7C3
(210,183,195)
#DBC4CD
(219,196,205)
#E4D1D7
(228,209,215)
#EDDEE1
(237,222,225)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6987; }

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

This text font color is #9C6987.

Background Color

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

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

This div background color is #9C6987.

Border color

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

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

This div border color is #9C6987.

Opacity

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

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

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

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

This text has shadow with #9C6987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6987.

Preview

Color preview on black background

This text has color #9C6987 on black background.


Color preview on white background

This text has color #9C6987 on white background.


Black color preview on #9C6987 background

This text has black color on #9C6987 background.


White color preview on #9C6987 background

This text has white color on #9C6987 background.


Related colors

Complementary color

Complementary color for #hex is #639678.


I love getcolorcode.com

Triadic colors

1 #879C69 and #69879C with #9C6987 are triadic colors.

2 #87699C and #699C87 with #9C6987 are triadic colors.