COLOR #C5DAFD

HEX: #C5DAFD
RGB: (197,218,253)

Color info

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

RGB color model

#C5DAFD color RGB value is (197,218,253).

  • red value is 197;
  • green value is 218;
  • blue value is 253.
RGB:
(197,218,253)
(77%,85%,99%)

RGB channels and saturation

R 197 of 255 = 77%
G 218 of 255 = 85%
B 253 of 255 = 99%

197
218
253

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

Portions of RGB colors in percentages

R + G + B =
197 + 218 + 253 = 668 (100%)
R 197 of 668 ~ 29.49%
G 218 of 668 ~ 32.63%
B 253 of 668 ~ 37.87%

%29.49
%32.63
%37.87

CMYK color model

#C5DAFD color CMYK value is (22,14,0,1).

  • cyan value is 22.13%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(22,14,0,1)
C22M14Y0K1 
(22%,14%,0%,1%)
(0.22/0.14/0.00/0.01)	

CMYK percentages

%22.13
%13.83
%0
%0.78

Codes

Color #C5DAFD in popluar color models

C5DAFD
RGB197218253
HSL218°93.33%88.24%
HSB/HSV218°22.13%99.22%
CMYK22.13%13.83%0.00%
0.78%

Color #C5DAFD in popluar number systems.

HEXC5DAFD
Decimal197218253
Binary110001011101101011111101
Octal305332375

Shades and tints

Shades of #C5DAFD

#C5DAFD
(197,218,253)
#B4C7E6
(180,199,230)
#A3B4CF
(163,180,207)
#92A1B8
(146,161,184)
#818EA1
(129,142,161)
#707B8A
(112,123,138)
#5F6873
(95,104,115)
#4E555C
(78,85,92)
#3D4245
(61,66,69)
#2C2F2E
(44,47,46)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #C5DAFD

#C5DAFD
(197,218,253)
#CADDFD
(202,221,253)
#CFE0FD
(207,224,253)
#D4E3FD
(212,227,253)
#D9E6FD
(217,230,253)
#DEE9FD
(222,233,253)
#E3ECFD
(227,236,253)
#E8EFFD
(232,239,253)
#EDF2FD
(237,242,253)
#F2F5FD
(242,245,253)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DAFD color. Also use rgb(197,218,253) instead hex code.

Text Font Color

.myTextColor { color: #C5DAFD; }

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

This text font color is #C5DAFD.


Background Color

.myBgColor { background-color: #C5DAFD; }

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

This div background color is #C5DAFD.


Border color

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

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

This div border color is #C5DAFD.


Opacity

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

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

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

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

This text has shadow with #C5DAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DAFD on black background.


Color preview on white background

This text has color #C5DAFD on white background.



Black color preview on #C5DAFD background

This text has black color on #C5DAFD background.


White color preview on #C5DAFD background

This text has white color on #C5DAFD background.