COLOR #C2FBF9

HEX: #C2FBF9
RGB: (194,251,249)

Color info

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

RGB color model

#C2FBF9 color RGB value is (194,251,249).

  • red value is 194;
  • green value is 251;
  • blue value is 249.
RGB:
(194,251,249)
(76%,98%,98%)

RGB channels and saturation

R 194 of 255 = 76%
G 251 of 255 = 98%
B 249 of 255 = 98%

194
251
249

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

Portions of RGB colors in percentages

R + G + B =
194 + 251 + 249 = 694 (100%)
R 194 of 694 ~ 27.95%
G 251 of 694 ~ 36.17%
B 249 of 694 ~ 35.88%

%27.95
%36.17
%35.88

CMYK color model

#C2FBF9 color CMYK value is (23,0,1,2).

  • cyan value is 22.71%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK:
(23,0,1,2)
C23M0Y1K2 
(23%,0%,1%,2%)
(0.23/0.00/0.01/0.02)	

CMYK percentages

%22.71
%0
%0.8
%1.57

Codes

Color #C2FBF9 in popluar color models

C2FBF9
RGB194251249
HSL178°87.69%87.25%
HSB/HSV178°22.71%98.43%
CMYK22.71%0.00%0.80%
1.57%

Color #C2FBF9 in popluar number systems.

HEXC2FBF9
Decimal194251249
Binary110000101111101111111001
Octal302373371

Shades and tints

Shades of #C2FBF9

#C2FBF9
(194,251,249)
#B1E5E3
(177,229,227)
#A0CFCD
(160,207,205)
#8FB9B7
(143,185,183)
#7EA3A1
(126,163,161)
#6D8D8B
(109,141,139)
#5C7775
(92,119,117)
#4B615F
(75,97,95)
#3A4B49
(58,75,73)
#293533
(41,53,51)
#181F1D
(24,31,29)
#000000
(0,0,0)

Tints of #C2FBF9

#C2FBF9
(194,251,249)
#C7FBF9
(199,251,249)
#CCFBF9
(204,251,249)
#D1FBF9
(209,251,249)
#D6FBF9
(214,251,249)
#DBFBF9
(219,251,249)
#E0FBF9
(224,251,249)
#E5FBF9
(229,251,249)
#EAFBF9
(234,251,249)
#EFFBF9
(239,251,249)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2FBF9 color. Also use rgb(194,251,249) instead hex code.

Text Font Color

.myTextColor { color: #C2FBF9; }

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

This text font color is #C2FBF9.


Background Color

.myBgColor { background-color: #C2FBF9; }

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

This div background color is #C2FBF9.


Border color

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

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

This div border color is #C2FBF9.


Opacity

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

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

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

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

This text has shadow with #C2FBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2FBF9 on black background.


Color preview on white background

This text has color #C2FBF9 on white background.



Black color preview on #C2FBF9 background

This text has black color on #C2FBF9 background.


White color preview on #C2FBF9 background

This text has white color on #C2FBF9 background.