COLOR #C9FAFC

HEX: #C9FAFC RGB: (201,250,252)

Color info

#C9FAFC contains red, green and blue colors in about the same proportion. Web safe color of #C9FAFC is #CCFFFF (or #CFF).

RGB color model

#C9FAFC color RGB value is (201,250,252).

RGB: (201,250,252) (79%, 98%, 99%)

RGB channels and saturation

R 201 of 255 = 79%
G 250 of 255 = 98%
B 252 of 255 = 99%

201
250
252

R + G + B ~ 92%. #C9FAFC is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 250 + 252 = 703 (100%)
R 201 of 703 ~ 28.59%
G 250 of 703 ~ 35.56%
B 252 of 703 ~ 35.85'%

%28.59
%35.56
%35.85

CMYK color model

#C9FAFC color CMYK value is (20,1,0,1).

  • cyan value is 20.24%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (20,1,0,1)
C20M1Y0K1 (20%, 1%, 0%, 1%)
(0.20 / 0.01 / 0.00 / 0.01)

CMYK percentages

%20.24
%0.79
%0
%1.18

Codes

Color #C9FAFC in popluar color models

C9 FA FC
RGB 201 250 252
HSL 182° 89.47% 88.82%
HSB/HSV 182° 20.24% 98.82%
CMYK 20.24% 0.79% 0.00%
1.18%

Color #C9FAFC in popluar number systems.

HEX C9 FA FC
Decimal 201 250 252
Binary 11001001 11111010 11111100
Octal 311 372 374

Shades and tints

Shades of #C9FAFC

#C9FAFC
(201,250,252)
#B7E4E6
(183,228,230)
#A5CED0
(165,206,208)
#93B8BA
(147,184,186)
#81A2A4
(129,162,164)
#6F8C8E
(111,140,142)
#5D7678
(93,118,120)
#4B6062
(75,96,98)
#394A4C
(57,74,76)
#273436
(39,52,54)
#151E20
(21,30,32)
#000000
(0,0,0)

Tints of #C9FAFC

#C9FAFC
(201,250,252)
#CDFAFC
(205,250,252)
#D1FAFC
(209,250,252)
#D5FAFC
(213,250,252)
#D9FAFC
(217,250,252)
#DDFAFC
(221,250,252)
#E1FAFC
(225,250,252)
#E5FAFC
(229,250,252)
#E9FAFC
(233,250,252)
#EDFAFC
(237,250,252)
#F1FAFC
(241,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FAFC color. Also use rgb(201,250,252) instead hex code.

Text Font Color

.myTextColor { color: #C9FAFC; }

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

This text font color is #C9FAFC.

Background Color

.myBgColor { background-color: #C9FAFC; }

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

This div background color is #C9FAFC.

Border color

.myBorderColor { border: 1px solid #C9FAFC; }

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

This div border color is #C9FAFC.

Opacity

.myOpacity80 { color: #C9FAFC; opacity: 0.8; }

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

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

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

This text has shadow with #C9FAFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FAFC.

Preview

Color preview on black background

This text has color #C9FAFC on black background.


Color preview on white background

This text has color #C9FAFC on white background.


Black color preview on #C9FAFC background

This text has black color on #C9FAFC background.


White color preview on #C9FAFC background

This text has white color on #C9FAFC background.


Related colors

Complementary color

Complementary color for #hex is #360503.


I love getcolorcode.com

Triadic colors

1 #FCC9FA and #FAFCC9 with #C9FAFC are triadic colors.

2 #FCFAC9 and #FAC9FC with #C9FAFC are triadic colors.