COLOR #9FC1CA

HEX: #9FC1CA
RGB: (159,193,202)

Color info

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

RGB color model

#9FC1CA color RGB value is (159,193,202).

  • red value is 159;
  • green value is 193;
  • blue value is 202.
RGB:
(159,193,202)
(62%,76%,79%)

RGB channels and saturation

R 159 of 255 = 62%
G 193 of 255 = 76%
B 202 of 255 = 79%

159
193
202

R + G + B ~ 72%. #9FC1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 193 + 202 = 554 (100%)
R 159 of 554 ~ 28.7%
G 193 of 554 ~ 34.84%
B 202 of 554 ~ 36.46%

%28.7
%34.84
%36.46

CMYK color model

#9FC1CA color CMYK value is (21,4,0,21).

  • cyan value is 21.29%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,4,0,21)
C21M4Y0K21 
(21%,4%,0%,21%)
(0.21/0.04/0.00/0.21)	

CMYK percentages

%21.29
%4.46
%0
%20.78

Codes

Color #9FC1CA in popluar color models

9FC1CA
RGB159193202
HSL193°28.86%70.78%
HSB/HSV193°21.29%79.22%
CMYK21.29%4.46%0.00%
20.78%

Color #9FC1CA in popluar number systems.

HEX9FC1CA
Decimal159193202
Binary100111111100000111001010
Octal237301312

Shades and tints

Shades of #9FC1CA

#9FC1CA
(159,193,202)
#91B0B8
(145,176,184)
#839FA6
(131,159,166)
#758E94
(117,142,148)
#677D82
(103,125,130)
#596C70
(89,108,112)
#4B5B5E
(75,91,94)
#3D4A4C
(61,74,76)
#2F393A
(47,57,58)
#212828
(33,40,40)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #9FC1CA

#9FC1CA
(159,193,202)
#A7C6CE
(167,198,206)
#AFCBD2
(175,203,210)
#B7D0D6
(183,208,214)
#BFD5DA
(191,213,218)
#C7DADE
(199,218,222)
#CFDFE2
(207,223,226)
#D7E4E6
(215,228,230)
#DFE9EA
(223,233,234)
#E7EEEE
(231,238,238)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC1CA color. Also use rgb(159,193,202) instead hex code.

Text Font Color

.myTextColor { color: #9FC1CA; }

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

This text font color is #9FC1CA.


Background Color

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

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

This div background color is #9FC1CA.


Border color

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

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

This div border color is #9FC1CA.


Opacity

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

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

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

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

This text has shadow with #9FC1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC1CA on black background.


Color preview on white background

This text has color #9FC1CA on white background.



Black color preview on #9FC1CA background

This text has black color on #9FC1CA background.


White color preview on #9FC1CA background

This text has white color on #9FC1CA background.