COLOR #9C697F

HEX: #9C697F
RGB: (156,105,127)

Color info

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

RGB color model

#9C697F color RGB value is (156,105,127).

  • red value is 156;
  • green value is 105;
  • blue value is 127.
RGB:
(156,105,127)
(61%,41%,50%)

RGB channels and saturation

R 156 of 255 = 61%
G 105 of 255 = 41%
B 127 of 255 = 50%

156
105
127

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

Portions of RGB colors in percentages

R + G + B =
156 + 105 + 127 = 388 (100%)
R 156 of 388 ~ 40.21%
G 105 of 388 ~ 27.06%
B 127 of 388 ~ 32.73%

%40.21
%27.06
%32.73

CMYK color model

#9C697F color CMYK value is (0,33,19,39).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(0,33,19,39)
C0M33Y19K39 
(0%,33%,19%,39%)
(0.00/0.33/0.19/0.39)	

CMYK percentages

%0
%32.69
%18.59
%38.82

Codes

Color #9C697F in popluar color models

9C697F
RGB156105127
HSL334°20.48%51.18%
HSB/HSV334°32.69%61.18%
CMYK0.00%32.69%18.59%
38.82%

Color #9C697F in popluar number systems.

HEX9C697F
Decimal156105127
Binary1001110011010011111111
Octal234151177

Shades and tints

Shades of #9C697F

#9C697F
(156,105,127)
#8E6074
(142,96,116)
#805769
(128,87,105)
#724E5E
(114,78,94)
#644553
(100,69,83)
#563C48
(86,60,72)
#48333D
(72,51,61)
#3A2A32
(58,42,50)
#2C2127
(44,33,39)
#1E181C
(30,24,28)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #9C697F

#9C697F
(156,105,127)
#A5768A
(165,118,138)
#AE8395
(174,131,149)
#B790A0
(183,144,160)
#C09DAB
(192,157,171)
#C9AAB6
(201,170,182)
#D2B7C1
(210,183,193)
#DBC4CC
(219,196,204)
#E4D1D7
(228,209,215)
#EDDEE2
(237,222,226)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C697F; }

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

This text font color is #9C697F.


Background Color

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

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

This div background color is #9C697F.


Border color

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

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

This div border color is #9C697F.


Opacity

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

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

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

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

This text has shadow with #9C697F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C697F on black background.


Color preview on white background

This text has color #9C697F on white background.



Black color preview on #9C697F background

This text has black color on #9C697F background.


White color preview on #9C697F background

This text has white color on #9C697F background.