COLOR #C5D4C8

HEX: #C5D4C8
RGB: (197,212,200)

Color info

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

RGB color model

#C5D4C8 color RGB value is (197,212,200).

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

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 200 of 255 = 78%

197
212
200

R + G + B ~ 79%. #C5D4C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 212 + 200 = 609 (100%)
R 197 of 609 ~ 32.35%
G 212 of 609 ~ 34.81%
B 200 of 609 ~ 32.84%

%32.35
%34.81
%32.84

CMYK color model

#C5D4C8 color CMYK value is (7,0,6,17).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 5.66%
  • key color value is 16.86%
CMYK:
(7,0,6,17)
C7M0Y6K17 
(7%,0%,6%,17%)
(0.07/0.00/0.06/0.17)	

CMYK percentages

%7.08
%0
%5.66
%16.86

Codes

Color #C5D4C8 in popluar color models

C5D4C8
RGB197212200
HSL132°14.85%80.20%
HSB/HSV132°7.08%83.14%
CMYK7.08%0.00%5.66%
16.86%

Color #C5D4C8 in popluar number systems.

HEXC5D4C8
Decimal197212200
Binary110001011101010011001000
Octal305324310

Shades and tints

Shades of #C5D4C8

#C5D4C8
(197,212,200)
#B4C1B6
(180,193,182)
#A3AEA4
(163,174,164)
#929B92
(146,155,146)
#818880
(129,136,128)
#70756E
(112,117,110)
#5F625C
(95,98,92)
#4E4F4A
(78,79,74)
#3D3C38
(61,60,56)
#2C2926
(44,41,38)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5D4C8

#C5D4C8
(197,212,200)
#CAD7CD
(202,215,205)
#CFDAD2
(207,218,210)
#D4DDD7
(212,221,215)
#D9E0DC
(217,224,220)
#DEE3E1
(222,227,225)
#E3E6E6
(227,230,230)
#E8E9EB
(232,233,235)
#EDECF0
(237,236,240)
#F2EFF5
(242,239,245)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4C8; }

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

This text font color is #C5D4C8.


Background Color

.myBgColor { background-color: #C5D4C8; }

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

This div background color is #C5D4C8.


Border color

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

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

This div border color is #C5D4C8.


Opacity

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

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

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

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

This text has shadow with #C5D4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D4C8 on black background.


Color preview on white background

This text has color #C5D4C8 on white background.



Black color preview on #C5D4C8 background

This text has black color on #C5D4C8 background.


White color preview on #C5D4C8 background

This text has white color on #C5D4C8 background.