COLOR #C5D6EC

HEX: #C5D6EC
RGB: (197,214,236)

Color info

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

RGB color model

#C5D6EC color RGB value is (197,214,236).

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

RGB channels and saturation

R 197 of 255 = 77%
G 214 of 255 = 84%
B 236 of 255 = 93%

197
214
236

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

Portions of RGB colors in percentages

R + G + B =
197 + 214 + 236 = 647 (100%)
R 197 of 647 ~ 30.45%
G 214 of 647 ~ 33.08%
B 236 of 647 ~ 36.48%

%30.45
%33.08
%36.48

CMYK color model

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

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

CMYK percentages

%16.53
%9.32
%0
%7.45

Codes

Color #C5D6EC in popluar color models

C5D6EC
RGB197214236
HSL214°50.65%84.90%
HSB/HSV214°16.53%92.55%
CMYK16.53%9.32%0.00%
7.45%

Color #C5D6EC in popluar number systems.

HEXC5D6EC
Decimal197214236
Binary110001011101011011101100
Octal305326354

Shades and tints

Shades of #C5D6EC

#C5D6EC
(197,214,236)
#B4C3D7
(180,195,215)
#A3B0C2
(163,176,194)
#929DAD
(146,157,173)
#818A98
(129,138,152)
#707783
(112,119,131)
#5F646E
(95,100,110)
#4E5159
(78,81,89)
#3D3E44
(61,62,68)
#2C2B2F
(44,43,47)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #C5D6EC

#C5D6EC
(197,214,236)
#CAD9ED
(202,217,237)
#CFDCEE
(207,220,238)
#D4DFEF
(212,223,239)
#D9E2F0
(217,226,240)
#DEE5F1
(222,229,241)
#E3E8F2
(227,232,242)
#E8EBF3
(232,235,243)
#EDEEF4
(237,238,244)
#F2F1F5
(242,241,245)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D6EC; }

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

This text font color is #C5D6EC.


Background Color

.myBgColor { background-color: #C5D6EC; }

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

This div background color is #C5D6EC.


Border color

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

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

This div border color is #C5D6EC.


Opacity

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

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

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

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

This text has shadow with #C5D6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D6EC on black background.


Color preview on white background

This text has color #C5D6EC on white background.



Black color preview on #C5D6EC background

This text has black color on #C5D6EC background.


White color preview on #C5D6EC background

This text has white color on #C5D6EC background.