COLOR #C9F6FB

HEX: #C9F6FB
RGB: (201,246,251)

Color info

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

RGB color model

#C9F6FB color RGB value is (201,246,251).

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

RGB channels and saturation

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

201
246
251

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

Portions of RGB colors in percentages

R + G + B =
201 + 246 + 251 = 698 (100%)
R 201 of 698 ~ 28.8%
G 246 of 698 ~ 35.24%
B 251 of 698 ~ 35.96%

%28.8
%35.24
%35.96

CMYK color model

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

  • cyan value is 19.92%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(20,2,0,2)
C20M2Y0K2 
(20%,2%,0%,2%)
(0.20/0.02/0.00/0.02)	

CMYK percentages

%19.92
%1.99
%0
%1.57

Codes

Color #C9F6FB in popluar color models

C9F6FB
RGB201246251
HSL186°86.21%88.63%
HSB/HSV186°19.92%98.43%
CMYK19.92%1.99%0.00%
1.57%

Color #C9F6FB in popluar number systems.

HEXC9F6FB
Decimal201246251
Binary110010011111011011111011
Octal311366373

Shades and tints

Shades of #C9F6FB

#C9F6FB
(201,246,251)
#B7E0E5
(183,224,229)
#A5CACF
(165,202,207)
#93B4B9
(147,180,185)
#819EA3
(129,158,163)
#6F888D
(111,136,141)
#5D7277
(93,114,119)
#4B5C61
(75,92,97)
#39464B
(57,70,75)
#273035
(39,48,53)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #C9F6FB

#C9F6FB
(201,246,251)
#CDF6FB
(205,246,251)
#D1F6FB
(209,246,251)
#D5F6FB
(213,246,251)
#D9F6FB
(217,246,251)
#DDF6FB
(221,246,251)
#E1F6FB
(225,246,251)
#E5F6FB
(229,246,251)
#E9F6FB
(233,246,251)
#EDF6FB
(237,246,251)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F6FB; }

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

This text font color is #C9F6FB.


Background Color

.myBgColor { background-color: #C9F6FB; }

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

This div background color is #C9F6FB.


Border color

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

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

This div border color is #C9F6FB.


Opacity

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

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

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

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

This text has shadow with #C9F6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F6FB on black background.


Color preview on white background

This text has color #C9F6FB on white background.



Black color preview on #C9F6FB background

This text has black color on #C9F6FB background.


White color preview on #C9F6FB background

This text has white color on #C9F6FB background.