COLOR #C8D3DC

HEX: #C8D3DC
RGB: (200,211,220)

Color info

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

RGB color model

#C8D3DC color RGB value is (200,211,220).

  • red value is 200;
  • green value is 211;
  • blue value is 220.
RGB:
(200,211,220)
(78%,83%,86%)

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 220 of 255 = 86%

200
211
220

R + G + B ~ 82%. #C8D3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 220 = 631 (100%)
R 200 of 631 ~ 31.7%
G 211 of 631 ~ 33.44%
B 220 of 631 ~ 34.87%

%31.7
%33.44
%34.87

CMYK color model

#C8D3DC color CMYK value is (9,4,0,14).

  • cyan value is 9.09%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,4,0,14)
C9M4Y0K14 
(9%,4%,0%,14%)
(0.09/0.04/0.00/0.14)	

CMYK percentages

%9.09
%4.09
%0
%13.73

Codes

Color #C8D3DC in popluar color models

C8D3DC
RGB200211220
HSL207°22.22%82.35%
HSB/HSV207°9.09%86.27%
CMYK9.09%4.09%0.00%
13.73%

Color #C8D3DC in popluar number systems.

HEXC8D3DC
Decimal200211220
Binary110010001101001111011100
Octal310323334

Shades and tints

Shades of #C8D3DC

#C8D3DC
(200,211,220)
#B6C0C8
(182,192,200)
#A4ADB4
(164,173,180)
#929AA0
(146,154,160)
#80878C
(128,135,140)
#6E7478
(110,116,120)
#5C6164
(92,97,100)
#4A4E50
(74,78,80)
#383B3C
(56,59,60)
#262828
(38,40,40)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #C8D3DC

#C8D3DC
(200,211,220)
#CDD7DF
(205,215,223)
#D2DBE2
(210,219,226)
#D7DFE5
(215,223,229)
#DCE3E8
(220,227,232)
#E1E7EB
(225,231,235)
#E6EBEE
(230,235,238)
#EBEFF1
(235,239,241)
#F0F3F4
(240,243,244)
#F5F7F7
(245,247,247)
#FAFBFA
(250,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D3DC color. Also use rgb(200,211,220) instead hex code.

Text Font Color

.myTextColor { color: #C8D3DC; }

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

This text font color is #C8D3DC.


Background Color

.myBgColor { background-color: #C8D3DC; }

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

This div background color is #C8D3DC.


Border color

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

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

This div border color is #C8D3DC.


Opacity

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

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

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

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

This text has shadow with #C8D3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D3DC on black background.


Color preview on white background

This text has color #C8D3DC on white background.



Black color preview on #C8D3DC background

This text has black color on #C8D3DC background.


White color preview on #C8D3DC background

This text has white color on #C8D3DC background.