COLOR #9FC7CA

HEX: #9FC7CA RGB: (159,199,202)

Color info

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

RGB color model

#9FC7CA color RGB value is (159,199,202).

RGB: (159,199,202) (62%, 78%, 79%)

RGB channels and saturation

R 159 of 255 = 62%
G 199 of 255 = 78%
B 202 of 255 = 79%

159
199
202

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

Portions of RGB colors in percentages

R + G + B = 159 + 199 + 202 = 560 (100%)
R 159 of 560 ~ 28.39%
G 199 of 560 ~ 35.54%
B 202 of 560 ~ 36.07'%

%28.39
%35.54
%36.07

CMYK color model

#9FC7CA color CMYK value is (21,1,0,21).

  • cyan value is 21.29%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (21,1,0,21)
C21M1Y0K21 (21%, 1%, 0%, 21%)
(0.21 / 0.01 / 0.00 / 0.21)

CMYK percentages

%21.29
%1.49
%0
%20.78

Codes

Color #9FC7CA in popluar color models

9F C7 CA
RGB 159 199 202
HSL 184° 28.86% 70.78%
HSB/HSV 184° 21.29% 79.22%
CMYK 21.29% 1.49% 0.00%
20.78%

Color #9FC7CA in popluar number systems.

HEX 9F C7 CA
Decimal 159 199 202
Binary 10011111 11000111 11001010
Octal 237 307 312

Shades and tints

Shades of #9FC7CA

#9FC7CA
(159,199,202)
#91B5B8
(145,181,184)
#83A3A6
(131,163,166)
#759194
(117,145,148)
#677F82
(103,127,130)
#596D70
(89,109,112)
#4B5B5E
(75,91,94)
#3D494C
(61,73,76)
#2F373A
(47,55,58)
#212528
(33,37,40)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #9FC7CA

#9FC7CA
(159,199,202)
#A7CCCE
(167,204,206)
#AFD1D2
(175,209,210)
#B7D6D6
(183,214,214)
#BFDBDA
(191,219,218)
#C7E0DE
(199,224,222)
#CFE5E2
(207,229,226)
#D7EAE6
(215,234,230)
#DFEFEA
(223,239,234)
#E7F4EE
(231,244,238)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC7CA; }

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

This text font color is #9FC7CA.

Background Color

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

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

This div background color is #9FC7CA.

Border color

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

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

This div border color is #9FC7CA.

Opacity

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

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

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

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

This text has shadow with #9FC7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC7CA.

Preview

Color preview on black background

This text has color #9FC7CA on black background.


Color preview on white background

This text has color #9FC7CA on white background.


Black color preview on #9FC7CA background

This text has black color on #9FC7CA background.


White color preview on #9FC7CA background

This text has white color on #9FC7CA background.


Related colors

Complementary color

Complementary color for #hex is #603835.


I love getcolorcode.com

Triadic colors

1 #CA9FC7 and #C7CA9F with #9FC7CA are triadic colors.

2 #CAC79F and #C79FCA with #9FC7CA are triadic colors.