COLOR #C5D6D0

HEX: #C5D6D0 RGB: (197,214,208)

Color info

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

RGB color model

#C5D6D0 color RGB value is (197,214,208).

RGB: (197,214,208) (77%, 84%, 82%)

RGB channels and saturation

R 197 of 255 = 77%
G 214 of 255 = 84%
B 208 of 255 = 82%

197
214
208

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

Portions of RGB colors in percentages

R + G + B = 197 + 214 + 208 = 619 (100%)
R 197 of 619 ~ 31.83%
G 214 of 619 ~ 34.57%
B 208 of 619 ~ 33.6'%

%31.83
%34.57
%33.6

CMYK color model

#C5D6D0 color CMYK value is (8,0,3,16).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 16.08%

CMYK: (8,0,3,16)
C8M0Y3K16 (8%, 0%, 3%, 16%)
(0.08 / 0.00 / 0.03 / 0.16)

CMYK percentages

%7.94
%0
%2.8
%16.08

Codes

Color #C5D6D0 in popluar color models

C5 D6 D0
RGB 197 214 208
HSL 159° 17.17% 80.59%
HSB/HSV 159° 7.94% 83.92%
CMYK 7.94% 0.00% 2.80%
16.08%

Color #C5D6D0 in popluar number systems.

HEX C5 D6 D0
Decimal 197 214 208
Binary 11000101 11010110 11010000
Octal 305 326 320

Shades and tints

Shades of #C5D6D0

#C5D6D0
(197,214,208)
#B4C3BE
(180,195,190)
#A3B0AC
(163,176,172)
#929D9A
(146,157,154)
#818A88
(129,138,136)
#707776
(112,119,118)
#5F6464
(95,100,100)
#4E5152
(78,81,82)
#3D3E40
(61,62,64)
#2C2B2E
(44,43,46)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #C5D6D0

#C5D6D0
(197,214,208)
#CAD9D4
(202,217,212)
#CFDCD8
(207,220,216)
#D4DFDC
(212,223,220)
#D9E2E0
(217,226,224)
#DEE5E4
(222,229,228)
#E3E8E8
(227,232,232)
#E8EBEC
(232,235,236)
#EDEEF0
(237,238,240)
#F2F1F4
(242,241,244)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D6D0 color. Also use rgb(197,214,208) instead hex code.

Text Font Color

.myTextColor { color: #C5D6D0; }

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

This text font color is #C5D6D0.

Background Color

.myBgColor { background-color: #C5D6D0; }

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

This div background color is #C5D6D0.

Border color

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

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

This div border color is #C5D6D0.

Opacity

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

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

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

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

This text has shadow with #C5D6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D6D0.

Preview

Color preview on black background

This text has color #C5D6D0 on black background.


Color preview on white background

This text has color #C5D6D0 on white background.


Black color preview on #C5D6D0 background

This text has black color on #C5D6D0 background.


White color preview on #C5D6D0 background

This text has white color on #C5D6D0 background.


Related colors

Complementary color

Complementary color for #hex is #3A292F.


I love getcolorcode.com

Triadic colors

1 #D0C5D6 and #D6D0C5 with #C5D6D0 are triadic colors.

2 #D0D6C5 and #D6C5D0 with #C5D6D0 are triadic colors.