COLOR #C4FCF6

HEX: #C4FCF6
RGB: (196,252,246)

Color info

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

RGB color model

#C4FCF6 color RGB value is (196,252,246).

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

RGB channels and saturation

R 196 of 255 = 77%
G 252 of 255 = 99%
B 246 of 255 = 96%

196
252
246

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

Portions of RGB colors in percentages

R + G + B =
196 + 252 + 246 = 694 (100%)
R 196 of 694 ~ 28.24%
G 252 of 694 ~ 36.31%
B 246 of 694 ~ 35.45%

%28.24
%36.31
%35.45

CMYK color model

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

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 1.18%
CMYK:
(22,0,2,1)
C22M0Y2K1 
(22%,0%,2%,1%)
(0.22/0.00/0.02/0.01)	

CMYK percentages

%22.22
%0
%2.38
%1.18

Codes

Color #C4FCF6 in popluar color models

C4FCF6
RGB196252246
HSL174°90.32%87.84%
HSB/HSV174°22.22%98.82%
CMYK22.22%0.00%2.38%
1.18%

Color #C4FCF6 in popluar number systems.

HEXC4FCF6
Decimal196252246
Binary110001001111110011110110
Octal304374366

Shades and tints

Shades of #C4FCF6

#C4FCF6
(196,252,246)
#B3E6E0
(179,230,224)
#A2D0CA
(162,208,202)
#91BAB4
(145,186,180)
#80A49E
(128,164,158)
#6F8E88
(111,142,136)
#5E7872
(94,120,114)
#4D625C
(77,98,92)
#3C4C46
(60,76,70)
#2B3630
(43,54,48)
#1A201A
(26,32,26)
#000000
(0,0,0)

Tints of #C4FCF6

#C4FCF6
(196,252,246)
#C9FCF6
(201,252,246)
#CEFCF6
(206,252,246)
#D3FCF6
(211,252,246)
#D8FCF6
(216,252,246)
#DDFCF6
(221,252,246)
#E2FCF6
(226,252,246)
#E7FCF6
(231,252,246)
#ECFCF6
(236,252,246)
#F1FCF6
(241,252,246)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FCF6; }

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

This text font color is #C4FCF6.


Background Color

.myBgColor { background-color: #C4FCF6; }

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

This div background color is #C4FCF6.


Border color

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

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

This div border color is #C4FCF6.


Opacity

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

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

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

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

This text has shadow with #C4FCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FCF6 on black background.


Color preview on white background

This text has color #C4FCF6 on white background.



Black color preview on #C4FCF6 background

This text has black color on #C4FCF6 background.


White color preview on #C4FCF6 background

This text has white color on #C4FCF6 background.