COLOR #9FC9AC

HEX: #9FC9AC
RGB: (159,201,172)

Color info

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

RGB color model

#9FC9AC color RGB value is (159,201,172).

  • red value is 159;
  • green value is 201;
  • blue value is 172.
RGB:
(159,201,172)
(62%,79%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 172 of 255 = 67%

159
201
172

R + G + B ~ 69%. #9FC9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 201 + 172 = 532 (100%)
R 159 of 532 ~ 29.89%
G 201 of 532 ~ 37.78%
B 172 of 532 ~ 32.33%

%29.89
%37.78
%32.33

CMYK color model

#9FC9AC color CMYK value is (21,0,14,21).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 21.18%
CMYK:
(21,0,14,21)
C21M0Y14K21 
(21%,0%,14%,21%)
(0.21/0.00/0.14/0.21)	

CMYK percentages

%20.9
%0
%14.43
%21.18

Codes

Color #9FC9AC in popluar color models

9FC9AC
RGB159201172
HSL139°28.00%70.59%
HSB/HSV139°20.90%78.82%
CMYK20.90%0.00%14.43%
21.18%

Color #9FC9AC in popluar number systems.

HEX9FC9AC
Decimal159201172
Binary100111111100100110101100
Octal237311254

Shades and tints

Shades of #9FC9AC

#9FC9AC
(159,201,172)
#91B79D
(145,183,157)
#83A58E
(131,165,142)
#75937F
(117,147,127)
#678170
(103,129,112)
#596F61
(89,111,97)
#4B5D52
(75,93,82)
#3D4B43
(61,75,67)
#2F3934
(47,57,52)
#212725
(33,39,37)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9FC9AC

#9FC9AC
(159,201,172)
#A7CDB3
(167,205,179)
#AFD1BA
(175,209,186)
#B7D5C1
(183,213,193)
#BFD9C8
(191,217,200)
#C7DDCF
(199,221,207)
#CFE1D6
(207,225,214)
#D7E5DD
(215,229,221)
#DFE9E4
(223,233,228)
#E7EDEB
(231,237,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC9AC color. Also use rgb(159,201,172) instead hex code.

Text Font Color

.myTextColor { color: #9FC9AC; }

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

This text font color is #9FC9AC.


Background Color

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

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

This div background color is #9FC9AC.


Border color

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

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

This div border color is #9FC9AC.


Opacity

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

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

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

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

This text has shadow with #9FC9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC9AC on black background.


Color preview on white background

This text has color #9FC9AC on white background.



Black color preview on #9FC9AC background

This text has black color on #9FC9AC background.


White color preview on #9FC9AC background

This text has white color on #9FC9AC background.