COLOR #C5D4F9

HEX: #C5D4F9
RGB: (197,212,249)

Color info

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

RGB color model

#C5D4F9 color RGB value is (197,212,249).

  • red value is 197;
  • green value is 212;
  • blue value is 249.
RGB:
(197,212,249)
(77%,83%,98%)

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 249 of 255 = 98%

197
212
249

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

Portions of RGB colors in percentages

R + G + B =
197 + 212 + 249 = 658 (100%)
R 197 of 658 ~ 29.94%
G 212 of 658 ~ 32.22%
B 249 of 658 ~ 37.84%

%29.94
%32.22
%37.84

CMYK color model

#C5D4F9 color CMYK value is (21,15,0,2).

  • cyan value is 20.88%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(21,15,0,2)
C21M15Y0K2 
(21%,15%,0%,2%)
(0.21/0.15/0.00/0.02)	

CMYK percentages

%20.88
%14.86
%0
%2.35

Codes

Color #C5D4F9 in popluar color models

C5D4F9
RGB197212249
HSL223°81.25%87.45%
HSB/HSV223°20.88%97.65%
CMYK20.88%14.86%0.00%
2.35%

Color #C5D4F9 in popluar number systems.

HEXC5D4F9
Decimal197212249
Binary110001011101010011111001
Octal305324371

Shades and tints

Shades of #C5D4F9

#C5D4F9
(197,212,249)
#B4C1E3
(180,193,227)
#A3AECD
(163,174,205)
#929BB7
(146,155,183)
#8188A1
(129,136,161)
#70758B
(112,117,139)
#5F6275
(95,98,117)
#4E4F5F
(78,79,95)
#3D3C49
(61,60,73)
#2C2933
(44,41,51)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #C5D4F9

#C5D4F9
(197,212,249)
#CAD7F9
(202,215,249)
#CFDAF9
(207,218,249)
#D4DDF9
(212,221,249)
#D9E0F9
(217,224,249)
#DEE3F9
(222,227,249)
#E3E6F9
(227,230,249)
#E8E9F9
(232,233,249)
#EDECF9
(237,236,249)
#F2EFF9
(242,239,249)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D4F9 color. Also use rgb(197,212,249) instead hex code.

Text Font Color

.myTextColor { color: #C5D4F9; }

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

This text font color is #C5D4F9.


Background Color

.myBgColor { background-color: #C5D4F9; }

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

This div background color is #C5D4F9.


Border color

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

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

This div border color is #C5D4F9.


Opacity

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

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

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

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

This text has shadow with #C5D4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D4F9 on black background.


Color preview on white background

This text has color #C5D4F9 on white background.



Black color preview on #C5D4F9 background

This text has black color on #C5D4F9 background.


White color preview on #C5D4F9 background

This text has white color on #C5D4F9 background.