COLOR #C4F6F4

HEX: #C4F6F4
RGB: (196,246,244)

Color info

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

RGB color model

#C4F6F4 color RGB value is (196,246,244).

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

RGB channels and saturation

R 196 of 255 = 77%
G 246 of 255 = 96%
B 244 of 255 = 96%

196
246
244

R + G + B ~ 90%. #C4F6F4 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 246 + 244 = 686 (100%)
R 196 of 686 ~ 28.57%
G 246 of 686 ~ 35.86%
B 244 of 686 ~ 35.57%

%28.57
%35.86
%35.57

CMYK color model

#C4F6F4 color CMYK value is (20,0,1,4).

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 3.53%
CMYK:
(20,0,1,4)
C20M0Y1K4 
(20%,0%,1%,4%)
(0.20/0.00/0.01/0.04)	

CMYK percentages

%20.33
%0
%0.81
%3.53

Codes

Color #C4F6F4 in popluar color models

C4F6F4
RGB196246244
HSL178°73.53%86.67%
HSB/HSV178°20.33%96.47%
CMYK20.33%0.00%0.81%
3.53%

Color #C4F6F4 in popluar number systems.

HEXC4F6F4
Decimal196246244
Binary110001001111011011110100
Octal304366364

Shades and tints

Shades of #C4F6F4

#C4F6F4
(196,246,244)
#B3E0DE
(179,224,222)
#A2CAC8
(162,202,200)
#91B4B2
(145,180,178)
#809E9C
(128,158,156)
#6F8886
(111,136,134)
#5E7270
(94,114,112)
#4D5C5A
(77,92,90)
#3C4644
(60,70,68)
#2B302E
(43,48,46)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #C4F6F4

#C4F6F4
(196,246,244)
#C9F6F5
(201,246,245)
#CEF6F6
(206,246,246)
#D3F6F7
(211,246,247)
#D8F6F8
(216,246,248)
#DDF6F9
(221,246,249)
#E2F6FA
(226,246,250)
#E7F6FB
(231,246,251)
#ECF6FC
(236,246,252)
#F1F6FD
(241,246,253)
#F6F6FE
(246,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F6F4; }

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

This text font color is #C4F6F4.


Background Color

.myBgColor { background-color: #C4F6F4; }

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

This div background color is #C4F6F4.


Border color

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

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

This div border color is #C4F6F4.


Opacity

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

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

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

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

This text has shadow with #C4F6F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F6F4 on black background.


Color preview on white background

This text has color #C4F6F4 on white background.



Black color preview on #C4F6F4 background

This text has black color on #C4F6F4 background.


White color preview on #C4F6F4 background

This text has white color on #C4F6F4 background.