COLOR #C5D6CA

HEX: #C5D6CA
RGB: (197,214,202)

Color info

#C5D6CA contains red, green and blue colors in about the same proportion. Web safe color of #C5D6CA is #CCCCCC (or #CCC).

RGB color model

#C5D6CA color RGB value is (197,214,202).

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

RGB channels and saturation

R 197 of 255 = 77%
G 214 of 255 = 84%
B 202 of 255 = 79%

197
214
202

R + G + B ~ 80%. #C5D6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 214 + 202 = 613 (100%)
R 197 of 613 ~ 32.14%
G 214 of 613 ~ 34.91%
B 202 of 613 ~ 32.95%

%32.14
%34.91
%32.95

CMYK color model

#C5D6CA color CMYK value is (8,0,6,16).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 16.08%
CMYK:
(8,0,6,16)
C8M0Y6K16 
(8%,0%,6%,16%)
(0.08/0.00/0.06/0.16)	

CMYK percentages

%7.94
%0
%5.61
%16.08

Codes

Color #C5D6CA in popluar color models

C5D6CA
RGB197214202
HSL138°17.17%80.59%
HSB/HSV138°7.94%83.92%
CMYK7.94%0.00%5.61%
16.08%

Color #C5D6CA in popluar number systems.

HEXC5D6CA
Decimal197214202
Binary110001011101011011001010
Octal305326312

Shades and tints

Shades of #C5D6CA

#C5D6CA
(197,214,202)
#B4C3B8
(180,195,184)
#A3B0A6
(163,176,166)
#929D94
(146,157,148)
#818A82
(129,138,130)
#707770
(112,119,112)
#5F645E
(95,100,94)
#4E514C
(78,81,76)
#3D3E3A
(61,62,58)
#2C2B28
(44,43,40)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #C5D6CA

#C5D6CA
(197,214,202)
#CAD9CE
(202,217,206)
#CFDCD2
(207,220,210)
#D4DFD6
(212,223,214)
#D9E2DA
(217,226,218)
#DEE5DE
(222,229,222)
#E3E8E2
(227,232,226)
#E8EBE6
(232,235,230)
#EDEEEA
(237,238,234)
#F2F1EE
(242,241,238)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D6CA; }

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

This text font color is #C5D6CA.


Background Color

.myBgColor { background-color: #C5D6CA; }

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

This div background color is #C5D6CA.


Border color

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

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

This div border color is #C5D6CA.


Opacity

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

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

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

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

This text has shadow with #C5D6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D6CA on black background.


Color preview on white background

This text has color #C5D6CA on white background.



Black color preview on #C5D6CA background

This text has black color on #C5D6CA background.


White color preview on #C5D6CA background

This text has white color on #C5D6CA background.