COLOR #9F9994

HEX: #9F9994
RGB: (159,153,148)

Color info

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

RGB color model

#9F9994 color RGB value is (159,153,148).

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

RGB channels and saturation

R 159 of 255 = 62%
G 153 of 255 = 60%
B 148 of 255 = 58%

159
153
148

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

Portions of RGB colors in percentages

R + G + B =
159 + 153 + 148 = 460 (100%)
R 159 of 460 ~ 34.57%
G 153 of 460 ~ 33.26%
B 148 of 460 ~ 32.17%

%34.57
%33.26
%32.17

CMYK color model

#9F9994 color CMYK value is (0,4,7,38).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 6.92%
  • key color value is 37.65%
CMYK:
(0,4,7,38)
C0M4Y7K38 
(0%,4%,7%,38%)
(0.00/0.04/0.07/0.38)	

CMYK percentages

%0
%3.77
%6.92
%37.65

Codes

Color #9F9994 in popluar color models

9F9994
RGB159153148
HSL27°5.42%60.20%
HSB/HSV27°6.92%62.35%
CMYK0.00%3.77%6.92%
37.65%

Color #9F9994 in popluar number systems.

HEX9F9994
Decimal159153148
Binary100111111001100110010100
Octal237231224

Shades and tints

Shades of #9F9994

#9F9994
(159,153,148)
#918C87
(145,140,135)
#837F7A
(131,127,122)
#75726D
(117,114,109)
#676560
(103,101,96)
#595853
(89,88,83)
#4B4B46
(75,75,70)
#3D3E39
(61,62,57)
#2F312C
(47,49,44)
#21241F
(33,36,31)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #9F9994

#9F9994
(159,153,148)
#A7A29D
(167,162,157)
#AFABA6
(175,171,166)
#B7B4AF
(183,180,175)
#BFBDB8
(191,189,184)
#C7C6C1
(199,198,193)
#CFCFCA
(207,207,202)
#D7D8D3
(215,216,211)
#DFE1DC
(223,225,220)
#E7EAE5
(231,234,229)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9994; }

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

This text font color is #9F9994.


Background Color

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

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

This div background color is #9F9994.


Border color

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

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

This div border color is #9F9994.


Opacity

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

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

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

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

This text has shadow with #9F9994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9994 on black background.


Color preview on white background

This text has color #9F9994 on white background.



Black color preview on #9F9994 background

This text has black color on #9F9994 background.


White color preview on #9F9994 background

This text has white color on #9F9994 background.