COLOR #C5D7DD

HEX: #C5D7DD RGB: (197,215,221)

Color info

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

RGB color model

#C5D7DD color RGB value is (197,215,221).

RGB: (197,215,221) (77%, 84%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 215 of 255 = 84%
B 221 of 255 = 87%

197
215
221

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

Portions of RGB colors in percentages

R + G + B = 197 + 215 + 221 = 633 (100%)
R 197 of 633 ~ 31.12%
G 215 of 633 ~ 33.97%
B 221 of 633 ~ 34.91'%

%31.12
%33.97
%34.91

CMYK color model

#C5D7DD color CMYK value is (11,3,0,13).

  • cyan value is 10.86%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (11,3,0,13)
C11M3Y0K13 (11%, 3%, 0%, 13%)
(0.11 / 0.03 / 0.00 / 0.13)

CMYK percentages

%10.86
%2.71
%0
%13.33

Codes

Color #C5D7DD in popluar color models

C5 D7 DD
RGB 197 215 221
HSL 195° 26.09% 81.96%
HSB/HSV 195° 10.86% 86.67%
CMYK 10.86% 2.71% 0.00%
13.33%

Color #C5D7DD in popluar number systems.

HEX C5 D7 DD
Decimal 197 215 221
Binary 11000101 11010111 11011101
Octal 305 327 335

Shades and tints

Shades of #C5D7DD

#C5D7DD
(197,215,221)
#B4C4C9
(180,196,201)
#A3B1B5
(163,177,181)
#929EA1
(146,158,161)
#818B8D
(129,139,141)
#707879
(112,120,121)
#5F6565
(95,101,101)
#4E5251
(78,82,81)
#3D3F3D
(61,63,61)
#2C2C29
(44,44,41)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #C5D7DD

#C5D7DD
(197,215,221)
#CADAE0
(202,218,224)
#CFDDE3
(207,221,227)
#D4E0E6
(212,224,230)
#D9E3E9
(217,227,233)
#DEE6EC
(222,230,236)
#E3E9EF
(227,233,239)
#E8ECF2
(232,236,242)
#EDEFF5
(237,239,245)
#F2F2F8
(242,242,248)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D7DD color. Also use rgb(197,215,221) instead hex code.

Text Font Color

.myTextColor { color: #C5D7DD; }

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

This text font color is #C5D7DD.

Background Color

.myBgColor { background-color: #C5D7DD; }

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

This div background color is #C5D7DD.

Border color

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

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

This div border color is #C5D7DD.

Opacity

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

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

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

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

This text has shadow with #C5D7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D7DD.

Preview

Color preview on black background

This text has color #C5D7DD on black background.


Color preview on white background

This text has color #C5D7DD on white background.


Black color preview on #C5D7DD background

This text has black color on #C5D7DD background.


White color preview on #C5D7DD background

This text has white color on #C5D7DD background.


Related colors

Complementary color

Complementary color for #hex is #3A2822.


I love getcolorcode.com

Triadic colors

1 #DDC5D7 and #D7DDC5 with #C5D7DD are triadic colors.

2 #DDD7C5 and #D7C5DD with #C5D7DD are triadic colors.