COLOR #C9F2F4

HEX: #C9F2F4
RGB: (201,242,244)

Color info

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

RGB color model

#C9F2F4 color RGB value is (201,242,244).

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

RGB channels and saturation

R 201 of 255 = 79%
G 242 of 255 = 95%
B 244 of 255 = 96%

201
242
244

R + G + B ~ 90%. #C9F2F4 is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 242 + 244 = 687 (100%)
R 201 of 687 ~ 29.26%
G 242 of 687 ~ 35.23%
B 244 of 687 ~ 35.52%

%29.26
%35.23
%35.52

CMYK color model

#C9F2F4 color CMYK value is (18,1,0,4).

  • cyan value is 17.62%
  • magenta value is 0.82%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(18,1,0,4)
C18M1Y0K4 
(18%,1%,0%,4%)
(0.18/0.01/0.00/0.04)	

CMYK percentages

%17.62
%0.82
%0
%4.31

Codes

Color #C9F2F4 in popluar color models

C9F2F4
RGB201242244
HSL183°66.15%87.25%
HSB/HSV183°17.62%95.69%
CMYK17.62%0.82%0.00%
4.31%

Color #C9F2F4 in popluar number systems.

HEXC9F2F4
Decimal201242244
Binary110010011111001011110100
Octal311362364

Shades and tints

Shades of #C9F2F4

#C9F2F4
(201,242,244)
#B7DCDE
(183,220,222)
#A5C6C8
(165,198,200)
#93B0B2
(147,176,178)
#819A9C
(129,154,156)
#6F8486
(111,132,134)
#5D6E70
(93,110,112)
#4B585A
(75,88,90)
#394244
(57,66,68)
#272C2E
(39,44,46)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #C9F2F4

#C9F2F4
(201,242,244)
#CDF3F5
(205,243,245)
#D1F4F6
(209,244,246)
#D5F5F7
(213,245,247)
#D9F6F8
(217,246,248)
#DDF7F9
(221,247,249)
#E1F8FA
(225,248,250)
#E5F9FB
(229,249,251)
#E9FAFC
(233,250,252)
#EDFBFD
(237,251,253)
#F1FCFE
(241,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F2F4; }

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

This text font color is #C9F2F4.


Background Color

.myBgColor { background-color: #C9F2F4; }

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

This div background color is #C9F2F4.


Border color

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

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

This div border color is #C9F2F4.


Opacity

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

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

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

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

This text has shadow with #C9F2F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F2F4 on black background.


Color preview on white background

This text has color #C9F2F4 on white background.



Black color preview on #C9F2F4 background

This text has black color on #C9F2F4 background.


White color preview on #C9F2F4 background

This text has white color on #C9F2F4 background.