COLOR #C4F4F1

HEX: #C4F4F1
RGB: (196,244,241)

Color info

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

RGB color model

#C4F4F1 color RGB value is (196,244,241).

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

RGB channels and saturation

R 196 of 255 = 77%
G 244 of 255 = 96%
B 241 of 255 = 95%

196
244
241

R + G + B ~ 89%. #C4F4F1 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 244 + 241 = 681 (100%)
R 196 of 681 ~ 28.78%
G 244 of 681 ~ 35.83%
B 241 of 681 ~ 35.39%

%28.78
%35.83
%35.39

CMYK color model

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

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

CMYK percentages

%19.67
%0
%1.23
%4.31

Codes

Color #C4F4F1 in popluar color models

C4F4F1
RGB196244241
HSL176°68.57%86.27%
HSB/HSV176°19.67%95.69%
CMYK19.67%0.00%1.23%
4.31%

Color #C4F4F1 in popluar number systems.

HEXC4F4F1
Decimal196244241
Binary110001001111010011110001
Octal304364361

Shades and tints

Shades of #C4F4F1

#C4F4F1
(196,244,241)
#B3DEDC
(179,222,220)
#A2C8C7
(162,200,199)
#91B2B2
(145,178,178)
#809C9D
(128,156,157)
#6F8688
(111,134,136)
#5E7073
(94,112,115)
#4D5A5E
(77,90,94)
#3C4449
(60,68,73)
#2B2E34
(43,46,52)
#1A181F
(26,24,31)
#000000
(0,0,0)

Tints of #C4F4F1

#C4F4F1
(196,244,241)
#C9F5F2
(201,245,242)
#CEF6F3
(206,246,243)
#D3F7F4
(211,247,244)
#D8F8F5
(216,248,245)
#DDF9F6
(221,249,246)
#E2FAF7
(226,250,247)
#E7FBF8
(231,251,248)
#ECFCF9
(236,252,249)
#F1FDFA
(241,253,250)
#F6FEFB
(246,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F4F1; }

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

This text font color is #C4F4F1.


Background Color

.myBgColor { background-color: #C4F4F1; }

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

This div background color is #C4F4F1.


Border color

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

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

This div border color is #C4F4F1.


Opacity

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

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

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

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

This text has shadow with #C4F4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F4F1 on black background.


Color preview on white background

This text has color #C4F4F1 on white background.



Black color preview on #C4F4F1 background

This text has black color on #C4F4F1 background.


White color preview on #C4F4F1 background

This text has white color on #C4F4F1 background.