COLOR #9F9684

HEX: #9F9684
RGB: (159,150,132)

Color info

#9F9684 contains red, green and blue colors in about the same proportion. Web safe color of #9F9684 is #999999 (or #999).

RGB color model

#9F9684 color RGB value is (159,150,132).

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

RGB channels and saturation

R 159 of 255 = 62%
G 150 of 255 = 59%
B 132 of 255 = 52%

159
150
132

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

Portions of RGB colors in percentages

R + G + B =
159 + 150 + 132 = 441 (100%)
R 159 of 441 ~ 36.05%
G 150 of 441 ~ 34.01%
B 132 of 441 ~ 29.93%

%36.05
%34.01
%29.93

CMYK color model

#9F9684 color CMYK value is (0,6,17,38).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 16.98%
  • key color value is 37.65%
CMYK:
(0,6,17,38)
C0M6Y17K38 
(0%,6%,17%,38%)
(0.00/0.06/0.17/0.38)	

CMYK percentages

%0
%5.66
%16.98
%37.65

Codes

Color #9F9684 in popluar color models

9F9684
RGB159150132
HSL40°12.33%57.06%
HSB/HSV40°16.98%62.35%
CMYK0.00%5.66%16.98%
37.65%

Color #9F9684 in popluar number systems.

HEX9F9684
Decimal159150132
Binary100111111001011010000100
Octal237226204

Shades and tints

Shades of #9F9684

#9F9684
(159,150,132)
#918978
(145,137,120)
#837C6C
(131,124,108)
#756F60
(117,111,96)
#676254
(103,98,84)
#595548
(89,85,72)
#4B483C
(75,72,60)
#3D3B30
(61,59,48)
#2F2E24
(47,46,36)
#212118
(33,33,24)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #9F9684

#9F9684
(159,150,132)
#A79F8F
(167,159,143)
#AFA89A
(175,168,154)
#B7B1A5
(183,177,165)
#BFBAB0
(191,186,176)
#C7C3BB
(199,195,187)
#CFCCC6
(207,204,198)
#D7D5D1
(215,213,209)
#DFDEDC
(223,222,220)
#E7E7E7
(231,231,231)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9684; }

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

This text font color is #9F9684.


Background Color

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

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

This div background color is #9F9684.


Border color

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

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

This div border color is #9F9684.


Opacity

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

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

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

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

This text has shadow with #9F9684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9684 on black background.


Color preview on white background

This text has color #9F9684 on white background.



Black color preview on #9F9684 background

This text has black color on #9F9684 background.


White color preview on #9F9684 background

This text has white color on #9F9684 background.