COLOR #C5D4D8

HEX: #C5D4D8 RGB: (197,212,216)

Color info

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

RGB color model

#C5D4D8 color RGB value is (197,212,216).

RGB: (197,212,216) (77%, 83%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 216 of 255 = 85%

197
212
216

R + G + B ~ 82%. #C5D4D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 212 + 216 = 625 (100%)
R 197 of 625 ~ 31.52%
G 212 of 625 ~ 33.92%
B 216 of 625 ~ 34.56'%

%31.52
%33.92
%34.56

CMYK color model

#C5D4D8 color CMYK value is (9,2,0,15).

  • cyan value is 8.80%
  • magenta value is 1.85%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (9,2,0,15) C9M2Y0K15 (9%,2%,0%,15%) (0.09/0.02/0.00/0.15) 

CMYK percentages

%8.8
%1.85
%0
%15.29

Codes

Color #C5D4D8 in popluar color models

C5 D4 D8
RGB 197 212 216
HSL 193° 19.59% 80.98%
HSB/HSV 193° 8.80% 84.71%
CMYK 8.80% 1.85% 0.00%
15.29%

Color #C5D4D8 in popluar number systems.

HEX C5 D4 D8
Decimal 197 212 216
Binary 11000101 11010100 11011000
Octal 305 324 330

Shades and tints

Shades of #C5D4D8

#C5D4D8
(197,212,216)
#B4C1C5
(180,193,197)
#A3AEB2
(163,174,178)
#929B9F
(146,155,159)
#81888C
(129,136,140)
#707579
(112,117,121)
#5F6266
(95,98,102)
#4E4F53
(78,79,83)
#3D3C40
(61,60,64)
#2C292D
(44,41,45)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #C5D4D8

#C5D4D8
(197,212,216)
#CAD7DB
(202,215,219)
#CFDADE
(207,218,222)
#D4DDE1
(212,221,225)
#D9E0E4
(217,224,228)
#DEE3E7
(222,227,231)
#E3E6EA
(227,230,234)
#E8E9ED
(232,233,237)
#EDECF0
(237,236,240)
#F2EFF3
(242,239,243)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4D8; }

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

This text font color is #C5D4D8.

Background Color

.myBgColor { background-color: #C5D4D8; }

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

This div background color is #C5D4D8.

Border color

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

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

This div border color is #C5D4D8.

Opacity

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

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

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

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

This text has shadow with #C5D4D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D4D8.

Preview

Color preview on black background

This text has color #C5D4D8 on black background.


Color preview on white background

This text has color #C5D4D8 on white background.


Black color preview on #C5D4D8 background

This text has black color on #C5D4D8 background.


White color preview on #C5D4D8 background

This text has white color on #C5D4D8 background.


Related colors

Complementary color

Complementary color for #hex is #3A2B27.


I love getcolorcode.com

Triadic colors

1 #D8C5D4 and #D4D8C5 with #C5D4D8 are triadic colors.

2 #D8D4C5 and #D4C5D8 with #C5D4D8 are triadic colors.