COLOR #C4FCFE

HEX: #C4FCFE
RGB: (196,252,254)

Color info

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

RGB color model

#C4FCFE color RGB value is (196,252,254).

  • red value is 196;
  • green value is 252;
  • blue value is 254.
RGB:
(196,252,254)
(77%,99%,100%)

RGB channels and saturation

R 196 of 255 = 77%
G 252 of 255 = 99%
B 254 of 255 = 100%

196
252
254

R + G + B ~ 92%. #C4FCFE is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 252 + 254 = 702 (100%)
R 196 of 702 ~ 27.92%
G 252 of 702 ~ 35.9%
B 254 of 702 ~ 36.18%

%27.92
%35.9
%36.18

CMYK color model

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

  • cyan value is 22.83%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(23,1,0,0)
C23M1Y0K0 
(23%,1%,0%,0%)
(0.23/0.01/0.00/0.00)	

CMYK percentages

%22.83
%0.79
%0
%0.39

Codes

Color #C4FCFE in popluar color models

C4FCFE
RGB196252254
HSL182°96.67%88.24%
HSB/HSV182°22.83%99.61%
CMYK22.83%0.79%0.00%
0.39%

Color #C4FCFE in popluar number systems.

HEXC4FCFE
Decimal196252254
Binary110001001111110011111110
Octal304374376

Shades and tints

Shades of #C4FCFE

#C4FCFE
(196,252,254)
#B3E6E7
(179,230,231)
#A2D0D0
(162,208,208)
#91BAB9
(145,186,185)
#80A4A2
(128,164,162)
#6F8E8B
(111,142,139)
#5E7874
(94,120,116)
#4D625D
(77,98,93)
#3C4C46
(60,76,70)
#2B362F
(43,54,47)
#1A2018
(26,32,24)
#000000
(0,0,0)

Tints of #C4FCFE

#C4FCFE
(196,252,254)
#C9FCFE
(201,252,254)
#CEFCFE
(206,252,254)
#D3FCFE
(211,252,254)
#D8FCFE
(216,252,254)
#DDFCFE
(221,252,254)
#E2FCFE
(226,252,254)
#E7FCFE
(231,252,254)
#ECFCFE
(236,252,254)
#F1FCFE
(241,252,254)
#F6FCFE
(246,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FCFE color. Also use rgb(196,252,254) instead hex code.

Text Font Color

.myTextColor { color: #C4FCFE; }

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

This text font color is #C4FCFE.


Background Color

.myBgColor { background-color: #C4FCFE; }

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

This div background color is #C4FCFE.


Border color

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

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

This div border color is #C4FCFE.


Opacity

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

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

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

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

This text has shadow with #C4FCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FCFE on black background.


Color preview on white background

This text has color #C4FCFE on white background.



Black color preview on #C4FCFE background

This text has black color on #C4FCFE background.


White color preview on #C4FCFE background

This text has white color on #C4FCFE background.