COLOR #9FCAF6

HEX: #9FCAF6 RGB: (159,202,246)

Color info

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

RGB color model

#9FCAF6 color RGB value is (159,202,246).

RGB: (159,202,246) (62%, 79%, 96%)

RGB channels and saturation

R 159 of 255 = 62%
G 202 of 255 = 79%
B 246 of 255 = 96%

159
202
246

R + G + B ~ 79%. #9FCAF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 202 + 246 = 607 (100%)
R 159 of 607 ~ 26.19%
G 202 of 607 ~ 33.28%
B 246 of 607 ~ 40.53'%

%26.19
%33.28
%40.53

CMYK color model

#9FCAF6 color CMYK value is (35,18,0,4).

  • cyan value is 35.37%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (35,18,0,4)
C35M18Y0K4 (35%, 18%, 0%, 4%)
(0.35 / 0.18 / 0.00 / 0.04)

CMYK percentages

%35.37
%17.89
%0
%3.53

Codes

Color #9FCAF6 in popluar color models

9F CA F6
RGB 159 202 246
HSL 210° 82.86% 79.41%
HSB/HSV 210° 35.37% 96.47%
CMYK 35.37% 17.89% 0.00%
3.53%

Color #9FCAF6 in popluar number systems.

HEX 9F CA F6
Decimal 159 202 246
Binary 10011111 11001010 11110110
Octal 237 312 366

Shades and tints

Shades of #9FCAF6

#9FCAF6
(159,202,246)
#91B8E0
(145,184,224)
#83A6CA
(131,166,202)
#7594B4
(117,148,180)
#67829E
(103,130,158)
#597088
(89,112,136)
#4B5E72
(75,94,114)
#3D4C5C
(61,76,92)
#2F3A46
(47,58,70)
#212830
(33,40,48)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #9FCAF6

#9FCAF6
(159,202,246)
#A7CEF6
(167,206,246)
#AFD2F6
(175,210,246)
#B7D6F6
(183,214,246)
#BFDAF6
(191,218,246)
#C7DEF6
(199,222,246)
#CFE2F6
(207,226,246)
#D7E6F6
(215,230,246)
#DFEAF6
(223,234,246)
#E7EEF6
(231,238,246)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCAF6; }

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

This text font color is #9FCAF6.

Background Color

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

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

This div background color is #9FCAF6.

Border color

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

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

This div border color is #9FCAF6.

Opacity

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

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

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

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

This text has shadow with #9FCAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCAF6.

Preview

Color preview on black background

This text has color #9FCAF6 on black background.


Color preview on white background

This text has color #9FCAF6 on white background.


Black color preview on #9FCAF6 background

This text has black color on #9FCAF6 background.


White color preview on #9FCAF6 background

This text has white color on #9FCAF6 background.


Related colors

Complementary color

Complementary color for #hex is #603509.


I love getcolorcode.com

Triadic colors

1 #F69FCA and #CAF69F with #9FCAF6 are triadic colors.

2 #F6CA9F and #CA9FF6 with #9FCAF6 are triadic colors.