COLOR #9FB681

HEX: #9FB681
RGB: (159,182,129)

Color info

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

RGB color model

#9FB681 color RGB value is (159,182,129).

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

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 129 of 255 = 51%

159
182
129

R + G + B ~ 61%. #9FB681 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 129 = 470 (100%)
R 159 of 470 ~ 33.83%
G 182 of 470 ~ 38.72%
B 129 of 470 ~ 27.45%

%33.83
%38.72
%27.45

CMYK color model

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

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 29.12%
  • key color value is 28.63%
CMYK:
(13,0,29,29)
C13M0Y29K29 
(13%,0%,29%,29%)
(0.13/0.00/0.29/0.29)	

CMYK percentages

%12.64
%0
%29.12
%28.63

Codes

Color #9FB681 in popluar color models

9FB681
RGB159182129
HSL86°26.63%60.98%
HSB/HSV86°29.12%71.37%
CMYK12.64%0.00%29.12%
28.63%

Color #9FB681 in popluar number systems.

HEX9FB681
Decimal159182129
Binary100111111011011010000001
Octal237266201

Shades and tints

Shades of #9FB681

#9FB681
(159,182,129)
#91A676
(145,166,118)
#83966B
(131,150,107)
#758660
(117,134,96)
#677655
(103,118,85)
#59664A
(89,102,74)
#4B563F
(75,86,63)
#3D4634
(61,70,52)
#2F3629
(47,54,41)
#21261E
(33,38,30)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #9FB681

#9FB681
(159,182,129)
#A7BC8C
(167,188,140)
#AFC297
(175,194,151)
#B7C8A2
(183,200,162)
#BFCEAD
(191,206,173)
#C7D4B8
(199,212,184)
#CFDAC3
(207,218,195)
#D7E0CE
(215,224,206)
#DFE6D9
(223,230,217)
#E7ECE4
(231,236,228)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB681; }

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

This text font color is #9FB681.


Background Color

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

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

This div background color is #9FB681.


Border color

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

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

This div border color is #9FB681.


Opacity

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

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

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

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

This text has shadow with #9FB681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB681 on black background.


Color preview on white background

This text has color #9FB681 on white background.



Black color preview on #9FB681 background

This text has black color on #9FB681 background.


White color preview on #9FB681 background

This text has white color on #9FB681 background.