COLOR #9C687A

HEX: #9C687A RGB: (156,104,122)

Color info

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

RGB color model

#9C687A color RGB value is (156,104,122).

RGB: (156,104,122) (61%, 41%, 48%)

RGB channels and saturation

R 156 of 255 = 61%
G 104 of 255 = 41%
B 122 of 255 = 48%

156
104
122

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

Portions of RGB colors in percentages

R + G + B = 156 + 104 + 122 = 382 (100%)
R 156 of 382 ~ 40.84%
G 104 of 382 ~ 27.23%
B 122 of 382 ~ 31.94'%

%40.84
%27.23
%31.94

CMYK color model

#9C687A color CMYK value is (0,33,22,39).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 21.79%
  • key color value is 38.82%
CMYK: (0,33,22,39) C0M33Y22K39 (0%,33%,22%,39%) (0.00/0.33/0.22/0.39) 

CMYK percentages

%0
%33.33
%21.79
%38.82

Codes

Color #9C687A in popluar color models

9C 68 7A
RGB 156 104 122
HSL 339° 20.80% 50.98%
HSB/HSV 339° 33.33% 61.18%
CMYK 0.00% 33.33% 21.79%
38.82%

Color #9C687A in popluar number systems.

HEX 9C 68 7A
Decimal 156 104 122
Binary 10011100 1101000 1111010
Octal 234 150 172

Shades and tints

Shades of #9C687A

#9C687A
(156,104,122)
#8E5F6F
(142,95,111)
#805664
(128,86,100)
#724D59
(114,77,89)
#64444E
(100,68,78)
#563B43
(86,59,67)
#483238
(72,50,56)
#3A292D
(58,41,45)
#2C2022
(44,32,34)
#1E1717
(30,23,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #9C687A

#9C687A
(156,104,122)
#A57586
(165,117,134)
#AE8292
(174,130,146)
#B78F9E
(183,143,158)
#C09CAA
(192,156,170)
#C9A9B6
(201,169,182)
#D2B6C2
(210,182,194)
#DBC3CE
(219,195,206)
#E4D0DA
(228,208,218)
#EDDDE6
(237,221,230)
#F6EAF2
(246,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C687A; }

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

This text font color is #9C687A.

Background Color

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

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

This div background color is #9C687A.

Border color

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

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

This div border color is #9C687A.

Opacity

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

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

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

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

This text has shadow with #9C687A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C687A.

Preview

Color preview on black background

This text has color #9C687A on black background.


Color preview on white background

This text has color #9C687A on white background.


Black color preview on #9C687A background

This text has black color on #9C687A background.


White color preview on #9C687A background

This text has white color on #9C687A background.


Related colors

Complementary color

Complementary color for #hex is #639785.


I love getcolorcode.com

Triadic colors

1 #7A9C68 and #687A9C with #9C687A are triadic colors.

2 #7A689C and #689C7A with #9C687A are triadic colors.