COLOR #9F9680

HEX: #9F9680
RGB: (159,150,128)

Color info

#9F9680 contains red, green and blue colors in about the same proportion. Web safe color of #9F9680 is #999966 (or #996).

RGB color model

#9F9680 color RGB value is (159,150,128).

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

RGB channels and saturation

R 159 of 255 = 62%
G 150 of 255 = 59%
B 128 of 255 = 50%

159
150
128

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

Portions of RGB colors in percentages

R + G + B =
159 + 150 + 128 = 437 (100%)
R 159 of 437 ~ 36.38%
G 150 of 437 ~ 34.32%
B 128 of 437 ~ 29.29%

%36.38
%34.32
%29.29

CMYK color model

#9F9680 color CMYK value is (0,6,19,38).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 19.50%
  • key color value is 37.65%
CMYK:
(0,6,19,38)
C0M6Y19K38 
(0%,6%,19%,38%)
(0.00/0.06/0.19/0.38)	

CMYK percentages

%0
%5.66
%19.5
%37.65

Codes

Color #9F9680 in popluar color models

9F9680
RGB159150128
HSL43°13.90%56.27%
HSB/HSV43°19.50%62.35%
CMYK0.00%5.66%19.50%
37.65%

Color #9F9680 in popluar number systems.

HEX9F9680
Decimal159150128
Binary100111111001011010000000
Octal237226200

Shades and tints

Shades of #9F9680

#9F9680
(159,150,128)
#918975
(145,137,117)
#837C6A
(131,124,106)
#756F5F
(117,111,95)
#676254
(103,98,84)
#595549
(89,85,73)
#4B483E
(75,72,62)
#3D3B33
(61,59,51)
#2F2E28
(47,46,40)
#21211D
(33,33,29)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #9F9680

#9F9680
(159,150,128)
#A79F8B
(167,159,139)
#AFA896
(175,168,150)
#B7B1A1
(183,177,161)
#BFBAAC
(191,186,172)
#C7C3B7
(199,195,183)
#CFCCC2
(207,204,194)
#D7D5CD
(215,213,205)
#DFDED8
(223,222,216)
#E7E7E3
(231,231,227)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9680; }

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

This text font color is #9F9680.


Background Color

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

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

This div background color is #9F9680.


Border color

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

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

This div border color is #9F9680.


Opacity

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

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

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

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

This text has shadow with #9F9680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9680 on black background.


Color preview on white background

This text has color #9F9680 on white background.



Black color preview on #9F9680 background

This text has black color on #9F9680 background.


White color preview on #9F9680 background

This text has white color on #9F9680 background.