COLOR #C8D7DF

HEX: #C8D7DF RGB: (200,215,223)

Color info

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

RGB color model

#C8D7DF color RGB value is (200,215,223).

RGB: (200,215,223) (78%, 84%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 215 of 255 = 84%
B 223 of 255 = 87%

200
215
223

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

Portions of RGB colors in percentages

R + G + B = 200 + 215 + 223 = 638 (100%)
R 200 of 638 ~ 31.35%
G 215 of 638 ~ 33.7%
B 223 of 638 ~ 34.95'%

%31.35
%33.7
%34.95

CMYK color model

#C8D7DF color CMYK value is (10,4,0,13).

  • cyan value is 10.31%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (10,4,0,13)
C10M4Y0K13 (10%, 4%, 0%, 13%)
(0.10 / 0.04 / 0.00 / 0.13)

CMYK percentages

%10.31
%3.59
%0
%12.55

Codes

Color #C8D7DF in popluar color models

C8 D7 DF
RGB 200 215 223
HSL 201° 26.44% 82.94%
HSB/HSV 201° 10.31% 87.45%
CMYK 10.31% 3.59% 0.00%
12.55%

Color #C8D7DF in popluar number systems.

HEX C8 D7 DF
Decimal 200 215 223
Binary 11001000 11010111 11011111
Octal 310 327 337

Shades and tints

Shades of #C8D7DF

#C8D7DF
(200,215,223)
#B6C4CB
(182,196,203)
#A4B1B7
(164,177,183)
#929EA3
(146,158,163)
#808B8F
(128,139,143)
#6E787B
(110,120,123)
#5C6567
(92,101,103)
#4A5253
(74,82,83)
#383F3F
(56,63,63)
#262C2B
(38,44,43)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #C8D7DF

#C8D7DF
(200,215,223)
#CDDAE1
(205,218,225)
#D2DDE3
(210,221,227)
#D7E0E5
(215,224,229)
#DCE3E7
(220,227,231)
#E1E6E9
(225,230,233)
#E6E9EB
(230,233,235)
#EBECED
(235,236,237)
#F0EFEF
(240,239,239)
#F5F2F1
(245,242,241)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D7DF; }

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

This text font color is #C8D7DF.

Background Color

.myBgColor { background-color: #C8D7DF; }

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

This div background color is #C8D7DF.

Border color

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

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

This div border color is #C8D7DF.

Opacity

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

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

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

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

This text has shadow with #C8D7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D7DF.

Preview

Color preview on black background

This text has color #C8D7DF on black background.


Color preview on white background

This text has color #C8D7DF on white background.


Black color preview on #C8D7DF background

This text has black color on #C8D7DF background.


White color preview on #C8D7DF background

This text has white color on #C8D7DF background.


Related colors

Complementary color

Complementary color for #hex is #372820.


I love getcolorcode.com

Triadic colors

1 #DFC8D7 and #D7DFC8 with #C8D7DF are triadic colors.

2 #DFD7C8 and #D7C8DF with #C8D7DF are triadic colors.