COLOR #9FB49E

HEX: #9FB49E RGB: (159,180,158)

Color info

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

RGB color model

#9FB49E color RGB value is (159,180,158).

RGB: (159,180,158) (62%, 71%, 62%)

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 158 of 255 = 62%

159
180
158

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

Portions of RGB colors in percentages

R + G + B = 159 + 180 + 158 = 497 (100%)
R 159 of 497 ~ 31.99%
G 180 of 497 ~ 36.22%
B 158 of 497 ~ 31.79'%

%31.99
%36.22
%31.79

CMYK color model

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

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%

CMYK: (12,0,12,29)
C12M0Y12K29 (12%, 0%, 12%, 29%)
(0.12 / 0.00 / 0.12 / 0.29)

CMYK percentages

%11.67
%0
%12.22
%29.41

Codes

Color #9FB49E in popluar color models

9F B4 9E
RGB 159 180 158
HSL 117° 12.79% 66.27%
HSB/HSV 117° 12.22% 70.59%
CMYK 11.67% 0.00% 12.22%
29.41%

Color #9FB49E in popluar number systems.

HEX 9F B4 9E
Decimal 159 180 158
Binary 10011111 10110100 10011110
Octal 237 264 236

Shades and tints

Shades of #9FB49E

#9FB49E
(159,180,158)
#91A490
(145,164,144)
#839482
(131,148,130)
#758474
(117,132,116)
#677466
(103,116,102)
#596458
(89,100,88)
#4B544A
(75,84,74)
#3D443C
(61,68,60)
#2F342E
(47,52,46)
#212420
(33,36,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #9FB49E

#9FB49E
(159,180,158)
#A7BAA6
(167,186,166)
#AFC0AE
(175,192,174)
#B7C6B6
(183,198,182)
#BFCCBE
(191,204,190)
#C7D2C6
(199,210,198)
#CFD8CE
(207,216,206)
#D7DED6
(215,222,214)
#DFE4DE
(223,228,222)
#E7EAE6
(231,234,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB49E color. Also use rgb(159,180,158) instead hex code.

Text Font Color

.myTextColor { color: #9FB49E; }

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

This text font color is #9FB49E.

Background Color

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

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

This div background color is #9FB49E.

Border color

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

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

This div border color is #9FB49E.

Opacity

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

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

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

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

This text has shadow with #9FB49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB49E.

Preview

Color preview on black background

This text has color #9FB49E on black background.


Color preview on white background

This text has color #9FB49E on white background.


Black color preview on #9FB49E background

This text has black color on #9FB49E background.


White color preview on #9FB49E background

This text has white color on #9FB49E background.


Related colors

Complementary color

Complementary color for #hex is #604B61.


I love getcolorcode.com

Triadic colors

1 #9E9FB4 and #B49E9F with #9FB49E are triadic colors.

2 #9EB49F and #B49F9E with #9FB49E are triadic colors.