COLOR #C5D3DC

HEX: #C5D3DC RGB: (197,211,220)

Color info

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

RGB color model

#C5D3DC color RGB value is (197,211,220).

RGB: (197,211,220) (77%, 83%, 86%)

RGB channels and saturation

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

197
211
220

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

Portions of RGB colors in percentages

R + G + B = 197 + 211 + 220 = 628 (100%)
R 197 of 628 ~ 31.37%
G 211 of 628 ~ 33.6%
B 220 of 628 ~ 35.03'%

%31.37
%33.6
%35.03

CMYK color model

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

  • cyan value is 10.45%
  • magenta value is 4.09%
  • 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
%4.09
%0
%13.73

Codes

Color #C5D3DC in popluar color models

C5 D3 DC
RGB 197 211 220
HSL 203° 24.73% 81.76%
HSB/HSV 203° 10.45% 86.27%
CMYK 10.45% 4.09% 0.00%
13.73%

Color #C5D3DC in popluar number systems.

HEX C5 D3 DC
Decimal 197 211 220
Binary 11000101 11010011 11011100
Octal 305 323 334

Shades and tints

Shades of #C5D3DC

#C5D3DC
(197,211,220)
#B4C0C8
(180,192,200)
#A3ADB4
(163,173,180)
#929AA0
(146,154,160)
#81878C
(129,135,140)
#707478
(112,116,120)
#5F6164
(95,97,100)
#4E4E50
(78,78,80)
#3D3B3C
(61,59,60)
#2C2828
(44,40,40)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #C5D3DC

#C5D3DC
(197,211,220)
#CAD7DF
(202,215,223)
#CFDBE2
(207,219,226)
#D4DFE5
(212,223,229)
#D9E3E8
(217,227,232)
#DEE7EB
(222,231,235)
#E3EBEE
(227,235,238)
#E8EFF1
(232,239,241)
#EDF3F4
(237,243,244)
#F2F7F7
(242,247,247)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D3DC; }

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

This text font color is #C5D3DC.

Background Color

.myBgColor { background-color: #C5D3DC; }

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

This div background color is #C5D3DC.

Border color

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

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

This div border color is #C5D3DC.

Opacity

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

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

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

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

This text has shadow with #C5D3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D3DC.

Preview

Color preview on black background

This text has color #C5D3DC on black background.


Color preview on white background

This text has color #C5D3DC on white background.


Black color preview on #C5D3DC background

This text has black color on #C5D3DC background.


White color preview on #C5D3DC background

This text has white color on #C5D3DC background.


Related colors

Complementary color

Complementary color for #hex is #3A2C23.


I love getcolorcode.com

Triadic colors

1 #DCC5D3 and #D3DCC5 with #C5D3DC are triadic colors.

2 #DCD3C5 and #D3C5DC with #C5D3DC are triadic colors.