COLOR #C5D4EC

HEX: #C5D4EC
RGB: (197,212,236)

Color info

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

RGB color model

#C5D4EC color RGB value is (197,212,236).

  • red value is 197;
  • green value is 212;
  • blue value is 236.
RGB:
(197,212,236)
(77%,83%,93%)

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 236 of 255 = 93%

197
212
236

R + G + B ~ 84%. #C5D4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 212 + 236 = 645 (100%)
R 197 of 645 ~ 30.54%
G 212 of 645 ~ 32.87%
B 236 of 645 ~ 36.59%

%30.54
%32.87
%36.59

CMYK color model

#C5D4EC color CMYK value is (17,10,0,7).

  • cyan value is 16.53%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,10,0,7)
C17M10Y0K7 
(17%,10%,0%,7%)
(0.17/0.10/0.00/0.07)	

CMYK percentages

%16.53
%10.17
%0
%7.45

Codes

Color #C5D4EC in popluar color models

C5D4EC
RGB197212236
HSL217°50.65%84.90%
HSB/HSV217°16.53%92.55%
CMYK16.53%10.17%0.00%
7.45%

Color #C5D4EC in popluar number systems.

HEXC5D4EC
Decimal197212236
Binary110001011101010011101100
Octal305324354

Shades and tints

Shades of #C5D4EC

#C5D4EC
(197,212,236)
#B4C1D7
(180,193,215)
#A3AEC2
(163,174,194)
#929BAD
(146,155,173)
#818898
(129,136,152)
#707583
(112,117,131)
#5F626E
(95,98,110)
#4E4F59
(78,79,89)
#3D3C44
(61,60,68)
#2C292F
(44,41,47)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #C5D4EC

#C5D4EC
(197,212,236)
#CAD7ED
(202,215,237)
#CFDAEE
(207,218,238)
#D4DDEF
(212,221,239)
#D9E0F0
(217,224,240)
#DEE3F1
(222,227,241)
#E3E6F2
(227,230,242)
#E8E9F3
(232,233,243)
#EDECF4
(237,236,244)
#F2EFF5
(242,239,245)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4EC; }

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

This text font color is #C5D4EC.


Background Color

.myBgColor { background-color: #C5D4EC; }

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

This div background color is #C5D4EC.


Border color

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

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

This div border color is #C5D4EC.


Opacity

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

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

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

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

This text has shadow with #C5D4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D4EC on black background.


Color preview on white background

This text has color #C5D4EC on white background.



Black color preview on #C5D4EC background

This text has black color on #C5D4EC background.


White color preview on #C5D4EC background

This text has white color on #C5D4EC background.