COLOR #C4F0FA

HEX: #C4F0FA RGB: (196,240,250)

Color info

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

RGB color model

#C4F0FA color RGB value is (196,240,250).

RGB: (196,240,250) (77%, 94%, 98%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 250 of 255 = 98%

196
240
250

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

Portions of RGB colors in percentages

R + G + B = 196 + 240 + 250 = 686 (100%)
R 196 of 686 ~ 28.57%
G 240 of 686 ~ 34.99%
B 250 of 686 ~ 36.44'%

%28.57
%34.99
%36.44

CMYK color model

#C4F0FA color CMYK value is (22,4,0,2).

  • cyan value is 21.60%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (22,4,0,2)
C22M4Y0K2 (22%, 4%, 0%, 2%)
(0.22 / 0.04 / 0.00 / 0.02)

CMYK percentages

%21.6
%4
%0
%1.96

Codes

Color #C4F0FA in popluar color models

C4 F0 FA
RGB 196 240 250
HSL 191° 84.38% 87.45%
HSB/HSV 191° 21.60% 98.04%
CMYK 21.60% 4.00% 0.00%
1.96%

Color #C4F0FA in popluar number systems.

HEX C4 F0 FA
Decimal 196 240 250
Binary 11000100 11110000 11111010
Octal 304 360 372

Shades and tints

Shades of #C4F0FA

#C4F0FA
(196,240,250)
#B3DBE4
(179,219,228)
#A2C6CE
(162,198,206)
#91B1B8
(145,177,184)
#809CA2
(128,156,162)
#6F878C
(111,135,140)
#5E7276
(94,114,118)
#4D5D60
(77,93,96)
#3C484A
(60,72,74)
#2B3334
(43,51,52)
#1A1E1E
(26,30,30)
#000000
(0,0,0)

Tints of #C4F0FA

#C4F0FA
(196,240,250)
#C9F1FA
(201,241,250)
#CEF2FA
(206,242,250)
#D3F3FA
(211,243,250)
#D8F4FA
(216,244,250)
#DDF5FA
(221,245,250)
#E2F6FA
(226,246,250)
#E7F7FA
(231,247,250)
#ECF8FA
(236,248,250)
#F1F9FA
(241,249,250)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F0FA; }

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

This text font color is #C4F0FA.

Background Color

.myBgColor { background-color: #C4F0FA; }

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

This div background color is #C4F0FA.

Border color

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

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

This div border color is #C4F0FA.

Opacity

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

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

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

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

This text has shadow with #C4F0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F0FA.

Preview

Color preview on black background

This text has color #C4F0FA on black background.


Color preview on white background

This text has color #C4F0FA on white background.


Black color preview on #C4F0FA background

This text has black color on #C4F0FA background.


White color preview on #C4F0FA background

This text has white color on #C4F0FA background.


Related colors

Complementary color

Complementary color for #hex is #3B0F05.


I love getcolorcode.com

Triadic colors

1 #FAC4F0 and #F0FAC4 with #C4F0FA are triadic colors.

2 #FAF0C4 and #F0C4FA with #C4F0FA are triadic colors.