COLOR #9FA993

HEX: #9FA993
RGB: (159,169,147)

Color info

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

RGB color model

#9FA993 color RGB value is (159,169,147).

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

RGB channels and saturation

R 159 of 255 = 62%
G 169 of 255 = 66%
B 147 of 255 = 58%

159
169
147

R + G + B ~ 62%. #9FA993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 169 + 147 = 475 (100%)
R 159 of 475 ~ 33.47%
G 169 of 475 ~ 35.58%
B 147 of 475 ~ 30.95%

%33.47
%35.58
%30.95

CMYK color model

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

  • cyan value is 5.92%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 33.73%
CMYK:
(6,0,13,34)
C6M0Y13K34 
(6%,0%,13%,34%)
(0.06/0.00/0.13/0.34)	

CMYK percentages

%5.92
%0
%13.02
%33.73

Codes

Color #9FA993 in popluar color models

9FA993
RGB159169147
HSL87°11.34%61.96%
HSB/HSV87°13.02%66.27%
CMYK5.92%0.00%13.02%
33.73%

Color #9FA993 in popluar number systems.

HEX9FA993
Decimal159169147
Binary100111111010100110010011
Octal237251223

Shades and tints

Shades of #9FA993

#9FA993
(159,169,147)
#919A86
(145,154,134)
#838B79
(131,139,121)
#757C6C
(117,124,108)
#676D5F
(103,109,95)
#595E52
(89,94,82)
#4B4F45
(75,79,69)
#3D4038
(61,64,56)
#2F312B
(47,49,43)
#21221E
(33,34,30)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9FA993

#9FA993
(159,169,147)
#A7B09C
(167,176,156)
#AFB7A5
(175,183,165)
#B7BEAE
(183,190,174)
#BFC5B7
(191,197,183)
#C7CCC0
(199,204,192)
#CFD3C9
(207,211,201)
#D7DAD2
(215,218,210)
#DFE1DB
(223,225,219)
#E7E8E4
(231,232,228)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA993; }

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

This text font color is #9FA993.


Background Color

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

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

This div background color is #9FA993.


Border color

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

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

This div border color is #9FA993.


Opacity

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

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

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

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

This text has shadow with #9FA993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA993 on black background.


Color preview on white background

This text has color #9FA993 on white background.



Black color preview on #9FA993 background

This text has black color on #9FA993 background.


White color preview on #9FA993 background

This text has white color on #9FA993 background.