COLOR #9FB09C

HEX: #9FB09C RGB: (159,176,156)

Color info

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

RGB color model

#9FB09C color RGB value is (159,176,156).

RGB: (159,176,156) (62%, 69%, 61%)

RGB channels and saturation

R 159 of 255 = 62%
G 176 of 255 = 69%
B 156 of 255 = 61%

159
176
156

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

Portions of RGB colors in percentages

R + G + B = 159 + 176 + 156 = 491 (100%)
R 159 of 491 ~ 32.38%
G 176 of 491 ~ 35.85%
B 156 of 491 ~ 31.77'%

%32.38
%35.85
%31.77

CMYK color model

#9FB09C color CMYK value is (10,0,11,31).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 30.98%
CMYK: (10,0,11,31) C10M0Y11K31 (10%,0%,11%,31%) (0.10/0.00/0.11/0.31) 

CMYK percentages

%9.66
%0
%11.36
%30.98

Codes

Color #9FB09C in popluar color models

9F B0 9C
RGB 159 176 156
HSL 111° 11.24% 65.10%
HSB/HSV 111° 11.36% 69.02%
CMYK 9.66% 0.00% 11.36%
30.98%

Color #9FB09C in popluar number systems.

HEX 9F B0 9C
Decimal 159 176 156
Binary 10011111 10110000 10011100
Octal 237 260 234

Shades and tints

Shades of #9FB09C

#9FB09C
(159,176,156)
#91A08E
(145,160,142)
#839080
(131,144,128)
#758072
(117,128,114)
#677064
(103,112,100)
#596056
(89,96,86)
#4B5048
(75,80,72)
#3D403A
(61,64,58)
#2F302C
(47,48,44)
#21201E
(33,32,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #9FB09C

#9FB09C
(159,176,156)
#A7B7A5
(167,183,165)
#AFBEAE
(175,190,174)
#B7C5B7
(183,197,183)
#BFCCC0
(191,204,192)
#C7D3C9
(199,211,201)
#CFDAD2
(207,218,210)
#D7E1DB
(215,225,219)
#DFE8E4
(223,232,228)
#E7EFED
(231,239,237)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB09C; }

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

This text font color is #9FB09C.

Background Color

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

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

This div background color is #9FB09C.

Border color

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

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

This div border color is #9FB09C.

Opacity

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

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

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

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

This text has shadow with #9FB09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB09C.

Preview

Color preview on black background

This text has color #9FB09C on black background.


Color preview on white background

This text has color #9FB09C on white background.


Black color preview on #9FB09C background

This text has black color on #9FB09C background.


White color preview on #9FB09C background

This text has white color on #9FB09C background.


Related colors

Complementary color

Complementary color for #hex is #604F63.


I love getcolorcode.com

Triadic colors

1 #9C9FB0 and #B09C9F with #9FB09C are triadic colors.

2 #9CB09F and #B09F9C with #9FB09C are triadic colors.