COLOR #C5D9FB

HEX: #C5D9FB
RGB: (197,217,251)

Color info

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

RGB color model

#C5D9FB color RGB value is (197,217,251).

  • red value is 197;
  • green value is 217;
  • blue value is 251.
RGB:
(197,217,251)
(77%,85%,98%)

RGB channels and saturation

R 197 of 255 = 77%
G 217 of 255 = 85%
B 251 of 255 = 98%

197
217
251

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

Portions of RGB colors in percentages

R + G + B =
197 + 217 + 251 = 665 (100%)
R 197 of 665 ~ 29.62%
G 217 of 665 ~ 32.63%
B 251 of 665 ~ 37.74%

%29.62
%32.63
%37.74

CMYK color model

#C5D9FB color CMYK value is (22,14,0,2).

  • cyan value is 21.51%
  • magenta value is 13.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(22,14,0,2)
C22M14Y0K2 
(22%,14%,0%,2%)
(0.22/0.14/0.00/0.02)	

CMYK percentages

%21.51
%13.55
%0
%1.57

Codes

Color #C5D9FB in popluar color models

C5D9FB
RGB197217251
HSL218°87.10%87.84%
HSB/HSV218°21.51%98.43%
CMYK21.51%13.55%0.00%
1.57%

Color #C5D9FB in popluar number systems.

HEXC5D9FB
Decimal197217251
Binary110001011101100111111011
Octal305331373

Shades and tints

Shades of #C5D9FB

#C5D9FB
(197,217,251)
#B4C6E5
(180,198,229)
#A3B3CF
(163,179,207)
#92A0B9
(146,160,185)
#818DA3
(129,141,163)
#707A8D
(112,122,141)
#5F6777
(95,103,119)
#4E5461
(78,84,97)
#3D414B
(61,65,75)
#2C2E35
(44,46,53)
#1B1B1F
(27,27,31)
#000000
(0,0,0)

Tints of #C5D9FB

#C5D9FB
(197,217,251)
#CADCFB
(202,220,251)
#CFDFFB
(207,223,251)
#D4E2FB
(212,226,251)
#D9E5FB
(217,229,251)
#DEE8FB
(222,232,251)
#E3EBFB
(227,235,251)
#E8EEFB
(232,238,251)
#EDF1FB
(237,241,251)
#F2F4FB
(242,244,251)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D9FB color. Also use rgb(197,217,251) instead hex code.

Text Font Color

.myTextColor { color: #C5D9FB; }

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

This text font color is #C5D9FB.


Background Color

.myBgColor { background-color: #C5D9FB; }

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

This div background color is #C5D9FB.


Border color

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

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

This div border color is #C5D9FB.


Opacity

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

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

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

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

This text has shadow with #C5D9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D9FB on black background.


Color preview on white background

This text has color #C5D9FB on white background.



Black color preview on #C5D9FB background

This text has black color on #C5D9FB background.


White color preview on #C5D9FB background

This text has white color on #C5D9FB background.