COLOR #C4F5F9

HEX: #C4F5F9
RGB: (196,245,249)

Color info

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

RGB color model

#C4F5F9 color RGB value is (196,245,249).

  • red value is 196;
  • green value is 245;
  • blue value is 249.
RGB:
(196,245,249)
(77%,96%,98%)

RGB channels and saturation

R 196 of 255 = 77%
G 245 of 255 = 96%
B 249 of 255 = 98%

196
245
249

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

Portions of RGB colors in percentages

R + G + B =
196 + 245 + 249 = 690 (100%)
R 196 of 690 ~ 28.41%
G 245 of 690 ~ 35.51%
B 249 of 690 ~ 36.09%

%28.41
%35.51
%36.09

CMYK color model

#C4F5F9 color CMYK value is (21,2,0,2).

  • cyan value is 21.29%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(21,2,0,2)
C21M2Y0K2 
(21%,2%,0%,2%)
(0.21/0.02/0.00/0.02)	

CMYK percentages

%21.29
%1.61
%0
%2.35

Codes

Color #C4F5F9 in popluar color models

C4F5F9
RGB196245249
HSL185°81.54%87.25%
HSB/HSV185°21.29%97.65%
CMYK21.29%1.61%0.00%
2.35%

Color #C4F5F9 in popluar number systems.

HEXC4F5F9
Decimal196245249
Binary110001001111010111111001
Octal304365371

Shades and tints

Shades of #C4F5F9

#C4F5F9
(196,245,249)
#B3DFE3
(179,223,227)
#A2C9CD
(162,201,205)
#91B3B7
(145,179,183)
#809DA1
(128,157,161)
#6F878B
(111,135,139)
#5E7175
(94,113,117)
#4D5B5F
(77,91,95)
#3C4549
(60,69,73)
#2B2F33
(43,47,51)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #C4F5F9

#C4F5F9
(196,245,249)
#C9F5F9
(201,245,249)
#CEF5F9
(206,245,249)
#D3F5F9
(211,245,249)
#D8F5F9
(216,245,249)
#DDF5F9
(221,245,249)
#E2F5F9
(226,245,249)
#E7F5F9
(231,245,249)
#ECF5F9
(236,245,249)
#F1F5F9
(241,245,249)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F5F9; }

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

This text font color is #C4F5F9.


Background Color

.myBgColor { background-color: #C4F5F9; }

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

This div background color is #C4F5F9.


Border color

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

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

This div border color is #C4F5F9.


Opacity

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

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

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

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

This text has shadow with #C4F5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F5F9 on black background.


Color preview on white background

This text has color #C4F5F9 on white background.



Black color preview on #C4F5F9 background

This text has black color on #C4F5F9 background.


White color preview on #C4F5F9 background

This text has white color on #C4F5F9 background.