COLOR #C5D3CD

HEX: #C5D3CD
RGB: (197,211,205)

Color info

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

RGB color model

#C5D3CD color RGB value is (197,211,205).

  • red value is 197;
  • green value is 211;
  • blue value is 205.
RGB:
(197,211,205)
(77%,83%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 211 of 255 = 83%
B 205 of 255 = 80%

197
211
205

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

Portions of RGB colors in percentages

R + G + B =
197 + 211 + 205 = 613 (100%)
R 197 of 613 ~ 32.14%
G 211 of 613 ~ 34.42%
B 205 of 613 ~ 33.44%

%32.14
%34.42
%33.44

CMYK color model

#C5D3CD color CMYK value is (7,0,3,17).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 17.25%
CMYK:
(7,0,3,17)
C7M0Y3K17 
(7%,0%,3%,17%)
(0.07/0.00/0.03/0.17)	

CMYK percentages

%6.64
%0
%2.84
%17.25

Codes

Color #C5D3CD in popluar color models

C5D3CD
RGB197211205
HSL154°13.73%80.00%
HSB/HSV154°6.64%82.75%
CMYK6.64%0.00%2.84%
17.25%

Color #C5D3CD in popluar number systems.

HEXC5D3CD
Decimal197211205
Binary110001011101001111001101
Octal305323315

Shades and tints

Shades of #C5D3CD

#C5D3CD
(197,211,205)
#B4C0BB
(180,192,187)
#A3ADA9
(163,173,169)
#929A97
(146,154,151)
#818785
(129,135,133)
#707473
(112,116,115)
#5F6161
(95,97,97)
#4E4E4F
(78,78,79)
#3D3B3D
(61,59,61)
#2C282B
(44,40,43)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #C5D3CD

#C5D3CD
(197,211,205)
#CAD7D1
(202,215,209)
#CFDBD5
(207,219,213)
#D4DFD9
(212,223,217)
#D9E3DD
(217,227,221)
#DEE7E1
(222,231,225)
#E3EBE5
(227,235,229)
#E8EFE9
(232,239,233)
#EDF3ED
(237,243,237)
#F2F7F1
(242,247,241)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D3CD color. Also use rgb(197,211,205) instead hex code.

Text Font Color

.myTextColor { color: #C5D3CD; }

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

This text font color is #C5D3CD.


Background Color

.myBgColor { background-color: #C5D3CD; }

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

This div background color is #C5D3CD.


Border color

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

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

This div border color is #C5D3CD.


Opacity

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

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

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

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

This text has shadow with #C5D3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D3CD on black background.


Color preview on white background

This text has color #C5D3CD on white background.



Black color preview on #C5D3CD background

This text has black color on #C5D3CD background.


White color preview on #C5D3CD background

This text has white color on #C5D3CD background.