COLOR #9FB4A0

HEX: #9FB4A0
RGB: (159,180,160)

Color info

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

RGB color model

#9FB4A0 color RGB value is (159,180,160).

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

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 160 of 255 = 63%

159
180
160

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

Portions of RGB colors in percentages

R + G + B =
159 + 180 + 160 = 499 (100%)
R 159 of 499 ~ 31.86%
G 180 of 499 ~ 36.07%
B 160 of 499 ~ 32.06%

%31.86
%36.07
%32.06

CMYK color model

#9FB4A0 color CMYK value is (12,0,11,29).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 29.41%
CMYK:
(12,0,11,29)
C12M0Y11K29 
(12%,0%,11%,29%)
(0.12/0.00/0.11/0.29)	

CMYK percentages

%11.67
%0
%11.11
%29.41

Codes

Color #9FB4A0 in popluar color models

9FB4A0
RGB159180160
HSL123°12.28%66.47%
HSB/HSV123°11.67%70.59%
CMYK11.67%0.00%11.11%
29.41%

Color #9FB4A0 in popluar number systems.

HEX9FB4A0
Decimal159180160
Binary100111111011010010100000
Octal237264240

Shades and tints

Shades of #9FB4A0

#9FB4A0
(159,180,160)
#91A492
(145,164,146)
#839484
(131,148,132)
#758476
(117,132,118)
#677468
(103,116,104)
#59645A
(89,100,90)
#4B544C
(75,84,76)
#3D443E
(61,68,62)
#2F3430
(47,52,48)
#212422
(33,36,34)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9FB4A0

#9FB4A0
(159,180,160)
#A7BAA8
(167,186,168)
#AFC0B0
(175,192,176)
#B7C6B8
(183,198,184)
#BFCCC0
(191,204,192)
#C7D2C8
(199,210,200)
#CFD8D0
(207,216,208)
#D7DED8
(215,222,216)
#DFE4E0
(223,228,224)
#E7EAE8
(231,234,232)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB4A0; }

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

This text font color is #9FB4A0.


Background Color

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

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

This div background color is #9FB4A0.


Border color

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

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

This div border color is #9FB4A0.


Opacity

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

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

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

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

This text has shadow with #9FB4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB4A0 on black background.


Color preview on white background

This text has color #9FB4A0 on white background.



Black color preview on #9FB4A0 background

This text has black color on #9FB4A0 background.


White color preview on #9FB4A0 background

This text has white color on #9FB4A0 background.