COLOR #9C6F7E

HEX: #9C6F7E
RGB: (156,111,126)

Color info

#9C6F7E contains red, green and blue colors in about the same proportion. Web safe color of #9C6F7E is #996666 (or #966).

RGB color model

#9C6F7E color RGB value is (156,111,126).

  • red value is 156;
  • green value is 111;
  • blue value is 126.
RGB:
(156,111,126)
(61%,44%,49%)

RGB channels and saturation

R 156 of 255 = 61%
G 111 of 255 = 44%
B 126 of 255 = 49%

156
111
126

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

Portions of RGB colors in percentages

R + G + B =
156 + 111 + 126 = 393 (100%)
R 156 of 393 ~ 39.69%
G 111 of 393 ~ 28.24%
B 126 of 393 ~ 32.06%

%39.69
%28.24
%32.06

CMYK color model

#9C6F7E color CMYK value is (0,29,19,39).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 19.23%
  • key color value is 38.82%
CMYK:
(0,29,19,39)
C0M29Y19K39 
(0%,29%,19%,39%)
(0.00/0.29/0.19/0.39)	

CMYK percentages

%0
%28.85
%19.23
%38.82

Codes

Color #9C6F7E in popluar color models

9C6F7E
RGB156111126
HSL340°18.52%52.35%
HSB/HSV340°28.85%61.18%
CMYK0.00%28.85%19.23%
38.82%

Color #9C6F7E in popluar number systems.

HEX9C6F7E
Decimal156111126
Binary1001110011011111111110
Octal234157176

Shades and tints

Shades of #9C6F7E

#9C6F7E
(156,111,126)
#8E6573
(142,101,115)
#805B68
(128,91,104)
#72515D
(114,81,93)
#644752
(100,71,82)
#563D47
(86,61,71)
#48333C
(72,51,60)
#3A2931
(58,41,49)
#2C1F26
(44,31,38)
#1E151B
(30,21,27)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #9C6F7E

#9C6F7E
(156,111,126)
#A57C89
(165,124,137)
#AE8994
(174,137,148)
#B7969F
(183,150,159)
#C0A3AA
(192,163,170)
#C9B0B5
(201,176,181)
#D2BDC0
(210,189,192)
#DBCACB
(219,202,203)
#E4D7D6
(228,215,214)
#EDE4E1
(237,228,225)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6F7E color. Also use rgb(156,111,126) instead hex code.

Text Font Color

.myTextColor { color: #9C6F7E; }

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

This text font color is #9C6F7E.


Background Color

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

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

This div background color is #9C6F7E.


Border color

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

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

This div border color is #9C6F7E.


Opacity

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

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

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

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

This text has shadow with #9C6F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6F7E on black background.


Color preview on white background

This text has color #9C6F7E on white background.



Black color preview on #9C6F7E background

This text has black color on #9C6F7E background.


White color preview on #9C6F7E background

This text has white color on #9C6F7E background.