COLOR #C5DAD8

HEX: #C5DAD8 RGB: (197,218,216)

Color info

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

RGB color model

#C5DAD8 color RGB value is (197,218,216).

RGB: (197,218,216) (77%, 85%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 218 of 255 = 85%
B 216 of 255 = 85%

197
218
216

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

Portions of RGB colors in percentages

R + G + B = 197 + 218 + 216 = 631 (100%)
R 197 of 631 ~ 31.22%
G 218 of 631 ~ 34.55%
B 216 of 631 ~ 34.23'%

%31.22
%34.55
%34.23

CMYK color model

#C5DAD8 color CMYK value is (10,0,1,15).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 14.51%

CMYK: (10,0,1,15)
C10M0Y1K15 (10%, 0%, 1%, 15%)
(0.10 / 0.00 / 0.01 / 0.15)

CMYK percentages

%9.63
%0
%0.92
%14.51

Codes

Color #C5DAD8 in popluar color models

C5 DA D8
RGB 197 218 216
HSL 174° 22.11% 81.37%
HSB/HSV 174° 9.63% 85.49%
CMYK 9.63% 0.00% 0.92%
14.51%

Color #C5DAD8 in popluar number systems.

HEX C5 DA D8
Decimal 197 218 216
Binary 11000101 11011010 11011000
Octal 305 332 330

Shades and tints

Shades of #C5DAD8

#C5DAD8
(197,218,216)
#B4C7C5
(180,199,197)
#A3B4B2
(163,180,178)
#92A19F
(146,161,159)
#818E8C
(129,142,140)
#707B79
(112,123,121)
#5F6866
(95,104,102)
#4E5553
(78,85,83)
#3D4240
(61,66,64)
#2C2F2D
(44,47,45)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #C5DAD8

#C5DAD8
(197,218,216)
#CADDDB
(202,221,219)
#CFE0DE
(207,224,222)
#D4E3E1
(212,227,225)
#D9E6E4
(217,230,228)
#DEE9E7
(222,233,231)
#E3ECEA
(227,236,234)
#E8EFED
(232,239,237)
#EDF2F0
(237,242,240)
#F2F5F3
(242,245,243)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DAD8; }

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

This text font color is #C5DAD8.

Background Color

.myBgColor { background-color: #C5DAD8; }

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

This div background color is #C5DAD8.

Border color

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

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

This div border color is #C5DAD8.

Opacity

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

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

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

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

This text has shadow with #C5DAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DAD8.

Preview

Color preview on black background

This text has color #C5DAD8 on black background.


Color preview on white background

This text has color #C5DAD8 on white background.


Black color preview on #C5DAD8 background

This text has black color on #C5DAD8 background.


White color preview on #C5DAD8 background

This text has white color on #C5DAD8 background.


Related colors

Complementary color

Complementary color for #hex is #3A2527.


I love getcolorcode.com

Triadic colors

1 #D8C5DA and #DAD8C5 with #C5DAD8 are triadic colors.

2 #D8DAC5 and #DAC5D8 with #C5DAD8 are triadic colors.