COLOR #C9FCFA

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

Color info

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

RGB color model

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

  • red value is 201;
  • green value is 252;
  • blue value is 250.
RGB:
(201,252,250)
(79%,99%,98%)

RGB channels and saturation

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

201
252
250

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

Portions of RGB colors in percentages

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

%28.59
%35.85
%35.56

CMYK color model

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

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 1.18%
CMYK:
(20,0,1,1)
C20M0Y1K1 
(20%,0%,1%,1%)
(0.20/0.00/0.01/0.01)	

CMYK percentages

%20.24
%0
%0.79
%1.18

Codes

Color #C9FCFA in popluar color models

C9FCFA
RGB201252250
HSL178°89.47%88.82%
HSB/HSV178°20.24%98.82%
CMYK20.24%0.00%0.79%
1.18%

Color #C9FCFA in popluar number systems.

HEXC9FCFA
Decimal201252250
Binary110010011111110011111010
Octal311374372

Shades and tints

Shades of #C9FCFA

#C9FCFA
(201,252,250)
#B7E6E4
(183,230,228)
#A5D0CE
(165,208,206)
#93BAB8
(147,186,184)
#81A4A2
(129,164,162)
#6F8E8C
(111,142,140)
#5D7876
(93,120,118)
#4B6260
(75,98,96)
#394C4A
(57,76,74)
#273634
(39,54,52)
#15201E
(21,32,30)
#000000
(0,0,0)

Tints of #C9FCFA

#C9FCFA
(201,252,250)
#CDFCFA
(205,252,250)
#D1FCFA
(209,252,250)
#D5FCFA
(213,252,250)
#D9FCFA
(217,252,250)
#DDFCFA
(221,252,250)
#E1FCFA
(225,252,250)
#E5FCFA
(229,252,250)
#E9FCFA
(233,252,250)
#EDFCFA
(237,252,250)
#F1FCFA
(241,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FCFA; }

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

This text font color is #C9FCFA.


Background Color

.myBgColor { background-color: #C9FCFA; }

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

This div background color is #C9FCFA.


Border color

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

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

This div border color is #C9FCFA.


Opacity

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

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

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

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

This text has shadow with #C9FCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FCFA on black background.


Color preview on white background

This text has color #C9FCFA on white background.



Black color preview on #C9FCFA background

This text has black color on #C9FCFA background.


White color preview on #C9FCFA background

This text has white color on #C9FCFA background.