COLOR #9FAA8C

HEX: #9FAA8C
RGB: (159,170,140)

Color info

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

RGB color model

#9FAA8C color RGB value is (159,170,140).

  • red value is 159;
  • green value is 170;
  • blue value is 140.
RGB:
(159,170,140)
(62%,67%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 170 of 255 = 67%
B 140 of 255 = 55%

159
170
140

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

Portions of RGB colors in percentages

R + G + B =
159 + 170 + 140 = 469 (100%)
R 159 of 469 ~ 33.9%
G 170 of 469 ~ 36.25%
B 140 of 469 ~ 29.85%

%33.9
%36.25
%29.85

CMYK color model

#9FAA8C color CMYK value is (6,0,18,33).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 33.33%
CMYK:
(6,0,18,33)
C6M0Y18K33 
(6%,0%,18%,33%)
(0.06/0.00/0.18/0.33)	

CMYK percentages

%6.47
%0
%17.65
%33.33

Codes

Color #9FAA8C in popluar color models

9FAA8C
RGB159170140
HSL82°15.00%60.78%
HSB/HSV82°17.65%66.67%
CMYK6.47%0.00%17.65%
33.33%

Color #9FAA8C in popluar number systems.

HEX9FAA8C
Decimal159170140
Binary100111111010101010001100
Octal237252214

Shades and tints

Shades of #9FAA8C

#9FAA8C
(159,170,140)
#919B80
(145,155,128)
#838C74
(131,140,116)
#757D68
(117,125,104)
#676E5C
(103,110,92)
#595F50
(89,95,80)
#4B5044
(75,80,68)
#3D4138
(61,65,56)
#2F322C
(47,50,44)
#212320
(33,35,32)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9FAA8C

#9FAA8C
(159,170,140)
#A7B196
(167,177,150)
#AFB8A0
(175,184,160)
#B7BFAA
(183,191,170)
#BFC6B4
(191,198,180)
#C7CDBE
(199,205,190)
#CFD4C8
(207,212,200)
#D7DBD2
(215,219,210)
#DFE2DC
(223,226,220)
#E7E9E6
(231,233,230)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAA8C color. Also use rgb(159,170,140) instead hex code.

Text Font Color

.myTextColor { color: #9FAA8C; }

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

This text font color is #9FAA8C.


Background Color

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

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

This div background color is #9FAA8C.


Border color

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

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

This div border color is #9FAA8C.


Opacity

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

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

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

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

This text has shadow with #9FAA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAA8C on black background.


Color preview on white background

This text has color #9FAA8C on white background.



Black color preview on #9FAA8C background

This text has black color on #9FAA8C background.


White color preview on #9FAA8C background

This text has white color on #9FAA8C background.