COLOR #C9FBF4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
251
244

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

Portions of RGB colors in percentages

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

%28.88
%36.06
%35.06

CMYK color model

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

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

CMYK percentages

%19.92
%0
%2.79
%1.57

Codes

Color #C9FBF4 in popluar color models

C9FBF4
RGB201251244
HSL172°86.21%88.63%
HSB/HSV172°19.92%98.43%
CMYK19.92%0.00%2.79%
1.57%

Color #C9FBF4 in popluar number systems.

HEXC9FBF4
Decimal201251244
Binary110010011111101111110100
Octal311373364

Shades and tints

Shades of #C9FBF4

#C9FBF4
(201,251,244)
#B7E5DE
(183,229,222)
#A5CFC8
(165,207,200)
#93B9B2
(147,185,178)
#81A39C
(129,163,156)
#6F8D86
(111,141,134)
#5D7770
(93,119,112)
#4B615A
(75,97,90)
#394B44
(57,75,68)
#27352E
(39,53,46)
#151F18
(21,31,24)
#000000
(0,0,0)

Tints of #C9FBF4

#C9FBF4
(201,251,244)
#CDFBF5
(205,251,245)
#D1FBF6
(209,251,246)
#D5FBF7
(213,251,247)
#D9FBF8
(217,251,248)
#DDFBF9
(221,251,249)
#E1FBFA
(225,251,250)
#E5FBFB
(229,251,251)
#E9FBFC
(233,251,252)
#EDFBFD
(237,251,253)
#F1FBFE
(241,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FBF4; }

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

This text font color is #C9FBF4.


Background Color

.myBgColor { background-color: #C9FBF4; }

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

This div background color is #C9FBF4.


Border color

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

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

This div border color is #C9FBF4.


Opacity

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

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

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

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

This text has shadow with #C9FBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FBF4 on black background.


Color preview on white background

This text has color #C9FBF4 on white background.



Black color preview on #C9FBF4 background

This text has black color on #C9FBF4 background.


White color preview on #C9FBF4 background

This text has white color on #C9FBF4 background.