COLOR #C9F5FC

HEX: #C9F5FC RGB: (201,245,252)

Color info

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

RGB color model

#C9F5FC color RGB value is (201,245,252).

RGB: (201,245,252) (79%, 96%, 99%)

RGB channels and saturation

R 201 of 255 = 79%
G 245 of 255 = 96%
B 252 of 255 = 99%

201
245
252

R + G + B ~ 91%. #C9F5FC is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 245 + 252 = 698 (100%)
R 201 of 698 ~ 28.8%
G 245 of 698 ~ 35.1%
B 252 of 698 ~ 36.1'%

%28.8
%35.1
%36.1

CMYK color model

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

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

CMYK: (20,3,0,1)
C20M3Y0K1 (20%, 3%, 0%, 1%)
(0.20 / 0.03 / 0.00 / 0.01)

CMYK percentages

%20.24
%2.78
%0
%1.18

Codes

Color #C9F5FC in popluar color models

C9 F5 FC
RGB 201 245 252
HSL 188° 89.47% 88.82%
HSB/HSV 188° 20.24% 98.82%
CMYK 20.24% 2.78% 0.00%
1.18%

Color #C9F5FC in popluar number systems.

HEX C9 F5 FC
Decimal 201 245 252
Binary 11001001 11110101 11111100
Octal 311 365 374

Shades and tints

Shades of #C9F5FC

#C9F5FC
(201,245,252)
#B7DFE6
(183,223,230)
#A5C9D0
(165,201,208)
#93B3BA
(147,179,186)
#819DA4
(129,157,164)
#6F878E
(111,135,142)
#5D7178
(93,113,120)
#4B5B62
(75,91,98)
#39454C
(57,69,76)
#272F36
(39,47,54)
#151920
(21,25,32)
#000000
(0,0,0)

Tints of #C9F5FC

#C9F5FC
(201,245,252)
#CDF5FC
(205,245,252)
#D1F5FC
(209,245,252)
#D5F5FC
(213,245,252)
#D9F5FC
(217,245,252)
#DDF5FC
(221,245,252)
#E1F5FC
(225,245,252)
#E5F5FC
(229,245,252)
#E9F5FC
(233,245,252)
#EDF5FC
(237,245,252)
#F1F5FC
(241,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F5FC; }

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

This text font color is #C9F5FC.

Background Color

.myBgColor { background-color: #C9F5FC; }

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

This div background color is #C9F5FC.

Border color

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

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

This div border color is #C9F5FC.

Opacity

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

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

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

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

This text has shadow with #C9F5FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9F5FC.

Preview

Color preview on black background

This text has color #C9F5FC on black background.


Color preview on white background

This text has color #C9F5FC on white background.


Black color preview on #C9F5FC background

This text has black color on #C9F5FC background.


White color preview on #C9F5FC background

This text has white color on #C9F5FC background.


Related colors

Complementary color

Complementary color for #hex is #360A03.


I love getcolorcode.com

Triadic colors

1 #FCC9F5 and #F5FCC9 with #C9F5FC are triadic colors.

2 #FCF5C9 and #F5C9FC with #C9F5FC are triadic colors.