COLOR #C4F1F1

HEX: #C4F1F1
RGB: (196,241,241)

Color info

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

RGB color model

#C4F1F1 color RGB value is (196,241,241).

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

RGB channels and saturation

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

196
241
241

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

Portions of RGB colors in percentages

R + G + B =
196 + 241 + 241 = 678 (100%)
R 196 of 678 ~ 28.91%
G 241 of 678 ~ 35.55%
B 241 of 678 ~ 35.55%

%28.91
%35.55
%35.55

CMYK color model

#C4F1F1 color CMYK value is (19,0,0,5).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,0,0,5)
C19M0Y0K5 
(19%,0%,0%,5%)
(0.19/0.00/0.00/0.05)	

CMYK percentages

%18.67
%0
%0
%5.49

Codes

Color #C4F1F1 in popluar color models

C4F1F1
RGB196241241
HSL180°61.64%85.69%
HSB/HSV180°18.67%94.51%
CMYK18.67%0.00%0.00%
5.49%

Color #C4F1F1 in popluar number systems.

HEXC4F1F1
Decimal196241241
Binary110001001111000111110001
Octal304361361

Shades and tints

Shades of #C4F1F1

#C4F1F1
(196,241,241)
#B3DCDC
(179,220,220)
#A2C7C7
(162,199,199)
#91B2B2
(145,178,178)
#809D9D
(128,157,157)
#6F8888
(111,136,136)
#5E7373
(94,115,115)
#4D5E5E
(77,94,94)
#3C4949
(60,73,73)
#2B3434
(43,52,52)
#1A1F1F
(26,31,31)
#000000
(0,0,0)

Tints of #C4F1F1

#C4F1F1
(196,241,241)
#C9F2F2
(201,242,242)
#CEF3F3
(206,243,243)
#D3F4F4
(211,244,244)
#D8F5F5
(216,245,245)
#DDF6F6
(221,246,246)
#E2F7F7
(226,247,247)
#E7F8F8
(231,248,248)
#ECF9F9
(236,249,249)
#F1FAFA
(241,250,250)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F1F1; }

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

This text font color is #C4F1F1.


Background Color

.myBgColor { background-color: #C4F1F1; }

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

This div background color is #C4F1F1.


Border color

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

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

This div border color is #C4F1F1.


Opacity

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

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

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

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

This text has shadow with #C4F1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F1F1 on black background.


Color preview on white background

This text has color #C4F1F1 on white background.



Black color preview on #C4F1F1 background

This text has black color on #C4F1F1 background.


White color preview on #C4F1F1 background

This text has white color on #C4F1F1 background.