COLOR #9FC9D0

HEX: #9FC9D0
RGB: (159,201,208)

Color info

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

RGB color model

#9FC9D0 color RGB value is (159,201,208).

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

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 208 of 255 = 82%

159
201
208

R + G + B ~ 74%. #9FC9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 201 + 208 = 568 (100%)
R 159 of 568 ~ 27.99%
G 201 of 568 ~ 35.39%
B 208 of 568 ~ 36.62%

%27.99
%35.39
%36.62

CMYK color model

#9FC9D0 color CMYK value is (24,3,0,18).

  • cyan value is 23.56%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(24,3,0,18)
C24M3Y0K18 
(24%,3%,0%,18%)
(0.24/0.03/0.00/0.18)	

CMYK percentages

%23.56
%3.37
%0
%18.43

Codes

Color #9FC9D0 in popluar color models

9FC9D0
RGB159201208
HSL189°34.27%71.96%
HSB/HSV189°23.56%81.57%
CMYK23.56%3.37%0.00%
18.43%

Color #9FC9D0 in popluar number systems.

HEX9FC9D0
Decimal159201208
Binary100111111100100111010000
Octal237311320

Shades and tints

Shades of #9FC9D0

#9FC9D0
(159,201,208)
#91B7BE
(145,183,190)
#83A5AC
(131,165,172)
#75939A
(117,147,154)
#678188
(103,129,136)
#596F76
(89,111,118)
#4B5D64
(75,93,100)
#3D4B52
(61,75,82)
#2F3940
(47,57,64)
#21272E
(33,39,46)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #9FC9D0

#9FC9D0
(159,201,208)
#A7CDD4
(167,205,212)
#AFD1D8
(175,209,216)
#B7D5DC
(183,213,220)
#BFD9E0
(191,217,224)
#C7DDE4
(199,221,228)
#CFE1E8
(207,225,232)
#D7E5EC
(215,229,236)
#DFE9F0
(223,233,240)
#E7EDF4
(231,237,244)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC9D0; }

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

This text font color is #9FC9D0.


Background Color

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

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

This div background color is #9FC9D0.


Border color

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

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

This div border color is #9FC9D0.


Opacity

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

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

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

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

This text has shadow with #9FC9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC9D0 on black background.


Color preview on white background

This text has color #9FC9D0 on white background.



Black color preview on #9FC9D0 background

This text has black color on #9FC9D0 background.


White color preview on #9FC9D0 background

This text has white color on #9FC9D0 background.