COLOR #C4E1FE

HEX: #C4E1FE
RGB: (196,225,254)

Color info

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

RGB color model

#C4E1FE color RGB value is (196,225,254).

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

RGB channels and saturation

R 196 of 255 = 77%
G 225 of 255 = 88%
B 254 of 255 = 100%

196
225
254

R + G + B ~ 88%. #C4E1FE is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 225 + 254 = 675 (100%)
R 196 of 675 ~ 29.04%
G 225 of 675 ~ 33.33%
B 254 of 675 ~ 37.63%

%29.04
%33.33
%37.63

CMYK color model

#C4E1FE color CMYK value is (23,11,0,0).

  • cyan value is 22.83%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(23,11,0,0)
C23M11Y0K0 
(23%,11%,0%,0%)
(0.23/0.11/0.00/0.00)	

CMYK percentages

%22.83
%11.42
%0
%0.39

Codes

Color #C4E1FE in popluar color models

C4E1FE
RGB196225254
HSL210°96.67%88.24%
HSB/HSV210°22.83%99.61%
CMYK22.83%11.42%0.00%
0.39%

Color #C4E1FE in popluar number systems.

HEXC4E1FE
Decimal196225254
Binary110001001110000111111110
Octal304341376

Shades and tints

Shades of #C4E1FE

#C4E1FE
(196,225,254)
#B3CDE7
(179,205,231)
#A2B9D0
(162,185,208)
#91A5B9
(145,165,185)
#8091A2
(128,145,162)
#6F7D8B
(111,125,139)
#5E6974
(94,105,116)
#4D555D
(77,85,93)
#3C4146
(60,65,70)
#2B2D2F
(43,45,47)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #C4E1FE

#C4E1FE
(196,225,254)
#C9E3FE
(201,227,254)
#CEE5FE
(206,229,254)
#D3E7FE
(211,231,254)
#D8E9FE
(216,233,254)
#DDEBFE
(221,235,254)
#E2EDFE
(226,237,254)
#E7EFFE
(231,239,254)
#ECF1FE
(236,241,254)
#F1F3FE
(241,243,254)
#F6F5FE
(246,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E1FE; }

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

This text font color is #C4E1FE.


Background Color

.myBgColor { background-color: #C4E1FE; }

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

This div background color is #C4E1FE.


Border color

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

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

This div border color is #C4E1FE.


Opacity

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

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

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

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

This text has shadow with #C4E1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E1FE on black background.


Color preview on white background

This text has color #C4E1FE on white background.



Black color preview on #C4E1FE background

This text has black color on #C4E1FE background.


White color preview on #C4E1FE background

This text has white color on #C4E1FE background.