COLOR #9FC9B2

HEX: #9FC9B2
RGB: (159,201,178)

Color info

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

RGB color model

#9FC9B2 color RGB value is (159,201,178).

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

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 178 of 255 = 70%

159
201
178

R + G + B ~ 70%. #9FC9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 201 + 178 = 538 (100%)
R 159 of 538 ~ 29.55%
G 201 of 538 ~ 37.36%
B 178 of 538 ~ 33.09%

%29.55
%37.36
%33.09

CMYK color model

#9FC9B2 color CMYK value is (21,0,11,21).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 11.44%
  • key color value is 21.18%
CMYK:
(21,0,11,21)
C21M0Y11K21 
(21%,0%,11%,21%)
(0.21/0.00/0.11/0.21)	

CMYK percentages

%20.9
%0
%11.44
%21.18

Codes

Color #9FC9B2 in popluar color models

9FC9B2
RGB159201178
HSL147°28.00%70.59%
HSB/HSV147°20.90%78.82%
CMYK20.90%0.00%11.44%
21.18%

Color #9FC9B2 in popluar number systems.

HEX9FC9B2
Decimal159201178
Binary100111111100100110110010
Octal237311262

Shades and tints

Shades of #9FC9B2

#9FC9B2
(159,201,178)
#91B7A2
(145,183,162)
#83A592
(131,165,146)
#759382
(117,147,130)
#678172
(103,129,114)
#596F62
(89,111,98)
#4B5D52
(75,93,82)
#3D4B42
(61,75,66)
#2F3932
(47,57,50)
#212722
(33,39,34)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #9FC9B2

#9FC9B2
(159,201,178)
#A7CDB9
(167,205,185)
#AFD1C0
(175,209,192)
#B7D5C7
(183,213,199)
#BFD9CE
(191,217,206)
#C7DDD5
(199,221,213)
#CFE1DC
(207,225,220)
#D7E5E3
(215,229,227)
#DFE9EA
(223,233,234)
#E7EDF1
(231,237,241)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC9B2; }

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

This text font color is #9FC9B2.


Background Color

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

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

This div background color is #9FC9B2.


Border color

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

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

This div border color is #9FC9B2.


Opacity

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

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

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

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

This text has shadow with #9FC9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC9B2 on black background.


Color preview on white background

This text has color #9FC9B2 on white background.



Black color preview on #9FC9B2 background

This text has black color on #9FC9B2 background.


White color preview on #9FC9B2 background

This text has white color on #9FC9B2 background.