COLOR #9F6B7C

HEX: #9F6B7C RGB: (159,107,124)

Color info

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

RGB color model

#9F6B7C color RGB value is (159,107,124).

RGB: (159,107,124) (62%, 42%, 49%)

RGB channels and saturation

R 159 of 255 = 62%
G 107 of 255 = 42%
B 124 of 255 = 49%

159
107
124

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

Portions of RGB colors in percentages

R + G + B = 159 + 107 + 124 = 390 (100%)
R 159 of 390 ~ 40.77%
G 107 of 390 ~ 27.44%
B 124 of 390 ~ 31.79'%

%40.77
%27.44
%31.79

CMYK color model

#9F6B7C color CMYK value is (0,33,22,38).

  • cyan value is 0.00%
  • magenta value is 32.70%
  • yellow value is 22.01%
  • key color value is 37.65%

CMYK: (0,33,22,38)
C0M33Y22K38 (0%, 33%, 22%, 38%)
(0.00 / 0.33 / 0.22 / 0.38)

CMYK percentages

%0
%32.7
%22.01
%37.65

Codes

Color #9F6B7C in popluar color models

9F 6B 7C
RGB 159 107 124
HSL 340° 21.31% 52.16%
HSB/HSV 340° 32.70% 62.35%
CMYK 0.00% 32.70% 22.01%
37.65%

Color #9F6B7C in popluar number systems.

HEX 9F 6B 7C
Decimal 159 107 124
Binary 10011111 1101011 1111100
Octal 237 153 174

Shades and tints

Shades of #9F6B7C

#9F6B7C
(159,107,124)
#916271
(145,98,113)
#835966
(131,89,102)
#75505B
(117,80,91)
#674750
(103,71,80)
#593E45
(89,62,69)
#4B353A
(75,53,58)
#3D2C2F
(61,44,47)
#2F2324
(47,35,36)
#211A19
(33,26,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #9F6B7C

#9F6B7C
(159,107,124)
#A77887
(167,120,135)
#AF8592
(175,133,146)
#B7929D
(183,146,157)
#BF9FA8
(191,159,168)
#C7ACB3
(199,172,179)
#CFB9BE
(207,185,190)
#D7C6C9
(215,198,201)
#DFD3D4
(223,211,212)
#E7E0DF
(231,224,223)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6B7C color. Also use rgb(159,107,124) instead hex code.

Text Font Color

.myTextColor { color: #9F6B7C; }

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

This text font color is #9F6B7C.

Background Color

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

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

This div background color is #9F6B7C.

Border color

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

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

This div border color is #9F6B7C.

Opacity

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

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

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

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

This text has shadow with #9F6B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6B7C.

Preview

Color preview on black background

This text has color #9F6B7C on black background.


Color preview on white background

This text has color #9F6B7C on white background.


Black color preview on #9F6B7C background

This text has black color on #9F6B7C background.


White color preview on #9F6B7C background

This text has white color on #9F6B7C background.


Related colors

Complementary color

Complementary color for #hex is #609483.


I love getcolorcode.com

Triadic colors

1 #7C9F6B and #6B7C9F with #9F6B7C are triadic colors.

2 #7C6B9F and #6B9F7C with #9F6B7C are triadic colors.