COLOR #9FB7AC

HEX: #9FB7AC
RGB: (159,183,172)

Color info

#9FB7AC contains red, green and blue colors in about the same proportion. Web safe color of #9FB7AC is #99CC99 (or #9C9).

RGB color model

#9FB7AC color RGB value is (159,183,172).

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

RGB channels and saturation

R 159 of 255 = 62%
G 183 of 255 = 72%
B 172 of 255 = 67%

159
183
172

R + G + B ~ 67%. #9FB7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 183 + 172 = 514 (100%)
R 159 of 514 ~ 30.93%
G 183 of 514 ~ 35.6%
B 172 of 514 ~ 33.46%

%30.93
%35.6
%33.46

CMYK color model

#9FB7AC color CMYK value is (13,0,6,28).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 28.24%
CMYK:
(13,0,6,28)
C13M0Y6K28 
(13%,0%,6%,28%)
(0.13/0.00/0.06/0.28)	

CMYK percentages

%13.11
%0
%6.01
%28.24

Codes

Color #9FB7AC in popluar color models

9FB7AC
RGB159183172
HSL153°14.29%67.06%
HSB/HSV153°13.11%71.76%
CMYK13.11%0.00%6.01%
28.24%

Color #9FB7AC in popluar number systems.

HEX9FB7AC
Decimal159183172
Binary100111111011011110101100
Octal237267254

Shades and tints

Shades of #9FB7AC

#9FB7AC
(159,183,172)
#91A79D
(145,167,157)
#83978E
(131,151,142)
#75877F
(117,135,127)
#677770
(103,119,112)
#596761
(89,103,97)
#4B5752
(75,87,82)
#3D4743
(61,71,67)
#2F3734
(47,55,52)
#212725
(33,39,37)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #9FB7AC

#9FB7AC
(159,183,172)
#A7BDB3
(167,189,179)
#AFC3BA
(175,195,186)
#B7C9C1
(183,201,193)
#BFCFC8
(191,207,200)
#C7D5CF
(199,213,207)
#CFDBD6
(207,219,214)
#D7E1DD
(215,225,221)
#DFE7E4
(223,231,228)
#E7EDEB
(231,237,235)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB7AC; }

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

This text font color is #9FB7AC.


Background Color

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

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

This div background color is #9FB7AC.


Border color

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

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

This div border color is #9FB7AC.


Opacity

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

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

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

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

This text has shadow with #9FB7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB7AC on black background.


Color preview on white background

This text has color #9FB7AC on white background.



Black color preview on #9FB7AC background

This text has black color on #9FB7AC background.


White color preview on #9FB7AC background

This text has white color on #9FB7AC background.