COLOR #9FC0CE

HEX: #9FC0CE RGB: (159,192,206)

Color info

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

RGB color model

#9FC0CE color RGB value is (159,192,206).

RGB: (159,192,206) (62%, 75%, 81%)

RGB channels and saturation

R 159 of 255 = 62%
G 192 of 255 = 75%
B 206 of 255 = 81%

159
192
206

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

Portions of RGB colors in percentages

R + G + B = 159 + 192 + 206 = 557 (100%)
R 159 of 557 ~ 28.55%
G 192 of 557 ~ 34.47%
B 206 of 557 ~ 36.98'%

%28.55
%34.47
%36.98

CMYK color model

#9FC0CE color CMYK value is (23,7,0,19).

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

CMYK: (23,7,0,19)
C23M7Y0K19 (23%, 7%, 0%, 19%)
(0.23 / 0.07 / 0.00 / 0.19)

CMYK percentages

%22.82
%6.8
%0
%19.22

Codes

Color #9FC0CE in popluar color models

9F C0 CE
RGB 159 192 206
HSL 198° 32.41% 71.57%
HSB/HSV 198° 22.82% 80.78%
CMYK 22.82% 6.80% 0.00%
19.22%

Color #9FC0CE in popluar number systems.

HEX 9F C0 CE
Decimal 159 192 206
Binary 10011111 11000000 11001110
Octal 237 300 316

Shades and tints

Shades of #9FC0CE

#9FC0CE
(159,192,206)
#91AFBC
(145,175,188)
#839EAA
(131,158,170)
#758D98
(117,141,152)
#677C86
(103,124,134)
#596B74
(89,107,116)
#4B5A62
(75,90,98)
#3D4950
(61,73,80)
#2F383E
(47,56,62)
#21272C
(33,39,44)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #9FC0CE

#9FC0CE
(159,192,206)
#A7C5D2
(167,197,210)
#AFCAD6
(175,202,214)
#B7CFDA
(183,207,218)
#BFD4DE
(191,212,222)
#C7D9E2
(199,217,226)
#CFDEE6
(207,222,230)
#D7E3EA
(215,227,234)
#DFE8EE
(223,232,238)
#E7EDF2
(231,237,242)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC0CE; }

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

This text font color is #9FC0CE.

Background Color

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

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

This div background color is #9FC0CE.

Border color

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

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

This div border color is #9FC0CE.

Opacity

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

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

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

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

This text has shadow with #9FC0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC0CE.

Preview

Color preview on black background

This text has color #9FC0CE on black background.


Color preview on white background

This text has color #9FC0CE on white background.


Black color preview on #9FC0CE background

This text has black color on #9FC0CE background.


White color preview on #9FC0CE background

This text has white color on #9FC0CE background.


Related colors

Complementary color

Complementary color for #hex is #603F31.


I love getcolorcode.com

Triadic colors

1 #CE9FC0 and #C0CE9F with #9FC0CE are triadic colors.

2 #CEC09F and #C09FCE with #9FC0CE are triadic colors.