COLOR #C5D7D4

HEX: #C5D7D4
RGB: (197,215,212)

Color info

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

RGB color model

#C5D7D4 color RGB value is (197,215,212).

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

RGB channels and saturation

R 197 of 255 = 77%
G 215 of 255 = 84%
B 212 of 255 = 83%

197
215
212

R + G + B ~ 81%. #C5D7D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 215 + 212 = 624 (100%)
R 197 of 624 ~ 31.57%
G 215 of 624 ~ 34.46%
B 212 of 624 ~ 33.97%

%31.57
%34.46
%33.97

CMYK color model

#C5D7D4 color CMYK value is (8,0,1,16).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 1.40%
  • key color value is 15.69%
CMYK:
(8,0,1,16)
C8M0Y1K16 
(8%,0%,1%,16%)
(0.08/0.00/0.01/0.16)	

CMYK percentages

%8.37
%0
%1.4
%15.69

Codes

Color #C5D7D4 in popluar color models

C5D7D4
RGB197215212
HSL170°18.37%80.78%
HSB/HSV170°8.37%84.31%
CMYK8.37%0.00%1.40%
15.69%

Color #C5D7D4 in popluar number systems.

HEXC5D7D4
Decimal197215212
Binary110001011101011111010100
Octal305327324

Shades and tints

Shades of #C5D7D4

#C5D7D4
(197,215,212)
#B4C4C1
(180,196,193)
#A3B1AE
(163,177,174)
#929E9B
(146,158,155)
#818B88
(129,139,136)
#707875
(112,120,117)
#5F6562
(95,101,98)
#4E524F
(78,82,79)
#3D3F3C
(61,63,60)
#2C2C29
(44,44,41)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #C5D7D4

#C5D7D4
(197,215,212)
#CADAD7
(202,218,215)
#CFDDDA
(207,221,218)
#D4E0DD
(212,224,221)
#D9E3E0
(217,227,224)
#DEE6E3
(222,230,227)
#E3E9E6
(227,233,230)
#E8ECE9
(232,236,233)
#EDEFEC
(237,239,236)
#F2F2EF
(242,242,239)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D7D4; }

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

This text font color is #C5D7D4.


Background Color

.myBgColor { background-color: #C5D7D4; }

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

This div background color is #C5D7D4.


Border color

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

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

This div border color is #C5D7D4.


Opacity

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

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

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

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

This text has shadow with #C5D7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D7D4 on black background.


Color preview on white background

This text has color #C5D7D4 on white background.



Black color preview on #C5D7D4 background

This text has black color on #C5D7D4 background.


White color preview on #C5D7D4 background

This text has white color on #C5D7D4 background.