COLOR #9FB99D

HEX: #9FB99D RGB: (159,185,157)

Color info

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

RGB color model

#9FB99D color RGB value is (159,185,157).

RGB: (159,185,157) (62%, 73%, 62%)

RGB channels and saturation

R 159 of 255 = 62%
G 185 of 255 = 73%
B 157 of 255 = 62%

159
185
157

R + G + B ~ 66%. #9FB99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 185 + 157 = 501 (100%)
R 159 of 501 ~ 31.74%
G 185 of 501 ~ 36.93%
B 157 of 501 ~ 31.34'%

%31.74
%36.93
%31.34

CMYK color model

#9FB99D color CMYK value is (14,0,15,27).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 27.45%

CMYK: (14,0,15,27)
C14M0Y15K27 (14%, 0%, 15%, 27%)
(0.14 / 0.00 / 0.15 / 0.27)

CMYK percentages

%14.05
%0
%15.14
%27.45

Codes

Color #9FB99D in popluar color models

9F B9 9D
RGB 159 185 157
HSL 116° 16.67% 67.06%
HSB/HSV 116° 15.14% 72.55%
CMYK 14.05% 0.00% 15.14%
27.45%

Color #9FB99D in popluar number systems.

HEX 9F B9 9D
Decimal 159 185 157
Binary 10011111 10111001 10011101
Octal 237 271 235

Shades and tints

Shades of #9FB99D

#9FB99D
(159,185,157)
#91A98F
(145,169,143)
#839981
(131,153,129)
#758973
(117,137,115)
#677965
(103,121,101)
#596957
(89,105,87)
#4B5949
(75,89,73)
#3D493B
(61,73,59)
#2F392D
(47,57,45)
#21291F
(33,41,31)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #9FB99D

#9FB99D
(159,185,157)
#A7BFA5
(167,191,165)
#AFC5AD
(175,197,173)
#B7CBB5
(183,203,181)
#BFD1BD
(191,209,189)
#C7D7C5
(199,215,197)
#CFDDCD
(207,221,205)
#D7E3D5
(215,227,213)
#DFE9DD
(223,233,221)
#E7EFE5
(231,239,229)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB99D color. Also use rgb(159,185,157) instead hex code.

Text Font Color

.myTextColor { color: #9FB99D; }

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

This text font color is #9FB99D.

Background Color

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

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

This div background color is #9FB99D.

Border color

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

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

This div border color is #9FB99D.

Opacity

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

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

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

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

This text has shadow with #9FB99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB99D.

Preview

Color preview on black background

This text has color #9FB99D on black background.


Color preview on white background

This text has color #9FB99D on white background.


Black color preview on #9FB99D background

This text has black color on #9FB99D background.


White color preview on #9FB99D background

This text has white color on #9FB99D background.


Related colors

Complementary color

Complementary color for #hex is #604662.


I love getcolorcode.com

Triadic colors

1 #9D9FB9 and #B99D9F with #9FB99D are triadic colors.

2 #9DB99F and #B99F9D with #9FB99D are triadic colors.