COLOR #9FC9CE

HEX: #9FC9CE RGB: (159,201,206)

Color info

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

RGB color model

#9FC9CE color RGB value is (159,201,206).

RGB: (159,201,206) (62%, 79%, 81%)

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 206 of 255 = 81%

159
201
206

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

Portions of RGB colors in percentages

R + G + B = 159 + 201 + 206 = 566 (100%)
R 159 of 566 ~ 28.09%
G 201 of 566 ~ 35.51%
B 206 of 566 ~ 36.4'%

%28.09
%35.51
%36.4

CMYK color model

#9FC9CE color CMYK value is (23,2,0,19).

  • cyan value is 22.82%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (23,2,0,19)
C23M2Y0K19 (23%, 2%, 0%, 19%)
(0.23 / 0.02 / 0.00 / 0.19)

CMYK percentages

%22.82
%2.43
%0
%19.22

Codes

Color #9FC9CE in popluar color models

9F C9 CE
RGB 159 201 206
HSL 186° 32.41% 71.57%
HSB/HSV 186° 22.82% 80.78%
CMYK 22.82% 2.43% 0.00%
19.22%

Color #9FC9CE in popluar number systems.

HEX 9F C9 CE
Decimal 159 201 206
Binary 10011111 11001001 11001110
Octal 237 311 316

Shades and tints

Shades of #9FC9CE

#9FC9CE
(159,201,206)
#91B7BC
(145,183,188)
#83A5AA
(131,165,170)
#759398
(117,147,152)
#678186
(103,129,134)
#596F74
(89,111,116)
#4B5D62
(75,93,98)
#3D4B50
(61,75,80)
#2F393E
(47,57,62)
#21272C
(33,39,44)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #9FC9CE

#9FC9CE
(159,201,206)
#A7CDD2
(167,205,210)
#AFD1D6
(175,209,214)
#B7D5DA
(183,213,218)
#BFD9DE
(191,217,222)
#C7DDE2
(199,221,226)
#CFE1E6
(207,225,230)
#D7E5EA
(215,229,234)
#DFE9EE
(223,233,238)
#E7EDF2
(231,237,242)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC9CE; }

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

This text font color is #9FC9CE.

Background Color

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

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

This div background color is #9FC9CE.

Border color

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

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

This div border color is #9FC9CE.

Opacity

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

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

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

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

This text has shadow with #9FC9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC9CE.

Preview

Color preview on black background

This text has color #9FC9CE on black background.


Color preview on white background

This text has color #9FC9CE on white background.


Black color preview on #9FC9CE background

This text has black color on #9FC9CE background.


White color preview on #9FC9CE background

This text has white color on #9FC9CE background.


Related colors

Complementary color

Complementary color for #hex is #603631.


I love getcolorcode.com

Triadic colors

1 #CE9FC9 and #C9CE9F with #9FC9CE are triadic colors.

2 #CEC99F and #C99FCE with #9FC9CE are triadic colors.