COLOR #9FCB96

HEX: #9FCB96
RGB: (159,203,150)

Color info

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

RGB color model

#9FCB96 color RGB value is (159,203,150).

  • red value is 159;
  • green value is 203;
  • blue value is 150.
RGB:
(159,203,150)
(62%,80%,59%)

RGB channels and saturation

R 159 of 255 = 62%
G 203 of 255 = 80%
B 150 of 255 = 59%

159
203
150

R + G + B ~ 67%. #9FCB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 203 + 150 = 512 (100%)
R 159 of 512 ~ 31.05%
G 203 of 512 ~ 39.65%
B 150 of 512 ~ 29.3%

%31.05
%39.65
%29.3

CMYK color model

#9FCB96 color CMYK value is (22,0,26,20).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 20.39%
CMYK:
(22,0,26,20)
C22M0Y26K20 
(22%,0%,26%,20%)
(0.22/0.00/0.26/0.20)	

CMYK percentages

%21.67
%0
%26.11
%20.39

Codes

Color #9FCB96 in popluar color models

9FCB96
RGB159203150
HSL110°33.76%69.22%
HSB/HSV110°26.11%79.61%
CMYK21.67%0.00%26.11%
20.39%

Color #9FCB96 in popluar number systems.

HEX9FCB96
Decimal159203150
Binary100111111100101110010110
Octal237313226

Shades and tints

Shades of #9FCB96

#9FCB96
(159,203,150)
#91B989
(145,185,137)
#83A77C
(131,167,124)
#75956F
(117,149,111)
#678362
(103,131,98)
#597155
(89,113,85)
#4B5F48
(75,95,72)
#3D4D3B
(61,77,59)
#2F3B2E
(47,59,46)
#212921
(33,41,33)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #9FCB96

#9FCB96
(159,203,150)
#A7CF9F
(167,207,159)
#AFD3A8
(175,211,168)
#B7D7B1
(183,215,177)
#BFDBBA
(191,219,186)
#C7DFC3
(199,223,195)
#CFE3CC
(207,227,204)
#D7E7D5
(215,231,213)
#DFEBDE
(223,235,222)
#E7EFE7
(231,239,231)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCB96 color. Also use rgb(159,203,150) instead hex code.

Text Font Color

.myTextColor { color: #9FCB96; }

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

This text font color is #9FCB96.


Background Color

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

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

This div background color is #9FCB96.


Border color

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

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

This div border color is #9FCB96.


Opacity

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

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

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

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

This text has shadow with #9FCB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCB96 on black background.


Color preview on white background

This text has color #9FCB96 on white background.



Black color preview on #9FCB96 background

This text has black color on #9FCB96 background.


White color preview on #9FCB96 background

This text has white color on #9FCB96 background.