COLOR #9FB699

HEX: #9FB699
RGB: (159,182,153)

Color info

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

RGB color model

#9FB699 color RGB value is (159,182,153).

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

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 153 of 255 = 60%

159
182
153

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

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 153 = 494 (100%)
R 159 of 494 ~ 32.19%
G 182 of 494 ~ 36.84%
B 153 of 494 ~ 30.97%

%32.19
%36.84
%30.97

CMYK color model

#9FB699 color CMYK value is (13,0,16,29).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 28.63%
CMYK:
(13,0,16,29)
C13M0Y16K29 
(13%,0%,16%,29%)
(0.13/0.00/0.16/0.29)	

CMYK percentages

%12.64
%0
%15.93
%28.63

Codes

Color #9FB699 in popluar color models

9FB699
RGB159182153
HSL108°16.57%65.69%
HSB/HSV108°15.93%71.37%
CMYK12.64%0.00%15.93%
28.63%

Color #9FB699 in popluar number systems.

HEX9FB699
Decimal159182153
Binary100111111011011010011001
Octal237266231

Shades and tints

Shades of #9FB699

#9FB699
(159,182,153)
#91A68C
(145,166,140)
#83967F
(131,150,127)
#758672
(117,134,114)
#677665
(103,118,101)
#596658
(89,102,88)
#4B564B
(75,86,75)
#3D463E
(61,70,62)
#2F3631
(47,54,49)
#212624
(33,38,36)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #9FB699

#9FB699
(159,182,153)
#A7BCA2
(167,188,162)
#AFC2AB
(175,194,171)
#B7C8B4
(183,200,180)
#BFCEBD
(191,206,189)
#C7D4C6
(199,212,198)
#CFDACF
(207,218,207)
#D7E0D8
(215,224,216)
#DFE6E1
(223,230,225)
#E7ECEA
(231,236,234)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB699; }

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

This text font color is #9FB699.


Background Color

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

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

This div background color is #9FB699.


Border color

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

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

This div border color is #9FB699.


Opacity

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

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

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

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

This text has shadow with #9FB699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB699 on black background.


Color preview on white background

This text has color #9FB699 on white background.



Black color preview on #9FB699 background

This text has black color on #9FB699 background.


White color preview on #9FB699 background

This text has white color on #9FB699 background.