COLOR #C5D1CA

HEX: #C5D1CA
RGB: (197,209,202)

Color info

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

RGB color model

#C5D1CA color RGB value is (197,209,202).

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

RGB channels and saturation

R 197 of 255 = 77%
G 209 of 255 = 82%
B 202 of 255 = 79%

197
209
202

R + G + B ~ 79%. #C5D1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 209 + 202 = 608 (100%)
R 197 of 608 ~ 32.4%
G 209 of 608 ~ 34.38%
B 202 of 608 ~ 33.22%

%32.4
%34.38
%33.22

CMYK color model

#C5D1CA color CMYK value is (6,0,3,18).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 18.04%
CMYK:
(6,0,3,18)
C6M0Y3K18 
(6%,0%,3%,18%)
(0.06/0.00/0.03/0.18)	

CMYK percentages

%5.74
%0
%3.35
%18.04

Codes

Color #C5D1CA in popluar color models

C5D1CA
RGB197209202
HSL145°11.54%79.61%
HSB/HSV145°5.74%81.96%
CMYK5.74%0.00%3.35%
18.04%

Color #C5D1CA in popluar number systems.

HEXC5D1CA
Decimal197209202
Binary110001011101000111001010
Octal305321312

Shades and tints

Shades of #C5D1CA

#C5D1CA
(197,209,202)
#B4BEB8
(180,190,184)
#A3ABA6
(163,171,166)
#929894
(146,152,148)
#818582
(129,133,130)
#707270
(112,114,112)
#5F5F5E
(95,95,94)
#4E4C4C
(78,76,76)
#3D393A
(61,57,58)
#2C2628
(44,38,40)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #C5D1CA

#C5D1CA
(197,209,202)
#CAD5CE
(202,213,206)
#CFD9D2
(207,217,210)
#D4DDD6
(212,221,214)
#D9E1DA
(217,225,218)
#DEE5DE
(222,229,222)
#E3E9E2
(227,233,226)
#E8EDE6
(232,237,230)
#EDF1EA
(237,241,234)
#F2F5EE
(242,245,238)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D1CA; }

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

This text font color is #C5D1CA.


Background Color

.myBgColor { background-color: #C5D1CA; }

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

This div background color is #C5D1CA.


Border color

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

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

This div border color is #C5D1CA.


Opacity

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

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

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

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

This text has shadow with #C5D1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D1CA on black background.


Color preview on white background

This text has color #C5D1CA on white background.



Black color preview on #C5D1CA background

This text has black color on #C5D1CA background.


White color preview on #C5D1CA background

This text has white color on #C5D1CA background.