COLOR #9FA99A

HEX: #9FA99A
RGB: (159,169,154)

Color info

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

RGB color model

#9FA99A color RGB value is (159,169,154).

  • red value is 159;
  • green value is 169;
  • blue value is 154.
RGB:
(159,169,154)
(62%,66%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 169 of 255 = 66%
B 154 of 255 = 60%

159
169
154

R + G + B ~ 63%. #9FA99A is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 169 + 154 = 482 (100%)
R 159 of 482 ~ 32.99%
G 169 of 482 ~ 35.06%
B 154 of 482 ~ 31.95%

%32.99
%35.06
%31.95

CMYK color model

#9FA99A color CMYK value is (6,0,9,34).

  • cyan value is 5.92%
  • magenta value is 0.00%
  • yellow value is 8.88%
  • key color value is 33.73%
CMYK:
(6,0,9,34)
C6M0Y9K34 
(6%,0%,9%,34%)
(0.06/0.00/0.09/0.34)	

CMYK percentages

%5.92
%0
%8.88
%33.73

Codes

Color #9FA99A in popluar color models

9FA99A
RGB159169154
HSL100°8.02%63.33%
HSB/HSV100°8.88%66.27%
CMYK5.92%0.00%8.88%
33.73%

Color #9FA99A in popluar number systems.

HEX9FA99A
Decimal159169154
Binary100111111010100110011010
Octal237251232

Shades and tints

Shades of #9FA99A

#9FA99A
(159,169,154)
#919A8C
(145,154,140)
#838B7E
(131,139,126)
#757C70
(117,124,112)
#676D62
(103,109,98)
#595E54
(89,94,84)
#4B4F46
(75,79,70)
#3D4038
(61,64,56)
#2F312A
(47,49,42)
#21221C
(33,34,28)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #9FA99A

#9FA99A
(159,169,154)
#A7B0A3
(167,176,163)
#AFB7AC
(175,183,172)
#B7BEB5
(183,190,181)
#BFC5BE
(191,197,190)
#C7CCC7
(199,204,199)
#CFD3D0
(207,211,208)
#D7DAD9
(215,218,217)
#DFE1E2
(223,225,226)
#E7E8EB
(231,232,235)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA99A color. Also use rgb(159,169,154) instead hex code.

Text Font Color

.myTextColor { color: #9FA99A; }

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

This text font color is #9FA99A.


Background Color

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

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

This div background color is #9FA99A.


Border color

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

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

This div border color is #9FA99A.


Opacity

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

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

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

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

This text has shadow with #9FA99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA99A on black background.


Color preview on white background

This text has color #9FA99A on white background.



Black color preview on #9FA99A background

This text has black color on #9FA99A background.


White color preview on #9FA99A background

This text has white color on #9FA99A background.