COLOR #C5D4CD

HEX: #C5D4CD RGB: (197,212,205)

Color info

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

RGB color model

#C5D4CD color RGB value is (197,212,205).

RGB: (197,212,205) (77%, 83%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 205 of 255 = 80%

197
212
205

R + G + B ~ 80%. #C5D4CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 212 + 205 = 614 (100%)
R 197 of 614 ~ 32.08%
G 212 of 614 ~ 34.53%
B 205 of 614 ~ 33.39'%

%32.08
%34.53
%33.39

CMYK color model

#C5D4CD color CMYK value is (7,0,3,17).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 3.30%
  • key color value is 16.86%

CMYK: (7,0,3,17)
C7M0Y3K17 (7%, 0%, 3%, 17%)
(0.07 / 0.00 / 0.03 / 0.17)

CMYK percentages

%7.08
%0
%3.3
%16.86

Codes

Color #C5D4CD in popluar color models

C5 D4 CD
RGB 197 212 205
HSL 152° 14.85% 80.20%
HSB/HSV 152° 7.08% 83.14%
CMYK 7.08% 0.00% 3.30%
16.86%

Color #C5D4CD in popluar number systems.

HEX C5 D4 CD
Decimal 197 212 205
Binary 11000101 11010100 11001101
Octal 305 324 315

Shades and tints

Shades of #C5D4CD

#C5D4CD
(197,212,205)
#B4C1BB
(180,193,187)
#A3AEA9
(163,174,169)
#929B97
(146,155,151)
#818885
(129,136,133)
#707573
(112,117,115)
#5F6261
(95,98,97)
#4E4F4F
(78,79,79)
#3D3C3D
(61,60,61)
#2C292B
(44,41,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5D4CD

#C5D4CD
(197,212,205)
#CAD7D1
(202,215,209)
#CFDAD5
(207,218,213)
#D4DDD9
(212,221,217)
#D9E0DD
(217,224,221)
#DEE3E1
(222,227,225)
#E3E6E5
(227,230,229)
#E8E9E9
(232,233,233)
#EDECED
(237,236,237)
#F2EFF1
(242,239,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4CD; }

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

This text font color is #C5D4CD.

Background Color

.myBgColor { background-color: #C5D4CD; }

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

This div background color is #C5D4CD.

Border color

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

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

This div border color is #C5D4CD.

Opacity

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

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

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

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

This text has shadow with #C5D4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D4CD.

Preview

Color preview on black background

This text has color #C5D4CD on black background.


Color preview on white background

This text has color #C5D4CD on white background.


Black color preview on #C5D4CD background

This text has black color on #C5D4CD background.


White color preview on #C5D4CD background

This text has white color on #C5D4CD background.


Related colors

Complementary color

Complementary color for #hex is #3A2B32.


I love getcolorcode.com

Triadic colors

1 #CDC5D4 and #D4CDC5 with #C5D4CD are triadic colors.

2 #CDD4C5 and #D4C5CD with #C5D4CD are triadic colors.