COLOR #9FC09B

HEX: #9FC09B
RGB: (159,192,155)

Color info

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

RGB color model

#9FC09B color RGB value is (159,192,155).

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

RGB channels and saturation

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

159
192
155

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

Portions of RGB colors in percentages

R + G + B =
159 + 192 + 155 = 506 (100%)
R 159 of 506 ~ 31.42%
G 192 of 506 ~ 37.94%
B 155 of 506 ~ 30.63%

%31.42
%37.94
%30.63

CMYK color model

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

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • 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
%19.27
%24.71

Codes

Color #9FC09B in popluar color models

9FC09B
RGB159192155
HSL114°22.70%68.04%
HSB/HSV114°19.27%75.29%
CMYK17.19%0.00%19.27%
24.71%

Color #9FC09B in popluar number systems.

HEX9FC09B
Decimal159192155
Binary100111111100000010011011
Octal237300233

Shades and tints

Shades of #9FC09B

#9FC09B
(159,192,155)
#91AF8D
(145,175,141)
#839E7F
(131,158,127)
#758D71
(117,141,113)
#677C63
(103,124,99)
#596B55
(89,107,85)
#4B5A47
(75,90,71)
#3D4939
(61,73,57)
#2F382B
(47,56,43)
#21271D
(33,39,29)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #9FC09B

#9FC09B
(159,192,155)
#A7C5A4
(167,197,164)
#AFCAAD
(175,202,173)
#B7CFB6
(183,207,182)
#BFD4BF
(191,212,191)
#C7D9C8
(199,217,200)
#CFDED1
(207,222,209)
#D7E3DA
(215,227,218)
#DFE8E3
(223,232,227)
#E7EDEC
(231,237,236)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC09B; }

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

This text font color is #9FC09B.


Background Color

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

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

This div background color is #9FC09B.


Border color

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

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

This div border color is #9FC09B.


Opacity

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

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

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

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

This text has shadow with #9FC09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC09B on black background.


Color preview on white background

This text has color #9FC09B on white background.



Black color preview on #9FC09B background

This text has black color on #9FC09B background.


White color preview on #9FC09B background

This text has white color on #9FC09B background.