COLOR #C5D7CB

HEX: #C5D7CB
RGB: (197,215,203)

Color info

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

RGB color model

#C5D7CB color RGB value is (197,215,203).

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

RGB channels and saturation

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

197
215
203

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

Portions of RGB colors in percentages

R + G + B =
197 + 215 + 203 = 615 (100%)
R 197 of 615 ~ 32.03%
G 215 of 615 ~ 34.96%
B 203 of 615 ~ 33.01%

%32.03
%34.96
%33.01

CMYK color model

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

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

CMYK percentages

%8.37
%0
%5.58
%15.69

Codes

Color #C5D7CB in popluar color models

C5D7CB
RGB197215203
HSL140°18.37%80.78%
HSB/HSV140°8.37%84.31%
CMYK8.37%0.00%5.58%
15.69%

Color #C5D7CB in popluar number systems.

HEXC5D7CB
Decimal197215203
Binary110001011101011111001011
Octal305327313

Shades and tints

Shades of #C5D7CB

#C5D7CB
(197,215,203)
#B4C4B9
(180,196,185)
#A3B1A7
(163,177,167)
#929E95
(146,158,149)
#818B83
(129,139,131)
#707871
(112,120,113)
#5F655F
(95,101,95)
#4E524D
(78,82,77)
#3D3F3B
(61,63,59)
#2C2C29
(44,44,41)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5D7CB

#C5D7CB
(197,215,203)
#CADACF
(202,218,207)
#CFDDD3
(207,221,211)
#D4E0D7
(212,224,215)
#D9E3DB
(217,227,219)
#DEE6DF
(222,230,223)
#E3E9E3
(227,233,227)
#E8ECE7
(232,236,231)
#EDEFEB
(237,239,235)
#F2F2EF
(242,242,239)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D7CB; }

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

This text font color is #C5D7CB.


Background Color

.myBgColor { background-color: #C5D7CB; }

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

This div background color is #C5D7CB.


Border color

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

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

This div border color is #C5D7CB.


Opacity

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

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

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

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

This text has shadow with #C5D7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D7CB on black background.


Color preview on white background

This text has color #C5D7CB on white background.



Black color preview on #C5D7CB background

This text has black color on #C5D7CB background.


White color preview on #C5D7CB background

This text has white color on #C5D7CB background.