COLOR #9FC3D0

HEX: #9FC3D0
RGB: (159,195,208)

Color info

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

RGB color model

#9FC3D0 color RGB value is (159,195,208).

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

RGB channels and saturation

R 159 of 255 = 62%
G 195 of 255 = 76%
B 208 of 255 = 82%

159
195
208

R + G + B ~ 73%. #9FC3D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 195 + 208 = 562 (100%)
R 159 of 562 ~ 28.29%
G 195 of 562 ~ 34.7%
B 208 of 562 ~ 37.01%

%28.29
%34.7
%37.01

CMYK color model

#9FC3D0 color CMYK value is (24,6,0,18).

  • cyan value is 23.56%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(24,6,0,18)
C24M6Y0K18 
(24%,6%,0%,18%)
(0.24/0.06/0.00/0.18)	

CMYK percentages

%23.56
%6.25
%0
%18.43

Codes

Color #9FC3D0 in popluar color models

9FC3D0
RGB159195208
HSL196°34.27%71.96%
HSB/HSV196°23.56%81.57%
CMYK23.56%6.25%0.00%
18.43%

Color #9FC3D0 in popluar number systems.

HEX9FC3D0
Decimal159195208
Binary100111111100001111010000
Octal237303320

Shades and tints

Shades of #9FC3D0

#9FC3D0
(159,195,208)
#91B2BE
(145,178,190)
#83A1AC
(131,161,172)
#75909A
(117,144,154)
#677F88
(103,127,136)
#596E76
(89,110,118)
#4B5D64
(75,93,100)
#3D4C52
(61,76,82)
#2F3B40
(47,59,64)
#212A2E
(33,42,46)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #9FC3D0

#9FC3D0
(159,195,208)
#A7C8D4
(167,200,212)
#AFCDD8
(175,205,216)
#B7D2DC
(183,210,220)
#BFD7E0
(191,215,224)
#C7DCE4
(199,220,228)
#CFE1E8
(207,225,232)
#D7E6EC
(215,230,236)
#DFEBF0
(223,235,240)
#E7F0F4
(231,240,244)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC3D0; }

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

This text font color is #9FC3D0.


Background Color

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

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

This div background color is #9FC3D0.


Border color

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

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

This div border color is #9FC3D0.


Opacity

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

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

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

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

This text has shadow with #9FC3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC3D0 on black background.


Color preview on white background

This text has color #9FC3D0 on white background.



Black color preview on #9FC3D0 background

This text has black color on #9FC3D0 background.


White color preview on #9FC3D0 background

This text has white color on #9FC3D0 background.