COLOR #C5C8DA

HEX: #C5C8DA
RGB: (197,200,218)

Color info

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

RGB color model

#C5C8DA color RGB value is (197,200,218).

  • red value is 197;
  • green value is 200;
  • blue value is 218.
RGB:
(197,200,218)
(77%,78%,85%)

RGB channels and saturation

R 197 of 255 = 77%
G 200 of 255 = 78%
B 218 of 255 = 85%

197
200
218

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

Portions of RGB colors in percentages

R + G + B =
197 + 200 + 218 = 615 (100%)
R 197 of 615 ~ 32.03%
G 200 of 615 ~ 32.52%
B 218 of 615 ~ 35.45%

%32.03
%32.52
%35.45

CMYK color model

#C5C8DA color CMYK value is (10,8,0,15).

  • cyan value is 9.63%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,8,0,15)
C10M8Y0K15 
(10%,8%,0%,15%)
(0.10/0.08/0.00/0.15)	

CMYK percentages

%9.63
%8.26
%0
%14.51

Codes

Color #C5C8DA in popluar color models

C5C8DA
RGB197200218
HSL231°22.11%81.37%
HSB/HSV231°9.63%85.49%
CMYK9.63%8.26%0.00%
14.51%

Color #C5C8DA in popluar number systems.

HEXC5C8DA
Decimal197200218
Binary110001011100100011011010
Octal305310332

Shades and tints

Shades of #C5C8DA

#C5C8DA
(197,200,218)
#B4B6C7
(180,182,199)
#A3A4B4
(163,164,180)
#9292A1
(146,146,161)
#81808E
(129,128,142)
#706E7B
(112,110,123)
#5F5C68
(95,92,104)
#4E4A55
(78,74,85)
#3D3842
(61,56,66)
#2C262F
(44,38,47)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #C5C8DA

#C5C8DA
(197,200,218)
#CACDDD
(202,205,221)
#CFD2E0
(207,210,224)
#D4D7E3
(212,215,227)
#D9DCE6
(217,220,230)
#DEE1E9
(222,225,233)
#E3E6EC
(227,230,236)
#E8EBEF
(232,235,239)
#EDF0F2
(237,240,242)
#F2F5F5
(242,245,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C8DA; }

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

This text font color is #C5C8DA.


Background Color

.myBgColor { background-color: #C5C8DA; }

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

This div background color is #C5C8DA.


Border color

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

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

This div border color is #C5C8DA.


Opacity

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

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

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

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

This text has shadow with #C5C8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C8DA on black background.


Color preview on white background

This text has color #C5C8DA on white background.



Black color preview on #C5C8DA background

This text has black color on #C5C8DA background.


White color preview on #C5C8DA background

This text has white color on #C5C8DA background.