COLOR #9FC09C

HEX: #9FC09C
RGB: (159,192,156)

Color info

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

RGB color model

#9FC09C color RGB value is (159,192,156).

  • red value is 159;
  • green value is 192;
  • blue value is 156.
RGB:
(159,192,156)
(62%,75%,61%)

RGB channels and saturation

R 159 of 255 = 62%
G 192 of 255 = 75%
B 156 of 255 = 61%

159
192
156

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

Portions of RGB colors in percentages

R + G + B =
159 + 192 + 156 = 507 (100%)
R 159 of 507 ~ 31.36%
G 192 of 507 ~ 37.87%
B 156 of 507 ~ 30.77%

%31.36
%37.87
%30.77

CMYK color model

#9FC09C color CMYK value is (17,0,19,25).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(17,0,19,25)
C17M0Y19K25 
(17%,0%,19%,25%)
(0.17/0.00/0.19/0.25)	

CMYK percentages

%17.19
%0
%18.75
%24.71

Codes

Color #9FC09C in popluar color models

9FC09C
RGB159192156
HSL115°22.22%68.24%
HSB/HSV115°18.75%75.29%
CMYK17.19%0.00%18.75%
24.71%

Color #9FC09C in popluar number systems.

HEX9FC09C
Decimal159192156
Binary100111111100000010011100
Octal237300234

Shades and tints

Shades of #9FC09C

#9FC09C
(159,192,156)
#91AF8E
(145,175,142)
#839E80
(131,158,128)
#758D72
(117,141,114)
#677C64
(103,124,100)
#596B56
(89,107,86)
#4B5A48
(75,90,72)
#3D493A
(61,73,58)
#2F382C
(47,56,44)
#21271E
(33,39,30)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #9FC09C

#9FC09C
(159,192,156)
#A7C5A5
(167,197,165)
#AFCAAE
(175,202,174)
#B7CFB7
(183,207,183)
#BFD4C0
(191,212,192)
#C7D9C9
(199,217,201)
#CFDED2
(207,222,210)
#D7E3DB
(215,227,219)
#DFE8E4
(223,232,228)
#E7EDED
(231,237,237)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC09C; }

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

This text font color is #9FC09C.


Background Color

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

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

This div background color is #9FC09C.


Border color

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

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

This div border color is #9FC09C.


Opacity

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

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

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

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

This text has shadow with #9FC09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC09C on black background.


Color preview on white background

This text has color #9FC09C on white background.



Black color preview on #9FC09C background

This text has black color on #9FC09C background.


White color preview on #9FC09C background

This text has white color on #9FC09C background.