COLOR #9FACA0

HEX: #9FACA0
RGB: (159,172,160)

Color info

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

RGB color model

#9FACA0 color RGB value is (159,172,160).

  • red value is 159;
  • green value is 172;
  • blue value is 160.
RGB:
(159,172,160)
(62%,67%,63%)

RGB channels and saturation

R 159 of 255 = 62%
G 172 of 255 = 67%
B 160 of 255 = 63%

159
172
160

R + G + B ~ 64%. #9FACA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 172 + 160 = 491 (100%)
R 159 of 491 ~ 32.38%
G 172 of 491 ~ 35.03%
B 160 of 491 ~ 32.59%

%32.38
%35.03
%32.59

CMYK color model

#9FACA0 color CMYK value is (8,0,7,33).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(8,0,7,33)
C8M0Y7K33 
(8%,0%,7%,33%)
(0.08/0.00/0.07/0.33)	

CMYK percentages

%7.56
%0
%6.98
%32.55

Codes

Color #9FACA0 in popluar color models

9FACA0
RGB159172160
HSL125°7.26%64.90%
HSB/HSV125°7.56%67.45%
CMYK7.56%0.00%6.98%
32.55%

Color #9FACA0 in popluar number systems.

HEX9FACA0
Decimal159172160
Binary100111111010110010100000
Octal237254240

Shades and tints

Shades of #9FACA0

#9FACA0
(159,172,160)
#919D92
(145,157,146)
#838E84
(131,142,132)
#757F76
(117,127,118)
#677068
(103,112,104)
#59615A
(89,97,90)
#4B524C
(75,82,76)
#3D433E
(61,67,62)
#2F3430
(47,52,48)
#212522
(33,37,34)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #9FACA0

#9FACA0
(159,172,160)
#A7B3A8
(167,179,168)
#AFBAB0
(175,186,176)
#B7C1B8
(183,193,184)
#BFC8C0
(191,200,192)
#C7CFC8
(199,207,200)
#CFD6D0
(207,214,208)
#D7DDD8
(215,221,216)
#DFE4E0
(223,228,224)
#E7EBE8
(231,235,232)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FACA0 color. Also use rgb(159,172,160) instead hex code.

Text Font Color

.myTextColor { color: #9FACA0; }

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

This text font color is #9FACA0.


Background Color

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

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

This div background color is #9FACA0.


Border color

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

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

This div border color is #9FACA0.


Opacity

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

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

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

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

This text has shadow with #9FACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FACA0 on black background.


Color preview on white background

This text has color #9FACA0 on white background.



Black color preview on #9FACA0 background

This text has black color on #9FACA0 background.


White color preview on #9FACA0 background

This text has white color on #9FACA0 background.