COLOR #9FAF88

HEX: #9FAF88
RGB: (159,175,136)

Color info

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

RGB color model

#9FAF88 color RGB value is (159,175,136).

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

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 136 of 255 = 53%

159
175
136

R + G + B ~ 61%. #9FAF88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 175 + 136 = 470 (100%)
R 159 of 470 ~ 33.83%
G 175 of 470 ~ 37.23%
B 136 of 470 ~ 28.94%

%33.83
%37.23
%28.94

CMYK color model

#9FAF88 color CMYK value is (9,0,22,31).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(9,0,22,31)
C9M0Y22K31 
(9%,0%,22%,31%)
(0.09/0.00/0.22/0.31)	

CMYK percentages

%9.14
%0
%22.29
%31.37

Codes

Color #9FAF88 in popluar color models

9FAF88
RGB159175136
HSL85°19.60%60.98%
HSB/HSV85°22.29%68.63%
CMYK9.14%0.00%22.29%
31.37%

Color #9FAF88 in popluar number systems.

HEX9FAF88
Decimal159175136
Binary100111111010111110001000
Octal237257210

Shades and tints

Shades of #9FAF88

#9FAF88
(159,175,136)
#91A07C
(145,160,124)
#839170
(131,145,112)
#758264
(117,130,100)
#677358
(103,115,88)
#59644C
(89,100,76)
#4B5540
(75,85,64)
#3D4634
(61,70,52)
#2F3728
(47,55,40)
#21281C
(33,40,28)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #9FAF88

#9FAF88
(159,175,136)
#A7B692
(167,182,146)
#AFBD9C
(175,189,156)
#B7C4A6
(183,196,166)
#BFCBB0
(191,203,176)
#C7D2BA
(199,210,186)
#CFD9C4
(207,217,196)
#D7E0CE
(215,224,206)
#DFE7D8
(223,231,216)
#E7EEE2
(231,238,226)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAF88; }

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

This text font color is #9FAF88.


Background Color

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

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

This div background color is #9FAF88.


Border color

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

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

This div border color is #9FAF88.


Opacity

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

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

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

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

This text has shadow with #9FAF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAF88 on black background.


Color preview on white background

This text has color #9FAF88 on white background.



Black color preview on #9FAF88 background

This text has black color on #9FAF88 background.


White color preview on #9FAF88 background

This text has white color on #9FAF88 background.