COLOR #C5D1D8

HEX: #C5D1D8
RGB: (197,209,216)

Color info

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

RGB color model

#C5D1D8 color RGB value is (197,209,216).

  • red value is 197;
  • green value is 209;
  • blue value is 216.
RGB:
(197,209,216)
(77%,82%,85%)

RGB channels and saturation

R 197 of 255 = 77%
G 209 of 255 = 82%
B 216 of 255 = 85%

197
209
216

R + G + B ~ 81%. #C5D1D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 209 + 216 = 622 (100%)
R 197 of 622 ~ 31.67%
G 209 of 622 ~ 33.6%
B 216 of 622 ~ 34.73%

%31.67
%33.6
%34.73

CMYK color model

#C5D1D8 color CMYK value is (9,3,0,15).

  • cyan value is 8.80%
  • magenta value is 3.24%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(9,3,0,15)
C9M3Y0K15 
(9%,3%,0%,15%)
(0.09/0.03/0.00/0.15)	

CMYK percentages

%8.8
%3.24
%0
%15.29

Codes

Color #C5D1D8 in popluar color models

C5D1D8
RGB197209216
HSL202°19.59%80.98%
HSB/HSV202°8.80%84.71%
CMYK8.80%3.24%0.00%
15.29%

Color #C5D1D8 in popluar number systems.

HEXC5D1D8
Decimal197209216
Binary110001011101000111011000
Octal305321330

Shades and tints

Shades of #C5D1D8

#C5D1D8
(197,209,216)
#B4BEC5
(180,190,197)
#A3ABB2
(163,171,178)
#92989F
(146,152,159)
#81858C
(129,133,140)
#707279
(112,114,121)
#5F5F66
(95,95,102)
#4E4C53
(78,76,83)
#3D3940
(61,57,64)
#2C262D
(44,38,45)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #C5D1D8

#C5D1D8
(197,209,216)
#CAD5DB
(202,213,219)
#CFD9DE
(207,217,222)
#D4DDE1
(212,221,225)
#D9E1E4
(217,225,228)
#DEE5E7
(222,229,231)
#E3E9EA
(227,233,234)
#E8EDED
(232,237,237)
#EDF1F0
(237,241,240)
#F2F5F3
(242,245,243)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D1D8 color. Also use rgb(197,209,216) instead hex code.

Text Font Color

.myTextColor { color: #C5D1D8; }

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

This text font color is #C5D1D8.


Background Color

.myBgColor { background-color: #C5D1D8; }

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

This div background color is #C5D1D8.


Border color

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

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

This div border color is #C5D1D8.


Opacity

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

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

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

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

This text has shadow with #C5D1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D1D8 on black background.


Color preview on white background

This text has color #C5D1D8 on white background.



Black color preview on #C5D1D8 background

This text has black color on #C5D1D8 background.


White color preview on #C5D1D8 background

This text has white color on #C5D1D8 background.