COLOR #C5D8ED

HEX: #C5D8ED
RGB: (197,216,237)

Color info

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

RGB color model

#C5D8ED color RGB value is (197,216,237).

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

RGB channels and saturation

R 197 of 255 = 77%
G 216 of 255 = 85%
B 237 of 255 = 93%

197
216
237

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

Portions of RGB colors in percentages

R + G + B =
197 + 216 + 237 = 650 (100%)
R 197 of 650 ~ 30.31%
G 216 of 650 ~ 33.23%
B 237 of 650 ~ 36.46%

%30.31
%33.23
%36.46

CMYK color model

#C5D8ED color CMYK value is (17,9,0,7).

  • cyan value is 16.88%
  • magenta value is 8.86%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(17,9,0,7)
C17M9Y0K7 
(17%,9%,0%,7%)
(0.17/0.09/0.00/0.07)	

CMYK percentages

%16.88
%8.86
%0
%7.06

Codes

Color #C5D8ED in popluar color models

C5D8ED
RGB197216237
HSL212°52.63%85.10%
HSB/HSV212°16.88%92.94%
CMYK16.88%8.86%0.00%
7.06%

Color #C5D8ED in popluar number systems.

HEXC5D8ED
Decimal197216237
Binary110001011101100011101101
Octal305330355

Shades and tints

Shades of #C5D8ED

#C5D8ED
(197,216,237)
#B4C5D8
(180,197,216)
#A3B2C3
(163,178,195)
#929FAE
(146,159,174)
#818C99
(129,140,153)
#707984
(112,121,132)
#5F666F
(95,102,111)
#4E535A
(78,83,90)
#3D4045
(61,64,69)
#2C2D30
(44,45,48)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #C5D8ED

#C5D8ED
(197,216,237)
#CADBEE
(202,219,238)
#CFDEEF
(207,222,239)
#D4E1F0
(212,225,240)
#D9E4F1
(217,228,241)
#DEE7F2
(222,231,242)
#E3EAF3
(227,234,243)
#E8EDF4
(232,237,244)
#EDF0F5
(237,240,245)
#F2F3F6
(242,243,246)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D8ED; }

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

This text font color is #C5D8ED.


Background Color

.myBgColor { background-color: #C5D8ED; }

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

This div background color is #C5D8ED.


Border color

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

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

This div border color is #C5D8ED.


Opacity

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

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

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

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

This text has shadow with #C5D8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D8ED on black background.


Color preview on white background

This text has color #C5D8ED on white background.



Black color preview on #C5D8ED background

This text has black color on #C5D8ED background.


White color preview on #C5D8ED background

This text has white color on #C5D8ED background.