COLOR #C5DAF9

HEX: #C5DAF9
RGB: (197,218,249)

Color info

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

RGB color model

#C5DAF9 color RGB value is (197,218,249).

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

RGB channels and saturation

R 197 of 255 = 77%
G 218 of 255 = 85%
B 249 of 255 = 98%

197
218
249

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

Portions of RGB colors in percentages

R + G + B =
197 + 218 + 249 = 664 (100%)
R 197 of 664 ~ 29.67%
G 218 of 664 ~ 32.83%
B 249 of 664 ~ 37.5%

%29.67
%32.83
%37.5

CMYK color model

#C5DAF9 color CMYK value is (21,12,0,2).

  • cyan value is 20.88%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(21,12,0,2)
C21M12Y0K2 
(21%,12%,0%,2%)
(0.21/0.12/0.00/0.02)	

CMYK percentages

%20.88
%12.45
%0
%2.35

Codes

Color #C5DAF9 in popluar color models

C5DAF9
RGB197218249
HSL216°81.25%87.45%
HSB/HSV216°20.88%97.65%
CMYK20.88%12.45%0.00%
2.35%

Color #C5DAF9 in popluar number systems.

HEXC5DAF9
Decimal197218249
Binary110001011101101011111001
Octal305332371

Shades and tints

Shades of #C5DAF9

#C5DAF9
(197,218,249)
#B4C7E3
(180,199,227)
#A3B4CD
(163,180,205)
#92A1B7
(146,161,183)
#818EA1
(129,142,161)
#707B8B
(112,123,139)
#5F6875
(95,104,117)
#4E555F
(78,85,95)
#3D4249
(61,66,73)
#2C2F33
(44,47,51)
#1B1C1D
(27,28,29)
#000000
(0,0,0)

Tints of #C5DAF9

#C5DAF9
(197,218,249)
#CADDF9
(202,221,249)
#CFE0F9
(207,224,249)
#D4E3F9
(212,227,249)
#D9E6F9
(217,230,249)
#DEE9F9
(222,233,249)
#E3ECF9
(227,236,249)
#E8EFF9
(232,239,249)
#EDF2F9
(237,242,249)
#F2F5F9
(242,245,249)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DAF9; }

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

This text font color is #C5DAF9.


Background Color

.myBgColor { background-color: #C5DAF9; }

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

This div background color is #C5DAF9.


Border color

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

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

This div border color is #C5DAF9.


Opacity

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

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

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

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

This text has shadow with #C5DAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DAF9 on black background.


Color preview on white background

This text has color #C5DAF9 on white background.



Black color preview on #C5DAF9 background

This text has black color on #C5DAF9 background.


White color preview on #C5DAF9 background

This text has white color on #C5DAF9 background.