COLOR #C5D8D1

HEX: #C5D8D1
RGB: (197,216,209)

Color info

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

RGB color model

#C5D8D1 color RGB value is (197,216,209).

  • red value is 197;
  • green value is 216;
  • blue value is 209.
RGB:
(197,216,209)
(77%,85%,82%)

RGB channels and saturation

R 197 of 255 = 77%
G 216 of 255 = 85%
B 209 of 255 = 82%

197
216
209

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

Portions of RGB colors in percentages

R + G + B =
197 + 216 + 209 = 622 (100%)
R 197 of 622 ~ 31.67%
G 216 of 622 ~ 34.73%
B 209 of 622 ~ 33.6%

%31.67
%34.73
%33.6

CMYK color model

#C5D8D1 color CMYK value is (9,0,3,15).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK:
(9,0,3,15)
C9M0Y3K15 
(9%,0%,3%,15%)
(0.09/0.00/0.03/0.15)	

CMYK percentages

%8.8
%0
%3.24
%15.29

Codes

Color #C5D8D1 in popluar color models

C5D8D1
RGB197216209
HSL158°19.59%80.98%
HSB/HSV158°8.80%84.71%
CMYK8.80%0.00%3.24%
15.29%

Color #C5D8D1 in popluar number systems.

HEXC5D8D1
Decimal197216209
Binary110001011101100011010001
Octal305330321

Shades and tints

Shades of #C5D8D1

#C5D8D1
(197,216,209)
#B4C5BE
(180,197,190)
#A3B2AB
(163,178,171)
#929F98
(146,159,152)
#818C85
(129,140,133)
#707972
(112,121,114)
#5F665F
(95,102,95)
#4E534C
(78,83,76)
#3D4039
(61,64,57)
#2C2D26
(44,45,38)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #C5D8D1

#C5D8D1
(197,216,209)
#CADBD5
(202,219,213)
#CFDED9
(207,222,217)
#D4E1DD
(212,225,221)
#D9E4E1
(217,228,225)
#DEE7E5
(222,231,229)
#E3EAE9
(227,234,233)
#E8EDED
(232,237,237)
#EDF0F1
(237,240,241)
#F2F3F5
(242,243,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D8D1 color. Also use rgb(197,216,209) instead hex code.

Text Font Color

.myTextColor { color: #C5D8D1; }

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

This text font color is #C5D8D1.


Background Color

.myBgColor { background-color: #C5D8D1; }

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

This div background color is #C5D8D1.


Border color

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

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

This div border color is #C5D8D1.


Opacity

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

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

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

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

This text has shadow with #C5D8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D8D1 on black background.


Color preview on white background

This text has color #C5D8D1 on white background.



Black color preview on #C5D8D1 background

This text has black color on #C5D8D1 background.


White color preview on #C5D8D1 background

This text has white color on #C5D8D1 background.