COLOR #C5D7EF

HEX: #C5D7EF
RGB: (197,215,239)

Color info

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

RGB color model

#C5D7EF color RGB value is (197,215,239).

  • red value is 197;
  • green value is 215;
  • blue value is 239.
RGB:
(197,215,239)
(77%,84%,94%)

RGB channels and saturation

R 197 of 255 = 77%
G 215 of 255 = 84%
B 239 of 255 = 94%

197
215
239

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

Portions of RGB colors in percentages

R + G + B =
197 + 215 + 239 = 651 (100%)
R 197 of 651 ~ 30.26%
G 215 of 651 ~ 33.03%
B 239 of 651 ~ 36.71%

%30.26
%33.03
%36.71

CMYK color model

#C5D7EF color CMYK value is (18,10,0,6).

  • cyan value is 17.57%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(18,10,0,6)
C18M10Y0K6 
(18%,10%,0%,6%)
(0.18/0.10/0.00/0.06)	

CMYK percentages

%17.57
%10.04
%0
%6.27

Codes

Color #C5D7EF in popluar color models

C5D7EF
RGB197215239
HSL214°56.76%85.49%
HSB/HSV214°17.57%93.73%
CMYK17.57%10.04%0.00%
6.27%

Color #C5D7EF in popluar number systems.

HEXC5D7EF
Decimal197215239
Binary110001011101011111101111
Octal305327357

Shades and tints

Shades of #C5D7EF

#C5D7EF
(197,215,239)
#B4C4DA
(180,196,218)
#A3B1C5
(163,177,197)
#929EB0
(146,158,176)
#818B9B
(129,139,155)
#707886
(112,120,134)
#5F6571
(95,101,113)
#4E525C
(78,82,92)
#3D3F47
(61,63,71)
#2C2C32
(44,44,50)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #C5D7EF

#C5D7EF
(197,215,239)
#CADAF0
(202,218,240)
#CFDDF1
(207,221,241)
#D4E0F2
(212,224,242)
#D9E3F3
(217,227,243)
#DEE6F4
(222,230,244)
#E3E9F5
(227,233,245)
#E8ECF6
(232,236,246)
#EDEFF7
(237,239,247)
#F2F2F8
(242,242,248)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D7EF color. Also use rgb(197,215,239) instead hex code.

Text Font Color

.myTextColor { color: #C5D7EF; }

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

This text font color is #C5D7EF.


Background Color

.myBgColor { background-color: #C5D7EF; }

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

This div background color is #C5D7EF.


Border color

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

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

This div border color is #C5D7EF.


Opacity

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

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

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

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

This text has shadow with #C5D7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D7EF on black background.


Color preview on white background

This text has color #C5D7EF on white background.



Black color preview on #C5D7EF background

This text has black color on #C5D7EF background.


White color preview on #C5D7EF background

This text has white color on #C5D7EF background.