COLOR #C5D1C8

HEX: #C5D1C8 RGB: (197,209,200)

Color info

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

RGB color model

#C5D1C8 color RGB value is (197,209,200).

RGB: (197,209,200) (77%, 82%, 78%)

RGB channels and saturation

R 197 of 255 = 77%
G 209 of 255 = 82%
B 200 of 255 = 78%

197
209
200

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

Portions of RGB colors in percentages

R + G + B = 197 + 209 + 200 = 606 (100%)
R 197 of 606 ~ 32.51%
G 209 of 606 ~ 34.49%
B 200 of 606 ~ 33'%

%32.51
%34.49
%33

CMYK color model

#C5D1C8 color CMYK value is (6,0,4,18).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 18.04%
CMYK: (6,0,4,18) C6M0Y4K18 (6%,0%,4%,18%) (0.06/0.00/0.04/0.18) 

CMYK percentages

%5.74
%0
%4.31
%18.04

Codes

Color #C5D1C8 in popluar color models

C5 D1 C8
RGB 197 209 200
HSL 135° 11.54% 79.61%
HSB/HSV 135° 5.74% 81.96%
CMYK 5.74% 0.00% 4.31%
18.04%

Color #C5D1C8 in popluar number systems.

HEX C5 D1 C8
Decimal 197 209 200
Binary 11000101 11010001 11001000
Octal 305 321 310

Shades and tints

Shades of #C5D1C8

#C5D1C8
(197,209,200)
#B4BEB6
(180,190,182)
#A3ABA4
(163,171,164)
#929892
(146,152,146)
#818580
(129,133,128)
#70726E
(112,114,110)
#5F5F5C
(95,95,92)
#4E4C4A
(78,76,74)
#3D3938
(61,57,56)
#2C2626
(44,38,38)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #C5D1C8

#C5D1C8
(197,209,200)
#CAD5CD
(202,213,205)
#CFD9D2
(207,217,210)
#D4DDD7
(212,221,215)
#D9E1DC
(217,225,220)
#DEE5E1
(222,229,225)
#E3E9E6
(227,233,230)
#E8EDEB
(232,237,235)
#EDF1F0
(237,241,240)
#F2F5F5
(242,245,245)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D1C8; }

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

This text font color is #C5D1C8.

Background Color

.myBgColor { background-color: #C5D1C8; }

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

This div background color is #C5D1C8.

Border color

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

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

This div border color is #C5D1C8.

Opacity

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

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

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

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

This text has shadow with #C5D1C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D1C8.

Preview

Color preview on black background

This text has color #C5D1C8 on black background.


Color preview on white background

This text has color #C5D1C8 on white background.


Black color preview on #C5D1C8 background

This text has black color on #C5D1C8 background.


White color preview on #C5D1C8 background

This text has white color on #C5D1C8 background.


Related colors

Complementary color

Complementary color for #hex is #3A2E37.


I love getcolorcode.com

Triadic colors

1 #C8C5D1 and #D1C8C5 with #C5D1C8 are triadic colors.

2 #C8D1C5 and #D1C5C8 with #C5D1C8 are triadic colors.