COLOR #9FAF93

HEX: #9FAF93
RGB: (159,175,147)

Color info

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

RGB color model

#9FAF93 color RGB value is (159,175,147).

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

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 147 of 255 = 58%

159
175
147

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

Portions of RGB colors in percentages

R + G + B =
159 + 175 + 147 = 481 (100%)
R 159 of 481 ~ 33.06%
G 175 of 481 ~ 36.38%
B 147 of 481 ~ 30.56%

%33.06
%36.38
%30.56

CMYK color model

#9FAF93 color CMYK value is (9,0,16,31).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(9,0,16,31)
C9M0Y16K31 
(9%,0%,16%,31%)
(0.09/0.00/0.16/0.31)	

CMYK percentages

%9.14
%0
%16
%31.37

Codes

Color #9FAF93 in popluar color models

9FAF93
RGB159175147
HSL94°14.89%63.14%
HSB/HSV94°16.00%68.63%
CMYK9.14%0.00%16.00%
31.37%

Color #9FAF93 in popluar number systems.

HEX9FAF93
Decimal159175147
Binary100111111010111110010011
Octal237257223

Shades and tints

Shades of #9FAF93

#9FAF93
(159,175,147)
#91A086
(145,160,134)
#839179
(131,145,121)
#75826C
(117,130,108)
#67735F
(103,115,95)
#596452
(89,100,82)
#4B5545
(75,85,69)
#3D4638
(61,70,56)
#2F372B
(47,55,43)
#21281E
(33,40,30)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #9FAF93

#9FAF93
(159,175,147)
#A7B69C
(167,182,156)
#AFBDA5
(175,189,165)
#B7C4AE
(183,196,174)
#BFCBB7
(191,203,183)
#C7D2C0
(199,210,192)
#CFD9C9
(207,217,201)
#D7E0D2
(215,224,210)
#DFE7DB
(223,231,219)
#E7EEE4
(231,238,228)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAF93; }

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

This text font color is #9FAF93.


Background Color

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

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

This div background color is #9FAF93.


Border color

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

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

This div border color is #9FAF93.


Opacity

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

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

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

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

This text has shadow with #9FAF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAF93 on black background.


Color preview on white background

This text has color #9FAF93 on white background.



Black color preview on #9FAF93 background

This text has black color on #9FAF93 background.


White color preview on #9FAF93 background

This text has white color on #9FAF93 background.