COLOR #C5D3DF

HEX: #C5D3DF
RGB: (197,211,223)

Color info

#C5D3DF contains red, green and blue colors in about the same proportion. Web safe color of #C5D3DF is #CCCCCC (or #CCC).

RGB color model

#C5D3DF color RGB value is (197,211,223).

  • red value is 197;
  • green value is 211;
  • blue value is 223.
RGB:
(197,211,223)
(77%,83%,87%)

RGB channels and saturation

R 197 of 255 = 77%
G 211 of 255 = 83%
B 223 of 255 = 87%

197
211
223

R + G + B ~ 82%. #C5D3DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 211 + 223 = 631 (100%)
R 197 of 631 ~ 31.22%
G 211 of 631 ~ 33.44%
B 223 of 631 ~ 35.34%

%31.22
%33.44
%35.34

CMYK color model

#C5D3DF color CMYK value is (12,5,0,13).

  • cyan value is 11.66%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(12,5,0,13)
C12M5Y0K13 
(12%,5%,0%,13%)
(0.12/0.05/0.00/0.13)	

CMYK percentages

%11.66
%5.38
%0
%12.55

Codes

Color #C5D3DF in popluar color models

C5D3DF
RGB197211223
HSL208°28.89%82.35%
HSB/HSV208°11.66%87.45%
CMYK11.66%5.38%0.00%
12.55%

Color #C5D3DF in popluar number systems.

HEXC5D3DF
Decimal197211223
Binary110001011101001111011111
Octal305323337

Shades and tints

Shades of #C5D3DF

#C5D3DF
(197,211,223)
#B4C0CB
(180,192,203)
#A3ADB7
(163,173,183)
#929AA3
(146,154,163)
#81878F
(129,135,143)
#70747B
(112,116,123)
#5F6167
(95,97,103)
#4E4E53
(78,78,83)
#3D3B3F
(61,59,63)
#2C282B
(44,40,43)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5D3DF

#C5D3DF
(197,211,223)
#CAD7E1
(202,215,225)
#CFDBE3
(207,219,227)
#D4DFE5
(212,223,229)
#D9E3E7
(217,227,231)
#DEE7E9
(222,231,233)
#E3EBEB
(227,235,235)
#E8EFED
(232,239,237)
#EDF3EF
(237,243,239)
#F2F7F1
(242,247,241)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D3DF color. Also use rgb(197,211,223) instead hex code.

Text Font Color

.myTextColor { color: #C5D3DF; }

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

This text font color is #C5D3DF.


Background Color

.myBgColor { background-color: #C5D3DF; }

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

This div background color is #C5D3DF.


Border color

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

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

This div border color is #C5D3DF.


Opacity

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

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

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

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

This text has shadow with #C5D3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D3DF on black background.


Color preview on white background

This text has color #C5D3DF on white background.



Black color preview on #C5D3DF background

This text has black color on #C5D3DF background.


White color preview on #C5D3DF background

This text has white color on #C5D3DF background.