COLOR #9FC29C

HEX: #9FC29C
RGB: (159,194,156)

Color info

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

RGB color model

#9FC29C color RGB value is (159,194,156).

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

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 156 of 255 = 61%

159
194
156

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

Portions of RGB colors in percentages

R + G + B =
159 + 194 + 156 = 509 (100%)
R 159 of 509 ~ 31.24%
G 194 of 509 ~ 38.11%
B 156 of 509 ~ 30.65%

%31.24
%38.11
%30.65

CMYK color model

#9FC29C color CMYK value is (18,0,20,24).

  • cyan value is 18.04%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 23.92%
CMYK:
(18,0,20,24)
C18M0Y20K24 
(18%,0%,20%,24%)
(0.18/0.00/0.20/0.24)	

CMYK percentages

%18.04
%0
%19.59
%23.92

Codes

Color #9FC29C in popluar color models

9FC29C
RGB159194156
HSL115°23.75%68.63%
HSB/HSV115°19.59%76.08%
CMYK18.04%0.00%19.59%
23.92%

Color #9FC29C in popluar number systems.

HEX9FC29C
Decimal159194156
Binary100111111100001010011100
Octal237302234

Shades and tints

Shades of #9FC29C

#9FC29C
(159,194,156)
#91B18E
(145,177,142)
#83A080
(131,160,128)
#758F72
(117,143,114)
#677E64
(103,126,100)
#596D56
(89,109,86)
#4B5C48
(75,92,72)
#3D4B3A
(61,75,58)
#2F3A2C
(47,58,44)
#21291E
(33,41,30)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #9FC29C

#9FC29C
(159,194,156)
#A7C7A5
(167,199,165)
#AFCCAE
(175,204,174)
#B7D1B7
(183,209,183)
#BFD6C0
(191,214,192)
#C7DBC9
(199,219,201)
#CFE0D2
(207,224,210)
#D7E5DB
(215,229,219)
#DFEAE4
(223,234,228)
#E7EFED
(231,239,237)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC29C; }

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

This text font color is #9FC29C.


Background Color

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

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

This div background color is #9FC29C.


Border color

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

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

This div border color is #9FC29C.


Opacity

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

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

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

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

This text has shadow with #9FC29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC29C on black background.


Color preview on white background

This text has color #9FC29C on white background.



Black color preview on #9FC29C background

This text has black color on #9FC29C background.


White color preview on #9FC29C background

This text has white color on #9FC29C background.