COLOR #9FACA7

HEX: #9FACA7
RGB: (159,172,167)

Color info

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

RGB color model

#9FACA7 color RGB value is (159,172,167).

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

RGB channels and saturation

R 159 of 255 = 62%
G 172 of 255 = 67%
B 167 of 255 = 65%

159
172
167

R + G + B ~ 65%. #9FACA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 172 + 167 = 498 (100%)
R 159 of 498 ~ 31.93%
G 172 of 498 ~ 34.54%
B 167 of 498 ~ 33.53%

%31.93
%34.54
%33.53

CMYK color model

#9FACA7 color CMYK value is (8,0,3,33).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 32.55%
CMYK:
(8,0,3,33)
C8M0Y3K33 
(8%,0%,3%,33%)
(0.08/0.00/0.03/0.33)	

CMYK percentages

%7.56
%0
%2.91
%32.55

Codes

Color #9FACA7 in popluar color models

9FACA7
RGB159172167
HSL157°7.26%64.90%
HSB/HSV157°7.56%67.45%
CMYK7.56%0.00%2.91%
32.55%

Color #9FACA7 in popluar number systems.

HEX9FACA7
Decimal159172167
Binary100111111010110010100111
Octal237254247

Shades and tints

Shades of #9FACA7

#9FACA7
(159,172,167)
#919D98
(145,157,152)
#838E89
(131,142,137)
#757F7A
(117,127,122)
#67706B
(103,112,107)
#59615C
(89,97,92)
#4B524D
(75,82,77)
#3D433E
(61,67,62)
#2F342F
(47,52,47)
#212520
(33,37,32)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #9FACA7

#9FACA7
(159,172,167)
#A7B3AF
(167,179,175)
#AFBAB7
(175,186,183)
#B7C1BF
(183,193,191)
#BFC8C7
(191,200,199)
#C7CFCF
(199,207,207)
#CFD6D7
(207,214,215)
#D7DDDF
(215,221,223)
#DFE4E7
(223,228,231)
#E7EBEF
(231,235,239)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FACA7; }

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

This text font color is #9FACA7.


Background Color

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

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

This div background color is #9FACA7.


Border color

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

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

This div border color is #9FACA7.


Opacity

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

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

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

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

This text has shadow with #9FACA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FACA7 on black background.


Color preview on white background

This text has color #9FACA7 on white background.



Black color preview on #9FACA7 background

This text has black color on #9FACA7 background.


White color preview on #9FACA7 background

This text has white color on #9FACA7 background.