COLOR #C5D9D2

HEX: #C5D9D2
RGB: (197,217,210)

Color info

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

RGB color model

#C5D9D2 color RGB value is (197,217,210).

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

RGB channels and saturation

R 197 of 255 = 77%
G 217 of 255 = 85%
B 210 of 255 = 82%

197
217
210

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

Portions of RGB colors in percentages

R + G + B =
197 + 217 + 210 = 624 (100%)
R 197 of 624 ~ 31.57%
G 217 of 624 ~ 34.78%
B 210 of 624 ~ 33.65%

%31.57
%34.78
%33.65

CMYK color model

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

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

CMYK percentages

%9.22
%0
%3.23
%14.9

Codes

Color #C5D9D2 in popluar color models

C5D9D2
RGB197217210
HSL159°20.83%81.18%
HSB/HSV159°9.22%85.10%
CMYK9.22%0.00%3.23%
14.90%

Color #C5D9D2 in popluar number systems.

HEXC5D9D2
Decimal197217210
Binary110001011101100111010010
Octal305331322

Shades and tints

Shades of #C5D9D2

#C5D9D2
(197,217,210)
#B4C6BF
(180,198,191)
#A3B3AC
(163,179,172)
#92A099
(146,160,153)
#818D86
(129,141,134)
#707A73
(112,122,115)
#5F6760
(95,103,96)
#4E544D
(78,84,77)
#3D413A
(61,65,58)
#2C2E27
(44,46,39)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #C5D9D2

#C5D9D2
(197,217,210)
#CADCD6
(202,220,214)
#CFDFDA
(207,223,218)
#D4E2DE
(212,226,222)
#D9E5E2
(217,229,226)
#DEE8E6
(222,232,230)
#E3EBEA
(227,235,234)
#E8EEEE
(232,238,238)
#EDF1F2
(237,241,242)
#F2F4F6
(242,244,246)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D9D2 color. Also use rgb(197,217,210) instead hex code.

Text Font Color

.myTextColor { color: #C5D9D2; }

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

This text font color is #C5D9D2.


Background Color

.myBgColor { background-color: #C5D9D2; }

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

This div background color is #C5D9D2.


Border color

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

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

This div border color is #C5D9D2.


Opacity

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

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

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

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

This text has shadow with #C5D9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D9D2 on black background.


Color preview on white background

This text has color #C5D9D2 on white background.



Black color preview on #C5D9D2 background

This text has black color on #C5D9D2 background.


White color preview on #C5D9D2 background

This text has white color on #C5D9D2 background.