COLOR #C5E1FC

HEX: #C5E1FC
RGB: (197,225,252)

Color info

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

RGB color model

#C5E1FC color RGB value is (197,225,252).

  • red value is 197;
  • green value is 225;
  • blue value is 252.
RGB:
(197,225,252)
(77%,88%,99%)

RGB channels and saturation

R 197 of 255 = 77%
G 225 of 255 = 88%
B 252 of 255 = 99%

197
225
252

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

Portions of RGB colors in percentages

R + G + B =
197 + 225 + 252 = 674 (100%)
R 197 of 674 ~ 29.23%
G 225 of 674 ~ 33.38%
B 252 of 674 ~ 37.39%

%29.23
%33.38
%37.39

CMYK color model

#C5E1FC color CMYK value is (22,11,0,1).

  • cyan value is 21.83%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(22,11,0,1)
C22M11Y0K1 
(22%,11%,0%,1%)
(0.22/0.11/0.00/0.01)	

CMYK percentages

%21.83
%10.71
%0
%1.18

Codes

Color #C5E1FC in popluar color models

C5E1FC
RGB197225252
HSL209°90.16%88.04%
HSB/HSV209°21.83%98.82%
CMYK21.83%10.71%0.00%
1.18%

Color #C5E1FC in popluar number systems.

HEXC5E1FC
Decimal197225252
Binary110001011110000111111100
Octal305341374

Shades and tints

Shades of #C5E1FC

#C5E1FC
(197,225,252)
#B4CDE6
(180,205,230)
#A3B9D0
(163,185,208)
#92A5BA
(146,165,186)
#8191A4
(129,145,164)
#707D8E
(112,125,142)
#5F6978
(95,105,120)
#4E5562
(78,85,98)
#3D414C
(61,65,76)
#2C2D36
(44,45,54)
#1B1920
(27,25,32)
#000000
(0,0,0)

Tints of #C5E1FC

#C5E1FC
(197,225,252)
#CAE3FC
(202,227,252)
#CFE5FC
(207,229,252)
#D4E7FC
(212,231,252)
#D9E9FC
(217,233,252)
#DEEBFC
(222,235,252)
#E3EDFC
(227,237,252)
#E8EFFC
(232,239,252)
#EDF1FC
(237,241,252)
#F2F3FC
(242,243,252)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E1FC color. Also use rgb(197,225,252) instead hex code.

Text Font Color

.myTextColor { color: #C5E1FC; }

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

This text font color is #C5E1FC.


Background Color

.myBgColor { background-color: #C5E1FC; }

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

This div background color is #C5E1FC.


Border color

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

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

This div border color is #C5E1FC.


Opacity

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

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

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

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

This text has shadow with #C5E1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E1FC on black background.


Color preview on white background

This text has color #C5E1FC on white background.



Black color preview on #C5E1FC background

This text has black color on #C5E1FC background.


White color preview on #C5E1FC background

This text has white color on #C5E1FC background.