COLOR #9FB696

HEX: #9FB696
RGB: (159,182,150)

Color info

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

RGB color model

#9FB696 color RGB value is (159,182,150).

  • red value is 159;
  • green value is 182;
  • blue value is 150.
RGB:
(159,182,150)
(62%,71%,59%)

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 150 of 255 = 59%

159
182
150

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

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 150 = 491 (100%)
R 159 of 491 ~ 32.38%
G 182 of 491 ~ 37.07%
B 150 of 491 ~ 30.55%

%32.38
%37.07
%30.55

CMYK color model

#9FB696 color CMYK value is (13,0,18,29).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 17.58%
  • key color value is 28.63%
CMYK:
(13,0,18,29)
C13M0Y18K29 
(13%,0%,18%,29%)
(0.13/0.00/0.18/0.29)	

CMYK percentages

%12.64
%0
%17.58
%28.63

Codes

Color #9FB696 in popluar color models

9FB696
RGB159182150
HSL103°17.98%65.10%
HSB/HSV103°17.58%71.37%
CMYK12.64%0.00%17.58%
28.63%

Color #9FB696 in popluar number systems.

HEX9FB696
Decimal159182150
Binary100111111011011010010110
Octal237266226

Shades and tints

Shades of #9FB696

#9FB696
(159,182,150)
#91A689
(145,166,137)
#83967C
(131,150,124)
#75866F
(117,134,111)
#677662
(103,118,98)
#596655
(89,102,85)
#4B5648
(75,86,72)
#3D463B
(61,70,59)
#2F362E
(47,54,46)
#212621
(33,38,33)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #9FB696

#9FB696
(159,182,150)
#A7BC9F
(167,188,159)
#AFC2A8
(175,194,168)
#B7C8B1
(183,200,177)
#BFCEBA
(191,206,186)
#C7D4C3
(199,212,195)
#CFDACC
(207,218,204)
#D7E0D5
(215,224,213)
#DFE6DE
(223,230,222)
#E7ECE7
(231,236,231)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB696 color. Also use rgb(159,182,150) instead hex code.

Text Font Color

.myTextColor { color: #9FB696; }

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

This text font color is #9FB696.


Background Color

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

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

This div background color is #9FB696.


Border color

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

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

This div border color is #9FB696.


Opacity

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

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

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

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

This text has shadow with #9FB696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB696 on black background.


Color preview on white background

This text has color #9FB696 on white background.



Black color preview on #9FB696 background

This text has black color on #9FB696 background.


White color preview on #9FB696 background

This text has white color on #9FB696 background.