COLOR #9FC2D2

HEX: #9FC2D2
RGB: (159,194,210)

Color info

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

RGB color model

#9FC2D2 color RGB value is (159,194,210).

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

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 210 of 255 = 82%

159
194
210

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

Portions of RGB colors in percentages

R + G + B =
159 + 194 + 210 = 563 (100%)
R 159 of 563 ~ 28.24%
G 194 of 563 ~ 34.46%
B 210 of 563 ~ 37.3%

%28.24
%34.46
%37.3

CMYK color model

#9FC2D2 color CMYK value is (24,8,0,18).

  • cyan value is 24.29%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(24,8,0,18)
C24M8Y0K18 
(24%,8%,0%,18%)
(0.24/0.08/0.00/0.18)	

CMYK percentages

%24.29
%7.62
%0
%17.65

Codes

Color #9FC2D2 in popluar color models

9FC2D2
RGB159194210
HSL199°36.17%72.35%
HSB/HSV199°24.29%82.35%
CMYK24.29%7.62%0.00%
17.65%

Color #9FC2D2 in popluar number systems.

HEX9FC2D2
Decimal159194210
Binary100111111100001011010010
Octal237302322

Shades and tints

Shades of #9FC2D2

#9FC2D2
(159,194,210)
#91B1BF
(145,177,191)
#83A0AC
(131,160,172)
#758F99
(117,143,153)
#677E86
(103,126,134)
#596D73
(89,109,115)
#4B5C60
(75,92,96)
#3D4B4D
(61,75,77)
#2F3A3A
(47,58,58)
#212927
(33,41,39)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #9FC2D2

#9FC2D2
(159,194,210)
#A7C7D6
(167,199,214)
#AFCCDA
(175,204,218)
#B7D1DE
(183,209,222)
#BFD6E2
(191,214,226)
#C7DBE6
(199,219,230)
#CFE0EA
(207,224,234)
#D7E5EE
(215,229,238)
#DFEAF2
(223,234,242)
#E7EFF6
(231,239,246)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC2D2 color. Also use rgb(159,194,210) instead hex code.

Text Font Color

.myTextColor { color: #9FC2D2; }

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

This text font color is #9FC2D2.


Background Color

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

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

This div background color is #9FC2D2.


Border color

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

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

This div border color is #9FC2D2.


Opacity

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

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

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

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

This text has shadow with #9FC2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC2D2 on black background.


Color preview on white background

This text has color #9FC2D2 on white background.



Black color preview on #9FC2D2 background

This text has black color on #9FC2D2 background.


White color preview on #9FC2D2 background

This text has white color on #9FC2D2 background.