COLOR #C4E1F5

HEX: #C4E1F5
RGB: (196,225,245)

Color info

#C4E1F5 contains red, green and blue colors in about the same proportion. Web safe color of #C4E1F5 is #CCCCFF (or #CCF).

RGB color model

#C4E1F5 color RGB value is (196,225,245).

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

RGB channels and saturation

R 196 of 255 = 77%
G 225 of 255 = 88%
B 245 of 255 = 96%

196
225
245

R + G + B ~ 87%. #C4E1F5 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 225 + 245 = 666 (100%)
R 196 of 666 ~ 29.43%
G 225 of 666 ~ 33.78%
B 245 of 666 ~ 36.79%

%29.43
%33.78
%36.79

CMYK color model

#C4E1F5 color CMYK value is (20,8,0,4).

  • cyan value is 20.00%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(20,8,0,4)
C20M8Y0K4 
(20%,8%,0%,4%)
(0.20/0.08/0.00/0.04)	

CMYK percentages

%20
%8.16
%0
%3.92

Codes

Color #C4E1F5 in popluar color models

C4E1F5
RGB196225245
HSL204°71.01%86.47%
HSB/HSV204°20.00%96.08%
CMYK20.00%8.16%0.00%
3.92%

Color #C4E1F5 in popluar number systems.

HEXC4E1F5
Decimal196225245
Binary110001001110000111110101
Octal304341365

Shades and tints

Shades of #C4E1F5

#C4E1F5
(196,225,245)
#B3CDDF
(179,205,223)
#A2B9C9
(162,185,201)
#91A5B3
(145,165,179)
#80919D
(128,145,157)
#6F7D87
(111,125,135)
#5E6971
(94,105,113)
#4D555B
(77,85,91)
#3C4145
(60,65,69)
#2B2D2F
(43,45,47)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #C4E1F5

#C4E1F5
(196,225,245)
#C9E3F5
(201,227,245)
#CEE5F5
(206,229,245)
#D3E7F5
(211,231,245)
#D8E9F5
(216,233,245)
#DDEBF5
(221,235,245)
#E2EDF5
(226,237,245)
#E7EFF5
(231,239,245)
#ECF1F5
(236,241,245)
#F1F3F5
(241,243,245)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E1F5; }

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

This text font color is #C4E1F5.


Background Color

.myBgColor { background-color: #C4E1F5; }

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

This div background color is #C4E1F5.


Border color

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

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

This div border color is #C4E1F5.


Opacity

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

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

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

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

This text has shadow with #C4E1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E1F5 on black background.


Color preview on white background

This text has color #C4E1F5 on white background.



Black color preview on #C4E1F5 background

This text has black color on #C4E1F5 background.


White color preview on #C4E1F5 background

This text has white color on #C4E1F5 background.