COLOR #C5DAEE

HEX: #C5DAEE
RGB: (197,218,238)

Color info

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

RGB color model

#C5DAEE color RGB value is (197,218,238).

  • red value is 197;
  • green value is 218;
  • blue value is 238.
RGB:
(197,218,238)
(77%,85%,93%)

RGB channels and saturation

R 197 of 255 = 77%
G 218 of 255 = 85%
B 238 of 255 = 93%

197
218
238

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

Portions of RGB colors in percentages

R + G + B =
197 + 218 + 238 = 653 (100%)
R 197 of 653 ~ 30.17%
G 218 of 653 ~ 33.38%
B 238 of 653 ~ 36.45%

%30.17
%33.38
%36.45

CMYK color model

#C5DAEE color CMYK value is (17,8,0,7).

  • cyan value is 17.23%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(17,8,0,7)
C17M8Y0K7 
(17%,8%,0%,7%)
(0.17/0.08/0.00/0.07)	

CMYK percentages

%17.23
%8.4
%0
%6.67

Codes

Color #C5DAEE in popluar color models

C5DAEE
RGB197218238
HSL209°54.67%85.29%
HSB/HSV209°17.23%93.33%
CMYK17.23%8.40%0.00%
6.67%

Color #C5DAEE in popluar number systems.

HEXC5DAEE
Decimal197218238
Binary110001011101101011101110
Octal305332356

Shades and tints

Shades of #C5DAEE

#C5DAEE
(197,218,238)
#B4C7D9
(180,199,217)
#A3B4C4
(163,180,196)
#92A1AF
(146,161,175)
#818E9A
(129,142,154)
#707B85
(112,123,133)
#5F6870
(95,104,112)
#4E555B
(78,85,91)
#3D4246
(61,66,70)
#2C2F31
(44,47,49)
#1B1C1C
(27,28,28)
#000000
(0,0,0)

Tints of #C5DAEE

#C5DAEE
(197,218,238)
#CADDEF
(202,221,239)
#CFE0F0
(207,224,240)
#D4E3F1
(212,227,241)
#D9E6F2
(217,230,242)
#DEE9F3
(222,233,243)
#E3ECF4
(227,236,244)
#E8EFF5
(232,239,245)
#EDF2F6
(237,242,246)
#F2F5F7
(242,245,247)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DAEE; }

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

This text font color is #C5DAEE.


Background Color

.myBgColor { background-color: #C5DAEE; }

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

This div background color is #C5DAEE.


Border color

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

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

This div border color is #C5DAEE.


Opacity

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

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

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

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

This text has shadow with #C5DAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DAEE on black background.


Color preview on white background

This text has color #C5DAEE on white background.



Black color preview on #C5DAEE background

This text has black color on #C5DAEE background.


White color preview on #C5DAEE background

This text has white color on #C5DAEE background.