COLOR #C9F4FB

HEX: #C9F4FB
RGB: (201,244,251)

Color info

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

RGB color model

#C9F4FB color RGB value is (201,244,251).

  • red value is 201;
  • green value is 244;
  • blue value is 251.
RGB:
(201,244,251)
(79%,96%,98%)

RGB channels and saturation

R 201 of 255 = 79%
G 244 of 255 = 96%
B 251 of 255 = 98%

201
244
251

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

Portions of RGB colors in percentages

R + G + B =
201 + 244 + 251 = 696 (100%)
R 201 of 696 ~ 28.88%
G 244 of 696 ~ 35.06%
B 251 of 696 ~ 36.06%

%28.88
%35.06
%36.06

CMYK color model

#C9F4FB color CMYK value is (20,3,0,2).

  • cyan value is 19.92%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(20,3,0,2)
C20M3Y0K2 
(20%,3%,0%,2%)
(0.20/0.03/0.00/0.02)	

CMYK percentages

%19.92
%2.79
%0
%1.57

Codes

Color #C9F4FB in popluar color models

C9F4FB
RGB201244251
HSL188°86.21%88.63%
HSB/HSV188°19.92%98.43%
CMYK19.92%2.79%0.00%
1.57%

Color #C9F4FB in popluar number systems.

HEXC9F4FB
Decimal201244251
Binary110010011111010011111011
Octal311364373

Shades and tints

Shades of #C9F4FB

#C9F4FB
(201,244,251)
#B7DEE5
(183,222,229)
#A5C8CF
(165,200,207)
#93B2B9
(147,178,185)
#819CA3
(129,156,163)
#6F868D
(111,134,141)
#5D7077
(93,112,119)
#4B5A61
(75,90,97)
#39444B
(57,68,75)
#272E35
(39,46,53)
#15181F
(21,24,31)
#000000
(0,0,0)

Tints of #C9F4FB

#C9F4FB
(201,244,251)
#CDF5FB
(205,245,251)
#D1F6FB
(209,246,251)
#D5F7FB
(213,247,251)
#D9F8FB
(217,248,251)
#DDF9FB
(221,249,251)
#E1FAFB
(225,250,251)
#E5FBFB
(229,251,251)
#E9FCFB
(233,252,251)
#EDFDFB
(237,253,251)
#F1FEFB
(241,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F4FB color. Also use rgb(201,244,251) instead hex code.

Text Font Color

.myTextColor { color: #C9F4FB; }

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

This text font color is #C9F4FB.


Background Color

.myBgColor { background-color: #C9F4FB; }

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

This div background color is #C9F4FB.


Border color

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

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

This div border color is #C9F4FB.


Opacity

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

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

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

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

This text has shadow with #C9F4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F4FB on black background.


Color preview on white background

This text has color #C9F4FB on white background.



Black color preview on #C9F4FB background

This text has black color on #C9F4FB background.


White color preview on #C9F4FB background

This text has white color on #C9F4FB background.