COLOR #9F697E

HEX: #9F697E
RGB: (159,105,126)

Color info

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

RGB color model

#9F697E color RGB value is (159,105,126).

  • red value is 159;
  • green value is 105;
  • blue value is 126.
RGB:
(159,105,126)
(62%,41%,49%)

RGB channels and saturation

R 159 of 255 = 62%
G 105 of 255 = 41%
B 126 of 255 = 49%

159
105
126

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

Portions of RGB colors in percentages

R + G + B =
159 + 105 + 126 = 390 (100%)
R 159 of 390 ~ 40.77%
G 105 of 390 ~ 26.92%
B 126 of 390 ~ 32.31%

%40.77
%26.92
%32.31

CMYK color model

#9F697E color CMYK value is (0,34,21,38).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 20.75%
  • key color value is 37.65%
CMYK:
(0,34,21,38)
C0M34Y21K38 
(0%,34%,21%,38%)
(0.00/0.34/0.21/0.38)	

CMYK percentages

%0
%33.96
%20.75
%37.65

Codes

Color #9F697E in popluar color models

9F697E
RGB159105126
HSL337°21.95%51.76%
HSB/HSV337°33.96%62.35%
CMYK0.00%33.96%20.75%
37.65%

Color #9F697E in popluar number systems.

HEX9F697E
Decimal159105126
Binary1001111111010011111110
Octal237151176

Shades and tints

Shades of #9F697E

#9F697E
(159,105,126)
#916073
(145,96,115)
#835768
(131,87,104)
#754E5D
(117,78,93)
#674552
(103,69,82)
#593C47
(89,60,71)
#4B333C
(75,51,60)
#3D2A31
(61,42,49)
#2F2126
(47,33,38)
#21181B
(33,24,27)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #9F697E

#9F697E
(159,105,126)
#A77689
(167,118,137)
#AF8394
(175,131,148)
#B7909F
(183,144,159)
#BF9DAA
(191,157,170)
#C7AAB5
(199,170,181)
#CFB7C0
(207,183,192)
#D7C4CB
(215,196,203)
#DFD1D6
(223,209,214)
#E7DEE1
(231,222,225)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F697E color. Also use rgb(159,105,126) instead hex code.

Text Font Color

.myTextColor { color: #9F697E; }

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

This text font color is #9F697E.


Background Color

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

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

This div background color is #9F697E.


Border color

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

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

This div border color is #9F697E.


Opacity

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

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

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

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

This text has shadow with #9F697E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F697E on black background.


Color preview on white background

This text has color #9F697E on white background.



Black color preview on #9F697E background

This text has black color on #9F697E background.


White color preview on #9F697E background

This text has white color on #9F697E background.