COLOR #9FC097

HEX: #9FC097
RGB: (159,192,151)

Color info

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

RGB color model

#9FC097 color RGB value is (159,192,151).

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

RGB channels and saturation

R 159 of 255 = 62%
G 192 of 255 = 75%
B 151 of 255 = 59%

159
192
151

R + G + B ~ 65%. #9FC097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 192 + 151 = 502 (100%)
R 159 of 502 ~ 31.67%
G 192 of 502 ~ 38.25%
B 151 of 502 ~ 30.08%

%31.67
%38.25
%30.08

CMYK color model

#9FC097 color CMYK value is (17,0,21,25).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK:
(17,0,21,25)
C17M0Y21K25 
(17%,0%,21%,25%)
(0.17/0.00/0.21/0.25)	

CMYK percentages

%17.19
%0
%21.35
%24.71

Codes

Color #9FC097 in popluar color models

9FC097
RGB159192151
HSL108°24.55%67.25%
HSB/HSV108°21.35%75.29%
CMYK17.19%0.00%21.35%
24.71%

Color #9FC097 in popluar number systems.

HEX9FC097
Decimal159192151
Binary100111111100000010010111
Octal237300227

Shades and tints

Shades of #9FC097

#9FC097
(159,192,151)
#91AF8A
(145,175,138)
#839E7D
(131,158,125)
#758D70
(117,141,112)
#677C63
(103,124,99)
#596B56
(89,107,86)
#4B5A49
(75,90,73)
#3D493C
(61,73,60)
#2F382F
(47,56,47)
#212722
(33,39,34)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #9FC097

#9FC097
(159,192,151)
#A7C5A0
(167,197,160)
#AFCAA9
(175,202,169)
#B7CFB2
(183,207,178)
#BFD4BB
(191,212,187)
#C7D9C4
(199,217,196)
#CFDECD
(207,222,205)
#D7E3D6
(215,227,214)
#DFE8DF
(223,232,223)
#E7EDE8
(231,237,232)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC097; }

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

This text font color is #9FC097.


Background Color

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

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

This div background color is #9FC097.


Border color

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

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

This div border color is #9FC097.


Opacity

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

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

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

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

This text has shadow with #9FC097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC097 on black background.


Color preview on white background

This text has color #9FC097 on white background.



Black color preview on #9FC097 background

This text has black color on #9FC097 background.


White color preview on #9FC097 background

This text has white color on #9FC097 background.