COLOR #9FB39B

HEX: #9FB39B RGB: (159,179,155)

Color info

#9FB39B contains red, green and blue colors in about the same proportion. Web safe color of #9FB39B is #999999 (or #999).

RGB color model

#9FB39B color RGB value is (159,179,155).

RGB: (159,179,155) (62%, 70%, 61%)

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 155 of 255 = 61%

159
179
155

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

Portions of RGB colors in percentages

R + G + B = 159 + 179 + 155 = 493 (100%)
R 159 of 493 ~ 32.25%
G 179 of 493 ~ 36.31%
B 155 of 493 ~ 31.44'%

%32.25
%36.31
%31.44

CMYK color model

#9FB39B color CMYK value is (11,0,13,30).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 29.80%

CMYK: (11,0,13,30)
C11M0Y13K30 (11%, 0%, 13%, 30%)
(0.11 / 0.00 / 0.13 / 0.30)

CMYK percentages

%11.17
%0
%13.41
%29.8

Codes

Color #9FB39B in popluar color models

9F B3 9B
RGB 159 179 155
HSL 110° 13.64% 65.49%
HSB/HSV 110° 13.41% 70.20%
CMYK 11.17% 0.00% 13.41%
29.80%

Color #9FB39B in popluar number systems.

HEX 9F B3 9B
Decimal 159 179 155
Binary 10011111 10110011 10011011
Octal 237 263 233

Shades and tints

Shades of #9FB39B

#9FB39B
(159,179,155)
#91A38D
(145,163,141)
#83937F
(131,147,127)
#758371
(117,131,113)
#677363
(103,115,99)
#596355
(89,99,85)
#4B5347
(75,83,71)
#3D4339
(61,67,57)
#2F332B
(47,51,43)
#21231D
(33,35,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #9FB39B

#9FB39B
(159,179,155)
#A7B9A4
(167,185,164)
#AFBFAD
(175,191,173)
#B7C5B6
(183,197,182)
#BFCBBF
(191,203,191)
#C7D1C8
(199,209,200)
#CFD7D1
(207,215,209)
#D7DDDA
(215,221,218)
#DFE3E3
(223,227,227)
#E7E9EC
(231,233,236)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB39B color. Also use rgb(159,179,155) instead hex code.

Text Font Color

.myTextColor { color: #9FB39B; }

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

This text font color is #9FB39B.

Background Color

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

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

This div background color is #9FB39B.

Border color

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

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

This div border color is #9FB39B.

Opacity

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

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

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

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

This text has shadow with #9FB39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB39B.

Preview

Color preview on black background

This text has color #9FB39B on black background.


Color preview on white background

This text has color #9FB39B on white background.


Black color preview on #9FB39B background

This text has black color on #9FB39B background.


White color preview on #9FB39B background

This text has white color on #9FB39B background.


Related colors

Complementary color

Complementary color for #hex is #604C64.


I love getcolorcode.com

Triadic colors

1 #9B9FB3 and #B39B9F with #9FB39B are triadic colors.

2 #9BB39F and #B39F9B with #9FB39B are triadic colors.