COLOR #9FB49A

HEX: #9FB49A
RGB: (159,180,154)

Color info

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

RGB color model

#9FB49A color RGB value is (159,180,154).

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

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 154 of 255 = 60%

159
180
154

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

Portions of RGB colors in percentages

R + G + B =
159 + 180 + 154 = 493 (100%)
R 159 of 493 ~ 32.25%
G 180 of 493 ~ 36.51%
B 154 of 493 ~ 31.24%

%32.25
%36.51
%31.24

CMYK color model

#9FB49A color CMYK value is (12,0,14,29).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(12,0,14,29)
C12M0Y14K29 
(12%,0%,14%,29%)
(0.12/0.00/0.14/0.29)	

CMYK percentages

%11.67
%0
%14.44
%29.41

Codes

Color #9FB49A in popluar color models

9FB49A
RGB159180154
HSL108°14.77%65.49%
HSB/HSV108°14.44%70.59%
CMYK11.67%0.00%14.44%
29.41%

Color #9FB49A in popluar number systems.

HEX9FB49A
Decimal159180154
Binary100111111011010010011010
Octal237264232

Shades and tints

Shades of #9FB49A

#9FB49A
(159,180,154)
#91A48C
(145,164,140)
#83947E
(131,148,126)
#758470
(117,132,112)
#677462
(103,116,98)
#596454
(89,100,84)
#4B5446
(75,84,70)
#3D4438
(61,68,56)
#2F342A
(47,52,42)
#21241C
(33,36,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #9FB49A

#9FB49A
(159,180,154)
#A7BAA3
(167,186,163)
#AFC0AC
(175,192,172)
#B7C6B5
(183,198,181)
#BFCCBE
(191,204,190)
#C7D2C7
(199,210,199)
#CFD8D0
(207,216,208)
#D7DED9
(215,222,217)
#DFE4E2
(223,228,226)
#E7EAEB
(231,234,235)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB49A; }

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

This text font color is #9FB49A.


Background Color

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

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

This div background color is #9FB49A.


Border color

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

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

This div border color is #9FB49A.


Opacity

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

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

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

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

This text has shadow with #9FB49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB49A on black background.


Color preview on white background

This text has color #9FB49A on white background.



Black color preview on #9FB49A background

This text has black color on #9FB49A background.


White color preview on #9FB49A background

This text has white color on #9FB49A background.