COLOR #9F7680

HEX: #9F7680
RGB: (159,118,128)

Color info

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

RGB color model

#9F7680 color RGB value is (159,118,128).

  • red value is 159;
  • green value is 118;
  • blue value is 128.
RGB:
(159,118,128)
(62%,46%,50%)

RGB channels and saturation

R 159 of 255 = 62%
G 118 of 255 = 46%
B 128 of 255 = 50%

159
118
128

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

Portions of RGB colors in percentages

R + G + B =
159 + 118 + 128 = 405 (100%)
R 159 of 405 ~ 39.26%
G 118 of 405 ~ 29.14%
B 128 of 405 ~ 31.6%

%39.26
%29.14
%31.6

CMYK color model

#9F7680 color CMYK value is (0,26,19,38).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 19.50%
  • key color value is 37.65%
CMYK:
(0,26,19,38)
C0M26Y19K38 
(0%,26%,19%,38%)
(0.00/0.26/0.19/0.38)	

CMYK percentages

%0
%25.79
%19.5
%37.65

Codes

Color #9F7680 in popluar color models

9F7680
RGB159118128
HSL345°17.60%54.31%
HSB/HSV345°25.79%62.35%
CMYK0.00%25.79%19.50%
37.65%

Color #9F7680 in popluar number systems.

HEX9F7680
Decimal159118128
Binary10011111111011010000000
Octal237166200

Shades and tints

Shades of #9F7680

#9F7680
(159,118,128)
#916C75
(145,108,117)
#83626A
(131,98,106)
#75585F
(117,88,95)
#674E54
(103,78,84)
#594449
(89,68,73)
#4B3A3E
(75,58,62)
#3D3033
(61,48,51)
#2F2628
(47,38,40)
#211C1D
(33,28,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9F7680

#9F7680
(159,118,128)
#A7828B
(167,130,139)
#AF8E96
(175,142,150)
#B79AA1
(183,154,161)
#BFA6AC
(191,166,172)
#C7B2B7
(199,178,183)
#CFBEC2
(207,190,194)
#D7CACD
(215,202,205)
#DFD6D8
(223,214,216)
#E7E2E3
(231,226,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7680 color. Also use rgb(159,118,128) instead hex code.

Text Font Color

.myTextColor { color: #9F7680; }

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

This text font color is #9F7680.


Background Color

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

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

This div background color is #9F7680.


Border color

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

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

This div border color is #9F7680.


Opacity

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

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

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

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

This text has shadow with #9F7680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7680 on black background.


Color preview on white background

This text has color #9F7680 on white background.



Black color preview on #9F7680 background

This text has black color on #9F7680 background.


White color preview on #9F7680 background

This text has white color on #9F7680 background.