COLOR #C4F8FA

HEX: #C4F8FA
RGB: (196,248,250)

Color info

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

RGB color model

#C4F8FA color RGB value is (196,248,250).

  • red value is 196;
  • green value is 248;
  • blue value is 250.
RGB:
(196,248,250)
(77%,97%,98%)

RGB channels and saturation

R 196 of 255 = 77%
G 248 of 255 = 97%
B 250 of 255 = 98%

196
248
250

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

Portions of RGB colors in percentages

R + G + B =
196 + 248 + 250 = 694 (100%)
R 196 of 694 ~ 28.24%
G 248 of 694 ~ 35.73%
B 250 of 694 ~ 36.02%

%28.24
%35.73
%36.02

CMYK color model

#C4F8FA color CMYK value is (22,1,0,2).

  • cyan value is 21.60%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(22,1,0,2)
C22M1Y0K2 
(22%,1%,0%,2%)
(0.22/0.01/0.00/0.02)	

CMYK percentages

%21.6
%0.8
%0
%1.96

Codes

Color #C4F8FA in popluar color models

C4F8FA
RGB196248250
HSL182°84.38%87.45%
HSB/HSV182°21.60%98.04%
CMYK21.60%0.80%0.00%
1.96%

Color #C4F8FA in popluar number systems.

HEXC4F8FA
Decimal196248250
Binary110001001111100011111010
Octal304370372

Shades and tints

Shades of #C4F8FA

#C4F8FA
(196,248,250)
#B3E2E4
(179,226,228)
#A2CCCE
(162,204,206)
#91B6B8
(145,182,184)
#80A0A2
(128,160,162)
#6F8A8C
(111,138,140)
#5E7476
(94,116,118)
#4D5E60
(77,94,96)
#3C484A
(60,72,74)
#2B3234
(43,50,52)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #C4F8FA

#C4F8FA
(196,248,250)
#C9F8FA
(201,248,250)
#CEF8FA
(206,248,250)
#D3F8FA
(211,248,250)
#D8F8FA
(216,248,250)
#DDF8FA
(221,248,250)
#E2F8FA
(226,248,250)
#E7F8FA
(231,248,250)
#ECF8FA
(236,248,250)
#F1F8FA
(241,248,250)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F8FA color. Also use rgb(196,248,250) instead hex code.

Text Font Color

.myTextColor { color: #C4F8FA; }

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

This text font color is #C4F8FA.


Background Color

.myBgColor { background-color: #C4F8FA; }

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

This div background color is #C4F8FA.


Border color

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

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

This div border color is #C4F8FA.


Opacity

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

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

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

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

This text has shadow with #C4F8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F8FA on black background.


Color preview on white background

This text has color #C4F8FA on white background.



Black color preview on #C4F8FA background

This text has black color on #C4F8FA background.


White color preview on #C4F8FA background

This text has white color on #C4F8FA background.