COLOR #9F9694

HEX: #9F9694
RGB: (159,150,148)

Color info

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

RGB color model

#9F9694 color RGB value is (159,150,148).

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

RGB channels and saturation

R 159 of 255 = 62%
G 150 of 255 = 59%
B 148 of 255 = 58%

159
150
148

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

Portions of RGB colors in percentages

R + G + B =
159 + 150 + 148 = 457 (100%)
R 159 of 457 ~ 34.79%
G 150 of 457 ~ 32.82%
B 148 of 457 ~ 32.39%

%34.79
%32.82
%32.39

CMYK color model

#9F9694 color CMYK value is (0,6,7,38).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 6.92%
  • key color value is 37.65%
CMYK:
(0,6,7,38)
C0M6Y7K38 
(0%,6%,7%,38%)
(0.00/0.06/0.07/0.38)	

CMYK percentages

%0
%5.66
%6.92
%37.65

Codes

Color #9F9694 in popluar color models

9F9694
RGB159150148
HSL11°5.42%60.20%
HSB/HSV11°6.92%62.35%
CMYK0.00%5.66%6.92%
37.65%

Color #9F9694 in popluar number systems.

HEX9F9694
Decimal159150148
Binary100111111001011010010100
Octal237226224

Shades and tints

Shades of #9F9694

#9F9694
(159,150,148)
#918987
(145,137,135)
#837C7A
(131,124,122)
#756F6D
(117,111,109)
#676260
(103,98,96)
#595553
(89,85,83)
#4B4846
(75,72,70)
#3D3B39
(61,59,57)
#2F2E2C
(47,46,44)
#21211F
(33,33,31)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #9F9694

#9F9694
(159,150,148)
#A79F9D
(167,159,157)
#AFA8A6
(175,168,166)
#B7B1AF
(183,177,175)
#BFBAB8
(191,186,184)
#C7C3C1
(199,195,193)
#CFCCCA
(207,204,202)
#D7D5D3
(215,213,211)
#DFDEDC
(223,222,220)
#E7E7E5
(231,231,229)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9694; }

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

This text font color is #9F9694.


Background Color

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

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

This div background color is #9F9694.


Border color

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

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

This div border color is #9F9694.


Opacity

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

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

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

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

This text has shadow with #9F9694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9694 on black background.


Color preview on white background

This text has color #9F9694 on white background.



Black color preview on #9F9694 background

This text has black color on #9F9694 background.


White color preview on #9F9694 background

This text has white color on #9F9694 background.