COLOR #C5DCD9

HEX: #C5DCD9 RGB: (197,220,217)

Color info

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

RGB color model

#C5DCD9 color RGB value is (197,220,217).

RGB: (197,220,217) (77%, 86%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 217 of 255 = 85%

197
220
217

R + G + B ~ 83%. #C5DCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 220 + 217 = 634 (100%)
R 197 of 634 ~ 31.07%
G 220 of 634 ~ 34.7%
B 217 of 634 ~ 34.23'%

%31.07
%34.7
%34.23

CMYK color model

#C5DCD9 color CMYK value is (10,0,1,14).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.73%

CMYK: (10,0,1,14)
C10M0Y1K14 (10%, 0%, 1%, 14%)
(0.10 / 0.00 / 0.01 / 0.14)

CMYK percentages

%10.45
%0
%1.36
%13.73

Codes

Color #C5DCD9 in popluar color models

C5 DC D9
RGB 197 220 217
HSL 172° 24.73% 81.76%
HSB/HSV 172° 10.45% 86.27%
CMYK 10.45% 0.00% 1.36%
13.73%

Color #C5DCD9 in popluar number systems.

HEX C5 DC D9
Decimal 197 220 217
Binary 11000101 11011100 11011001
Octal 305 334 331

Shades and tints

Shades of #C5DCD9

#C5DCD9
(197,220,217)
#B4C8C6
(180,200,198)
#A3B4B3
(163,180,179)
#92A0A0
(146,160,160)
#818C8D
(129,140,141)
#70787A
(112,120,122)
#5F6467
(95,100,103)
#4E5054
(78,80,84)
#3D3C41
(61,60,65)
#2C282E
(44,40,46)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #C5DCD9

#C5DCD9
(197,220,217)
#CADFDC
(202,223,220)
#CFE2DF
(207,226,223)
#D4E5E2
(212,229,226)
#D9E8E5
(217,232,229)
#DEEBE8
(222,235,232)
#E3EEEB
(227,238,235)
#E8F1EE
(232,241,238)
#EDF4F1
(237,244,241)
#F2F7F4
(242,247,244)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DCD9; }

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

This text font color is #C5DCD9.

Background Color

.myBgColor { background-color: #C5DCD9; }

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

This div background color is #C5DCD9.

Border color

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

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

This div border color is #C5DCD9.

Opacity

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

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

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

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

This text has shadow with #C5DCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DCD9.

Preview

Color preview on black background

This text has color #C5DCD9 on black background.


Color preview on white background

This text has color #C5DCD9 on white background.


Black color preview on #C5DCD9 background

This text has black color on #C5DCD9 background.


White color preview on #C5DCD9 background

This text has white color on #C5DCD9 background.


Related colors

Complementary color

Complementary color for #hex is #3A2326.


I love getcolorcode.com

Triadic colors

1 #D9C5DC and #DCD9C5 with #C5DCD9 are triadic colors.

2 #D9DCC5 and #DCC5D9 with #C5DCD9 are triadic colors.