COLOR #C5D5CB

HEX: #C5D5CB
RGB: (197,213,203)

Color info

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

RGB color model

#C5D5CB color RGB value is (197,213,203).

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

RGB channels and saturation

R 197 of 255 = 77%
G 213 of 255 = 84%
B 203 of 255 = 80%

197
213
203

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

Portions of RGB colors in percentages

R + G + B =
197 + 213 + 203 = 613 (100%)
R 197 of 613 ~ 32.14%
G 213 of 613 ~ 34.75%
B 203 of 613 ~ 33.12%

%32.14
%34.75
%33.12

CMYK color model

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

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • 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
%4.69
%16.47

Codes

Color #C5D5CB in popluar color models

C5D5CB
RGB197213203
HSL143°16.00%80.39%
HSB/HSV143°7.51%83.53%
CMYK7.51%0.00%4.69%
16.47%

Color #C5D5CB in popluar number systems.

HEXC5D5CB
Decimal197213203
Binary110001011101010111001011
Octal305325313

Shades and tints

Shades of #C5D5CB

#C5D5CB
(197,213,203)
#B4C2B9
(180,194,185)
#A3AFA7
(163,175,167)
#929C95
(146,156,149)
#818983
(129,137,131)
#707671
(112,118,113)
#5F635F
(95,99,95)
#4E504D
(78,80,77)
#3D3D3B
(61,61,59)
#2C2A29
(44,42,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5D5CB

#C5D5CB
(197,213,203)
#CAD8CF
(202,216,207)
#CFDBD3
(207,219,211)
#D4DED7
(212,222,215)
#D9E1DB
(217,225,219)
#DEE4DF
(222,228,223)
#E3E7E3
(227,231,227)
#E8EAE7
(232,234,231)
#EDEDEB
(237,237,235)
#F2F0EF
(242,240,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D5CB; }

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

This text font color is #C5D5CB.


Background Color

.myBgColor { background-color: #C5D5CB; }

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

This div background color is #C5D5CB.


Border color

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

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

This div border color is #C5D5CB.


Opacity

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

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

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

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

This text has shadow with #C5D5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D5CB on black background.


Color preview on white background

This text has color #C5D5CB on white background.



Black color preview on #C5D5CB background

This text has black color on #C5D5CB background.


White color preview on #C5D5CB background

This text has white color on #C5D5CB background.