COLOR #9FBC8B

HEX: #9FBC8B RGB: (159,188,139)

Color info

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

RGB color model

#9FBC8B color RGB value is (159,188,139).

RGB: (159,188,139) (62%, 74%, 55%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 139 of 255 = 55%

159
188
139

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

Portions of RGB colors in percentages

R + G + B = 159 + 188 + 139 = 486 (100%)
R 159 of 486 ~ 32.72%
G 188 of 486 ~ 38.68%
B 139 of 486 ~ 28.6'%

%32.72
%38.68
%28.6

CMYK color model

#9FBC8B color CMYK value is (15,0,26,26).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 26.27%

CMYK: (15,0,26,26)
C15M0Y26K26 (15%, 0%, 26%, 26%)
(0.15 / 0.00 / 0.26 / 0.26)

CMYK percentages

%15.43
%0
%26.06
%26.27

Codes

Color #9FBC8B in popluar color models

9F BC 8B
RGB 159 188 139
HSL 96° 26.78% 64.12%
HSB/HSV 96° 26.06% 73.73%
CMYK 15.43% 0.00% 26.06%
26.27%

Color #9FBC8B in popluar number systems.

HEX 9F BC 8B
Decimal 159 188 139
Binary 10011111 10111100 10001011
Octal 237 274 213

Shades and tints

Shades of #9FBC8B

#9FBC8B
(159,188,139)
#91AB7F
(145,171,127)
#839A73
(131,154,115)
#758967
(117,137,103)
#67785B
(103,120,91)
#59674F
(89,103,79)
#4B5643
(75,86,67)
#3D4537
(61,69,55)
#2F342B
(47,52,43)
#21231F
(33,35,31)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #9FBC8B

#9FBC8B
(159,188,139)
#A7C295
(167,194,149)
#AFC89F
(175,200,159)
#B7CEA9
(183,206,169)
#BFD4B3
(191,212,179)
#C7DABD
(199,218,189)
#CFE0C7
(207,224,199)
#D7E6D1
(215,230,209)
#DFECDB
(223,236,219)
#E7F2E5
(231,242,229)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBC8B color. Also use rgb(159,188,139) instead hex code.

Text Font Color

.myTextColor { color: #9FBC8B; }

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

This text font color is #9FBC8B.

Background Color

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

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

This div background color is #9FBC8B.

Border color

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

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

This div border color is #9FBC8B.

Opacity

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

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

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

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

This text has shadow with #9FBC8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBC8B.

Preview

Color preview on black background

This text has color #9FBC8B on black background.


Color preview on white background

This text has color #9FBC8B on white background.


Black color preview on #9FBC8B background

This text has black color on #9FBC8B background.


White color preview on #9FBC8B background

This text has white color on #9FBC8B background.


Related colors

Complementary color

Complementary color for #hex is #604374.


I love getcolorcode.com

Triadic colors

1 #8B9FBC and #BC8B9F with #9FBC8B are triadic colors.

2 #8BBC9F and #BC9F8B with #9FBC8B are triadic colors.