COLOR #C5DAEA

HEX: #C5DAEA RGB: (197,218,234)

Color info

#C5DAEA contains red, green and blue colors in about the same proportion. Web safe color of #C5DAEA is #CCCCFF (or #CCF).

RGB color model

#C5DAEA color RGB value is (197,218,234).

RGB: (197,218,234) (77%, 85%, 92%)

RGB channels and saturation

R 197 of 255 = 77%
G 218 of 255 = 85%
B 234 of 255 = 92%

197
218
234

R + G + B ~ 85%. #C5DAEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 218 + 234 = 649 (100%)
R 197 of 649 ~ 30.35%
G 218 of 649 ~ 33.59%
B 234 of 649 ~ 36.06'%

%30.35
%33.59
%36.06

CMYK color model

#C5DAEA color CMYK value is (16,7,0,8).

  • cyan value is 15.81%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (16,7,0,8)
C16M7Y0K8 (16%, 7%, 0%, 8%)
(0.16 / 0.07 / 0.00 / 0.08)

CMYK percentages

%15.81
%6.84
%0
%8.24

Codes

Color #C5DAEA in popluar color models

C5 DA EA
RGB 197 218 234
HSL 206° 46.84% 84.51%
HSB/HSV 206° 15.81% 91.76%
CMYK 15.81% 6.84% 0.00%
8.24%

Color #C5DAEA in popluar number systems.

HEX C5 DA EA
Decimal 197 218 234
Binary 11000101 11011010 11101010
Octal 305 332 352

Shades and tints

Shades of #C5DAEA

#C5DAEA
(197,218,234)
#B4C7D5
(180,199,213)
#A3B4C0
(163,180,192)
#92A1AB
(146,161,171)
#818E96
(129,142,150)
#707B81
(112,123,129)
#5F686C
(95,104,108)
#4E5557
(78,85,87)
#3D4242
(61,66,66)
#2C2F2D
(44,47,45)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #C5DAEA

#C5DAEA
(197,218,234)
#CADDEB
(202,221,235)
#CFE0EC
(207,224,236)
#D4E3ED
(212,227,237)
#D9E6EE
(217,230,238)
#DEE9EF
(222,233,239)
#E3ECF0
(227,236,240)
#E8EFF1
(232,239,241)
#EDF2F2
(237,242,242)
#F2F5F3
(242,245,243)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DAEA; }

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

This text font color is #C5DAEA.

Background Color

.myBgColor { background-color: #C5DAEA; }

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

This div background color is #C5DAEA.

Border color

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

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

This div border color is #C5DAEA.

Opacity

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

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

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

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

This text has shadow with #C5DAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DAEA.

Preview

Color preview on black background

This text has color #C5DAEA on black background.


Color preview on white background

This text has color #C5DAEA on white background.


Black color preview on #C5DAEA background

This text has black color on #C5DAEA background.


White color preview on #C5DAEA background

This text has white color on #C5DAEA background.


Related colors

Complementary color

Complementary color for #hex is #3A2515.


I love getcolorcode.com

Triadic colors

1 #EAC5DA and #DAEAC5 with #C5DAEA are triadic colors.

2 #EADAC5 and #DAC5EA with #C5DAEA are triadic colors.