COLOR #C5D2FD

HEX: #C5D2FD
RGB: (197,210,253)

Color info

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

RGB color model

#C5D2FD color RGB value is (197,210,253).

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

RGB channels and saturation

R 197 of 255 = 77%
G 210 of 255 = 82%
B 253 of 255 = 99%

197
210
253

R + G + B ~ 86%. #C5D2FD is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 210 + 253 = 660 (100%)
R 197 of 660 ~ 29.85%
G 210 of 660 ~ 31.82%
B 253 of 660 ~ 38.33%

%29.85
%31.82
%38.33

CMYK color model

#C5D2FD color CMYK value is (22,17,0,1).

  • cyan value is 22.13%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(22,17,0,1)
C22M17Y0K1 
(22%,17%,0%,1%)
(0.22/0.17/0.00/0.01)	

CMYK percentages

%22.13
%17
%0
%0.78

Codes

Color #C5D2FD in popluar color models

C5D2FD
RGB197210253
HSL226°93.33%88.24%
HSB/HSV226°22.13%99.22%
CMYK22.13%17.00%0.00%
0.78%

Color #C5D2FD in popluar number systems.

HEXC5D2FD
Decimal197210253
Binary110001011101001011111101
Octal305322375

Shades and tints

Shades of #C5D2FD

#C5D2FD
(197,210,253)
#B4BFE6
(180,191,230)
#A3ACCF
(163,172,207)
#9299B8
(146,153,184)
#8186A1
(129,134,161)
#70738A
(112,115,138)
#5F6073
(95,96,115)
#4E4D5C
(78,77,92)
#3D3A45
(61,58,69)
#2C272E
(44,39,46)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C5D2FD

#C5D2FD
(197,210,253)
#CAD6FD
(202,214,253)
#CFDAFD
(207,218,253)
#D4DEFD
(212,222,253)
#D9E2FD
(217,226,253)
#DEE6FD
(222,230,253)
#E3EAFD
(227,234,253)
#E8EEFD
(232,238,253)
#EDF2FD
(237,242,253)
#F2F6FD
(242,246,253)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D2FD; }

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

This text font color is #C5D2FD.


Background Color

.myBgColor { background-color: #C5D2FD; }

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

This div background color is #C5D2FD.


Border color

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

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

This div border color is #C5D2FD.


Opacity

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

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

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

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

This text has shadow with #C5D2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D2FD on black background.


Color preview on white background

This text has color #C5D2FD on white background.



Black color preview on #C5D2FD background

This text has black color on #C5D2FD background.


White color preview on #C5D2FD background

This text has white color on #C5D2FD background.