COLOR #9FB4AC

HEX: #9FB4AC
RGB: (159,180,172)

Color info

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

RGB color model

#9FB4AC color RGB value is (159,180,172).

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

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 172 of 255 = 67%

159
180
172

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

Portions of RGB colors in percentages

R + G + B =
159 + 180 + 172 = 511 (100%)
R 159 of 511 ~ 31.12%
G 180 of 511 ~ 35.23%
B 172 of 511 ~ 33.66%

%31.12
%35.23
%33.66

CMYK color model

#9FB4AC color CMYK value is (12,0,4,29).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(12,0,4,29)
C12M0Y4K29 
(12%,0%,4%,29%)
(0.12/0.00/0.04/0.29)	

CMYK percentages

%11.67
%0
%4.44
%29.41

Codes

Color #9FB4AC in popluar color models

9FB4AC
RGB159180172
HSL157°12.28%66.47%
HSB/HSV157°11.67%70.59%
CMYK11.67%0.00%4.44%
29.41%

Color #9FB4AC in popluar number systems.

HEX9FB4AC
Decimal159180172
Binary100111111011010010101100
Octal237264254

Shades and tints

Shades of #9FB4AC

#9FB4AC
(159,180,172)
#91A49D
(145,164,157)
#83948E
(131,148,142)
#75847F
(117,132,127)
#677470
(103,116,112)
#596461
(89,100,97)
#4B5452
(75,84,82)
#3D4443
(61,68,67)
#2F3434
(47,52,52)
#212425
(33,36,37)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #9FB4AC

#9FB4AC
(159,180,172)
#A7BAB3
(167,186,179)
#AFC0BA
(175,192,186)
#B7C6C1
(183,198,193)
#BFCCC8
(191,204,200)
#C7D2CF
(199,210,207)
#CFD8D6
(207,216,214)
#D7DEDD
(215,222,221)
#DFE4E4
(223,228,228)
#E7EAEB
(231,234,235)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB4AC; }

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

This text font color is #9FB4AC.


Background Color

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

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

This div background color is #9FB4AC.


Border color

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

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

This div border color is #9FB4AC.


Opacity

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

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

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

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

This text has shadow with #9FB4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB4AC on black background.


Color preview on white background

This text has color #9FB4AC on white background.



Black color preview on #9FB4AC background

This text has black color on #9FB4AC background.


White color preview on #9FB4AC background

This text has white color on #9FB4AC background.