COLOR #C5D6DF

HEX: #C5D6DF RGB: (197,214,223)

Color info

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

RGB color model

#C5D6DF color RGB value is (197,214,223).

RGB: (197,214,223) (77%, 84%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 214 of 255 = 84%
B 223 of 255 = 87%

197
214
223

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

Portions of RGB colors in percentages

R + G + B = 197 + 214 + 223 = 634 (100%)
R 197 of 634 ~ 31.07%
G 214 of 634 ~ 33.75%
B 223 of 634 ~ 35.17'%

%31.07
%33.75
%35.17

CMYK color model

#C5D6DF color CMYK value is (12,4,0,13).

  • cyan value is 11.66%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (12,4,0,13) C12M4Y0K13 (12%,4%,0%,13%) (0.12/0.04/0.00/0.13) 

CMYK percentages

%11.66
%4.04
%0
%12.55

Codes

Color #C5D6DF in popluar color models

C5 D6 DF
RGB 197 214 223
HSL 201° 28.89% 82.35%
HSB/HSV 201° 11.66% 87.45%
CMYK 11.66% 4.04% 0.00%
12.55%

Color #C5D6DF in popluar number systems.

HEX C5 D6 DF
Decimal 197 214 223
Binary 11000101 11010110 11011111
Octal 305 326 337

Shades and tints

Shades of #C5D6DF

#C5D6DF
(197,214,223)
#B4C3CB
(180,195,203)
#A3B0B7
(163,176,183)
#929DA3
(146,157,163)
#818A8F
(129,138,143)
#70777B
(112,119,123)
#5F6467
(95,100,103)
#4E5153
(78,81,83)
#3D3E3F
(61,62,63)
#2C2B2B
(44,43,43)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5D6DF

#C5D6DF
(197,214,223)
#CAD9E1
(202,217,225)
#CFDCE3
(207,220,227)
#D4DFE5
(212,223,229)
#D9E2E7
(217,226,231)
#DEE5E9
(222,229,233)
#E3E8EB
(227,232,235)
#E8EBED
(232,235,237)
#EDEEEF
(237,238,239)
#F2F1F1
(242,241,241)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D6DF; }

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

This text font color is #C5D6DF.

Background Color

.myBgColor { background-color: #C5D6DF; }

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

This div background color is #C5D6DF.

Border color

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

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

This div border color is #C5D6DF.

Opacity

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

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

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

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

This text has shadow with #C5D6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D6DF.

Preview

Color preview on black background

This text has color #C5D6DF on black background.


Color preview on white background

This text has color #C5D6DF on white background.


Black color preview on #C5D6DF background

This text has black color on #C5D6DF background.


White color preview on #C5D6DF background

This text has white color on #C5D6DF background.


Related colors

Complementary color

Complementary color for #hex is #3A2920.


I love getcolorcode.com

Triadic colors

1 #DFC5D6 and #D6DFC5 with #C5D6DF are triadic colors.

2 #DFD6C5 and #D6C5DF with #C5D6DF are triadic colors.