COLOR #9FB59C

HEX: #9FB59C RGB: (159,181,156)

Color info

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

RGB color model

#9FB59C color RGB value is (159,181,156).

RGB: (159,181,156) (62%, 71%, 61%)

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 156 of 255 = 61%

159
181
156

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

Portions of RGB colors in percentages

R + G + B = 159 + 181 + 156 = 496 (100%)
R 159 of 496 ~ 32.06%
G 181 of 496 ~ 36.49%
B 156 of 496 ~ 31.45'%

%32.06
%36.49
%31.45

CMYK color model

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

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

CMYK percentages

%12.15
%0
%13.81
%29.02

Codes

Color #9FB59C in popluar color models

9F B5 9C
RGB 159 181 156
HSL 113° 14.45% 66.08%
HSB/HSV 113° 13.81% 70.98%
CMYK 12.15% 0.00% 13.81%
29.02%

Color #9FB59C in popluar number systems.

HEX 9F B5 9C
Decimal 159 181 156
Binary 10011111 10110101 10011100
Octal 237 265 234

Shades and tints

Shades of #9FB59C

#9FB59C
(159,181,156)
#91A58E
(145,165,142)
#839580
(131,149,128)
#758572
(117,133,114)
#677564
(103,117,100)
#596556
(89,101,86)
#4B5548
(75,85,72)
#3D453A
(61,69,58)
#2F352C
(47,53,44)
#21251E
(33,37,30)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #9FB59C

#9FB59C
(159,181,156)
#A7BBA5
(167,187,165)
#AFC1AE
(175,193,174)
#B7C7B7
(183,199,183)
#BFCDC0
(191,205,192)
#C7D3C9
(199,211,201)
#CFD9D2
(207,217,210)
#D7DFDB
(215,223,219)
#DFE5E4
(223,229,228)
#E7EBED
(231,235,237)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB59C color. Also use rgb(159,181,156) instead hex code.

Text Font Color

.myTextColor { color: #9FB59C; }

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

This text font color is #9FB59C.

Background Color

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

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

This div background color is #9FB59C.

Border color

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

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

This div border color is #9FB59C.

Opacity

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

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

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

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

This text has shadow with #9FB59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB59C.

Preview

Color preview on black background

This text has color #9FB59C on black background.


Color preview on white background

This text has color #9FB59C on white background.


Black color preview on #9FB59C background

This text has black color on #9FB59C background.


White color preview on #9FB59C background

This text has white color on #9FB59C background.


Related colors

Complementary color

Complementary color for #hex is #604A63.


I love getcolorcode.com

Triadic colors

1 #9C9FB5 and #B59C9F with #9FB59C are triadic colors.

2 #9CB59F and #B59F9C with #9FB59C are triadic colors.