COLOR #9FC7F2

HEX: #9FC7F2 RGB: (159,199,242)

Color info

#9FC7F2 contains mainly green and blue colors. Web safe color of #9FC7F2 is #99CCFF (or #9CF).

RGB color model

#9FC7F2 color RGB value is (159,199,242).

RGB: (159,199,242) (62%, 78%, 95%)

RGB channels and saturation

R 159 of 255 = 62%
G 199 of 255 = 78%
B 242 of 255 = 95%

159
199
242

R + G + B ~ 78%. #9FC7F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 199 + 242 = 600 (100%)
R 159 of 600 ~ 26.5%
G 199 of 600 ~ 33.17%
B 242 of 600 ~ 40.33'%

%26.5
%33.17
%40.33

CMYK color model

#9FC7F2 color CMYK value is (34,18,0,5).

  • cyan value is 34.30%
  • magenta value is 17.77%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (34,18,0,5)
C34M18Y0K5 (34%, 18%, 0%, 5%)
(0.34 / 0.18 / 0.00 / 0.05)

CMYK percentages

%34.3
%17.77
%0
%5.1

Codes

Color #9FC7F2 in popluar color models

9F C7 F2
RGB 159 199 242
HSL 211° 76.15% 78.63%
HSB/HSV 211° 34.30% 94.90%
CMYK 34.30% 17.77% 0.00%
5.10%

Color #9FC7F2 in popluar number systems.

HEX 9F C7 F2
Decimal 159 199 242
Binary 10011111 11000111 11110010
Octal 237 307 362

Shades and tints

Shades of #9FC7F2

#9FC7F2
(159,199,242)
#91B5DC
(145,181,220)
#83A3C6
(131,163,198)
#7591B0
(117,145,176)
#677F9A
(103,127,154)
#596D84
(89,109,132)
#4B5B6E
(75,91,110)
#3D4958
(61,73,88)
#2F3742
(47,55,66)
#21252C
(33,37,44)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #9FC7F2

#9FC7F2
(159,199,242)
#A7CCF3
(167,204,243)
#AFD1F4
(175,209,244)
#B7D6F5
(183,214,245)
#BFDBF6
(191,219,246)
#C7E0F7
(199,224,247)
#CFE5F8
(207,229,248)
#D7EAF9
(215,234,249)
#DFEFFA
(223,239,250)
#E7F4FB
(231,244,251)
#EFF9FC
(239,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC7F2; }

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

This text font color is #9FC7F2.

Background Color

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

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

This div background color is #9FC7F2.

Border color

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

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

This div border color is #9FC7F2.

Opacity

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

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

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

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

This text has shadow with #9FC7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC7F2.

Preview

Color preview on black background

This text has color #9FC7F2 on black background.


Color preview on white background

This text has color #9FC7F2 on white background.


Black color preview on #9FC7F2 background

This text has black color on #9FC7F2 background.


White color preview on #9FC7F2 background

This text has white color on #9FC7F2 background.


Related colors

Complementary color

Complementary color for #hex is #60380D.


I love getcolorcode.com

Triadic colors

1 #F29FC7 and #C7F29F with #9FC7F2 are triadic colors.

2 #F2C79F and #C79FF2 with #9FC7F2 are triadic colors.