COLOR #C4E1FB

HEX: #C4E1FB
RGB: (196,225,251)

Color info

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

RGB color model

#C4E1FB color RGB value is (196,225,251).

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

RGB channels and saturation

R 196 of 255 = 77%
G 225 of 255 = 88%
B 251 of 255 = 98%

196
225
251

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

Portions of RGB colors in percentages

R + G + B =
196 + 225 + 251 = 672 (100%)
R 196 of 672 ~ 29.17%
G 225 of 672 ~ 33.48%
B 251 of 672 ~ 37.35%

%29.17
%33.48
%37.35

CMYK color model

#C4E1FB color CMYK value is (22,10,0,2).

  • cyan value is 21.91%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(22,10,0,2)
C22M10Y0K2 
(22%,10%,0%,2%)
(0.22/0.10/0.00/0.02)	

CMYK percentages

%21.91
%10.36
%0
%1.57

Codes

Color #C4E1FB in popluar color models

C4E1FB
RGB196225251
HSL208°87.30%87.65%
HSB/HSV208°21.91%98.43%
CMYK21.91%10.36%0.00%
1.57%

Color #C4E1FB in popluar number systems.

HEXC4E1FB
Decimal196225251
Binary110001001110000111111011
Octal304341373

Shades and tints

Shades of #C4E1FB

#C4E1FB
(196,225,251)
#B3CDE5
(179,205,229)
#A2B9CF
(162,185,207)
#91A5B9
(145,165,185)
#8091A3
(128,145,163)
#6F7D8D
(111,125,141)
#5E6977
(94,105,119)
#4D5561
(77,85,97)
#3C414B
(60,65,75)
#2B2D35
(43,45,53)
#1A191F
(26,25,31)
#000000
(0,0,0)

Tints of #C4E1FB

#C4E1FB
(196,225,251)
#C9E3FB
(201,227,251)
#CEE5FB
(206,229,251)
#D3E7FB
(211,231,251)
#D8E9FB
(216,233,251)
#DDEBFB
(221,235,251)
#E2EDFB
(226,237,251)
#E7EFFB
(231,239,251)
#ECF1FB
(236,241,251)
#F1F3FB
(241,243,251)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E1FB; }

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

This text font color is #C4E1FB.


Background Color

.myBgColor { background-color: #C4E1FB; }

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

This div background color is #C4E1FB.


Border color

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

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

This div border color is #C4E1FB.


Opacity

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

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

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

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

This text has shadow with #C4E1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E1FB on black background.


Color preview on white background

This text has color #C4E1FB on white background.



Black color preview on #C4E1FB background

This text has black color on #C4E1FB background.


White color preview on #C4E1FB background

This text has white color on #C4E1FB background.