COLOR #C5D4DC

HEX: #C5D4DC
RGB: (197,212,220)

Color info

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

RGB color model

#C5D4DC color RGB value is (197,212,220).

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

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 220 of 255 = 86%

197
212
220

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

Portions of RGB colors in percentages

R + G + B =
197 + 212 + 220 = 629 (100%)
R 197 of 629 ~ 31.32%
G 212 of 629 ~ 33.7%
B 220 of 629 ~ 34.98%

%31.32
%33.7
%34.98

CMYK color model

#C5D4DC color CMYK value is (10,4,0,14).

  • cyan value is 10.45%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,4,0,14)
C10M4Y0K14 
(10%,4%,0%,14%)
(0.10/0.04/0.00/0.14)	

CMYK percentages

%10.45
%3.64
%0
%13.73

Codes

Color #C5D4DC in popluar color models

C5D4DC
RGB197212220
HSL201°24.73%81.76%
HSB/HSV201°10.45%86.27%
CMYK10.45%3.64%0.00%
13.73%

Color #C5D4DC in popluar number systems.

HEXC5D4DC
Decimal197212220
Binary110001011101010011011100
Octal305324334

Shades and tints

Shades of #C5D4DC

#C5D4DC
(197,212,220)
#B4C1C8
(180,193,200)
#A3AEB4
(163,174,180)
#929BA0
(146,155,160)
#81888C
(129,136,140)
#707578
(112,117,120)
#5F6264
(95,98,100)
#4E4F50
(78,79,80)
#3D3C3C
(61,60,60)
#2C2928
(44,41,40)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5D4DC

#C5D4DC
(197,212,220)
#CAD7DF
(202,215,223)
#CFDAE2
(207,218,226)
#D4DDE5
(212,221,229)
#D9E0E8
(217,224,232)
#DEE3EB
(222,227,235)
#E3E6EE
(227,230,238)
#E8E9F1
(232,233,241)
#EDECF4
(237,236,244)
#F2EFF7
(242,239,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4DC; }

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

This text font color is #C5D4DC.


Background Color

.myBgColor { background-color: #C5D4DC; }

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

This div background color is #C5D4DC.


Border color

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

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

This div border color is #C5D4DC.


Opacity

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

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

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

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

This text has shadow with #C5D4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D4DC on black background.


Color preview on white background

This text has color #C5D4DC on white background.



Black color preview on #C5D4DC background

This text has black color on #C5D4DC background.


White color preview on #C5D4DC background

This text has white color on #C5D4DC background.