COLOR #C8D0DC

HEX: #C8D0DC
RGB: (200,208,220)

Color info

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

RGB color model

#C8D0DC color RGB value is (200,208,220).

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

RGB channels and saturation

R 200 of 255 = 78%
G 208 of 255 = 82%
B 220 of 255 = 86%

200
208
220

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

Portions of RGB colors in percentages

R + G + B =
200 + 208 + 220 = 628 (100%)
R 200 of 628 ~ 31.85%
G 208 of 628 ~ 33.12%
B 220 of 628 ~ 35.03%

%31.85
%33.12
%35.03

CMYK color model

#C8D0DC color CMYK value is (9,5,0,14).

  • cyan value is 9.09%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,5,0,14)
C9M5Y0K14 
(9%,5%,0%,14%)
(0.09/0.05/0.00/0.14)	

CMYK percentages

%9.09
%5.45
%0
%13.73

Codes

Color #C8D0DC in popluar color models

C8D0DC
RGB200208220
HSL216°22.22%82.35%
HSB/HSV216°9.09%86.27%
CMYK9.09%5.45%0.00%
13.73%

Color #C8D0DC in popluar number systems.

HEXC8D0DC
Decimal200208220
Binary110010001101000011011100
Octal310320334

Shades and tints

Shades of #C8D0DC

#C8D0DC
(200,208,220)
#B6BEC8
(182,190,200)
#A4ACB4
(164,172,180)
#929AA0
(146,154,160)
#80888C
(128,136,140)
#6E7678
(110,118,120)
#5C6464
(92,100,100)
#4A5250
(74,82,80)
#38403C
(56,64,60)
#262E28
(38,46,40)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #C8D0DC

#C8D0DC
(200,208,220)
#CDD4DF
(205,212,223)
#D2D8E2
(210,216,226)
#D7DCE5
(215,220,229)
#DCE0E8
(220,224,232)
#E1E4EB
(225,228,235)
#E6E8EE
(230,232,238)
#EBECF1
(235,236,241)
#F0F0F4
(240,240,244)
#F5F4F7
(245,244,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D0DC; }

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

This text font color is #C8D0DC.


Background Color

.myBgColor { background-color: #C8D0DC; }

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

This div background color is #C8D0DC.


Border color

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

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

This div border color is #C8D0DC.


Opacity

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

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

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

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

This text has shadow with #C8D0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D0DC on black background.


Color preview on white background

This text has color #C8D0DC on white background.



Black color preview on #C8D0DC background

This text has black color on #C8D0DC background.


White color preview on #C8D0DC background

This text has white color on #C8D0DC background.