COLOR #C5D9DD

HEX: #C5D9DD
RGB: (197,217,221)

Color info

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

RGB color model

#C5D9DD color RGB value is (197,217,221).

  • red value is 197;
  • green value is 217;
  • blue value is 221.
RGB:
(197,217,221)
(77%,85%,87%)

RGB channels and saturation

R 197 of 255 = 77%
G 217 of 255 = 85%
B 221 of 255 = 87%

197
217
221

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

Portions of RGB colors in percentages

R + G + B =
197 + 217 + 221 = 635 (100%)
R 197 of 635 ~ 31.02%
G 217 of 635 ~ 34.17%
B 221 of 635 ~ 34.8%

%31.02
%34.17
%34.8

CMYK color model

#C5D9DD color CMYK value is (11,2,0,13).

  • cyan value is 10.86%
  • magenta value is 1.81%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,2,0,13)
C11M2Y0K13 
(11%,2%,0%,13%)
(0.11/0.02/0.00/0.13)	

CMYK percentages

%10.86
%1.81
%0
%13.33

Codes

Color #C5D9DD in popluar color models

C5D9DD
RGB197217221
HSL190°26.09%81.96%
HSB/HSV190°10.86%86.67%
CMYK10.86%1.81%0.00%
13.33%

Color #C5D9DD in popluar number systems.

HEXC5D9DD
Decimal197217221
Binary110001011101100111011101
Octal305331335

Shades and tints

Shades of #C5D9DD

#C5D9DD
(197,217,221)
#B4C6C9
(180,198,201)
#A3B3B5
(163,179,181)
#92A0A1
(146,160,161)
#818D8D
(129,141,141)
#707A79
(112,122,121)
#5F6765
(95,103,101)
#4E5451
(78,84,81)
#3D413D
(61,65,61)
#2C2E29
(44,46,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #C5D9DD

#C5D9DD
(197,217,221)
#CADCE0
(202,220,224)
#CFDFE3
(207,223,227)
#D4E2E6
(212,226,230)
#D9E5E9
(217,229,233)
#DEE8EC
(222,232,236)
#E3EBEF
(227,235,239)
#E8EEF2
(232,238,242)
#EDF1F5
(237,241,245)
#F2F4F8
(242,244,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D9DD; }

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

This text font color is #C5D9DD.


Background Color

.myBgColor { background-color: #C5D9DD; }

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

This div background color is #C5D9DD.


Border color

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

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

This div border color is #C5D9DD.


Opacity

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

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

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

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

This text has shadow with #C5D9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D9DD on black background.


Color preview on white background

This text has color #C5D9DD on white background.



Black color preview on #C5D9DD background

This text has black color on #C5D9DD background.


White color preview on #C5D9DD background

This text has white color on #C5D9DD background.