COLOR #C5D5CA

HEX: #C5D5CA
RGB: (197,213,202)

Color info

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

RGB color model

#C5D5CA color RGB value is (197,213,202).

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

RGB channels and saturation

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

197
213
202

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

Portions of RGB colors in percentages

R + G + B =
197 + 213 + 202 = 612 (100%)
R 197 of 612 ~ 32.19%
G 213 of 612 ~ 34.8%
B 202 of 612 ~ 33.01%

%32.19
%34.8
%33.01

CMYK color model

#C5D5CA color CMYK value is (8,0,5,16).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK:
(8,0,5,16)
C8M0Y5K16 
(8%,0%,5%,16%)
(0.08/0.00/0.05/0.16)	

CMYK percentages

%7.51
%0
%5.16
%16.47

Codes

Color #C5D5CA in popluar color models

C5D5CA
RGB197213202
HSL139°16.00%80.39%
HSB/HSV139°7.51%83.53%
CMYK7.51%0.00%5.16%
16.47%

Color #C5D5CA in popluar number systems.

HEXC5D5CA
Decimal197213202
Binary110001011101010111001010
Octal305325312

Shades and tints

Shades of #C5D5CA

#C5D5CA
(197,213,202)
#B4C2B8
(180,194,184)
#A3AFA6
(163,175,166)
#929C94
(146,156,148)
#818982
(129,137,130)
#707670
(112,118,112)
#5F635E
(95,99,94)
#4E504C
(78,80,76)
#3D3D3A
(61,61,58)
#2C2A28
(44,42,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5D5CA

#C5D5CA
(197,213,202)
#CAD8CE
(202,216,206)
#CFDBD2
(207,219,210)
#D4DED6
(212,222,214)
#D9E1DA
(217,225,218)
#DEE4DE
(222,228,222)
#E3E7E2
(227,231,226)
#E8EAE6
(232,234,230)
#EDEDEA
(237,237,234)
#F2F0EE
(242,240,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D5CA; }

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

This text font color is #C5D5CA.


Background Color

.myBgColor { background-color: #C5D5CA; }

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

This div background color is #C5D5CA.


Border color

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

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

This div border color is #C5D5CA.


Opacity

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

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

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

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

This text has shadow with #C5D5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D5CA on black background.


Color preview on white background

This text has color #C5D5CA on white background.



Black color preview on #C5D5CA background

This text has black color on #C5D5CA background.


White color preview on #C5D5CA background

This text has white color on #C5D5CA background.