COLOR #C8D7DC

HEX: #C8D7DC
RGB: (200,215,220)

Color info

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

RGB color model

#C8D7DC color RGB value is (200,215,220).

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

RGB channels and saturation

R 200 of 255 = 78%
G 215 of 255 = 84%
B 220 of 255 = 86%

200
215
220

R + G + B ~ 83%. #C8D7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 215 + 220 = 635 (100%)
R 200 of 635 ~ 31.5%
G 215 of 635 ~ 33.86%
B 220 of 635 ~ 34.65%

%31.5
%33.86
%34.65

CMYK color model

#C8D7DC color CMYK value is (9,2,0,14).

  • cyan value is 9.09%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,2,0,14)
C9M2Y0K14 
(9%,2%,0%,14%)
(0.09/0.02/0.00/0.14)	

CMYK percentages

%9.09
%2.27
%0
%13.73

Codes

Color #C8D7DC in popluar color models

C8D7DC
RGB200215220
HSL195°22.22%82.35%
HSB/HSV195°9.09%86.27%
CMYK9.09%2.27%0.00%
13.73%

Color #C8D7DC in popluar number systems.

HEXC8D7DC
Decimal200215220
Binary110010001101011111011100
Octal310327334

Shades and tints

Shades of #C8D7DC

#C8D7DC
(200,215,220)
#B6C4C8
(182,196,200)
#A4B1B4
(164,177,180)
#929EA0
(146,158,160)
#808B8C
(128,139,140)
#6E7878
(110,120,120)
#5C6564
(92,101,100)
#4A5250
(74,82,80)
#383F3C
(56,63,60)
#262C28
(38,44,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #C8D7DC

#C8D7DC
(200,215,220)
#CDDADF
(205,218,223)
#D2DDE2
(210,221,226)
#D7E0E5
(215,224,229)
#DCE3E8
(220,227,232)
#E1E6EB
(225,230,235)
#E6E9EE
(230,233,238)
#EBECF1
(235,236,241)
#F0EFF4
(240,239,244)
#F5F2F7
(245,242,247)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D7DC; }

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

This text font color is #C8D7DC.


Background Color

.myBgColor { background-color: #C8D7DC; }

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

This div background color is #C8D7DC.


Border color

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

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

This div border color is #C8D7DC.


Opacity

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

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

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

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

This text has shadow with #C8D7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D7DC on black background.


Color preview on white background

This text has color #C8D7DC on white background.



Black color preview on #C8D7DC background

This text has black color on #C8D7DC background.


White color preview on #C8D7DC background

This text has white color on #C8D7DC background.