COLOR #C8D7DE

HEX: #C8D7DE
RGB: (200,215,222)

Color info

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

RGB color model

#C8D7DE color RGB value is (200,215,222).

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

RGB channels and saturation

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

200
215
222

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

Portions of RGB colors in percentages

R + G + B =
200 + 215 + 222 = 637 (100%)
R 200 of 637 ~ 31.4%
G 215 of 637 ~ 33.75%
B 222 of 637 ~ 34.85%

%31.4
%33.75
%34.85

CMYK color model

#C8D7DE color CMYK value is (10,3,0,13).

  • cyan value is 9.91%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(10,3,0,13)
C10M3Y0K13 
(10%,3%,0%,13%)
(0.10/0.03/0.00/0.13)	

CMYK percentages

%9.91
%3.15
%0
%12.94

Codes

Color #C8D7DE in popluar color models

C8D7DE
RGB200215222
HSL199°25.00%82.75%
HSB/HSV199°9.91%87.06%
CMYK9.91%3.15%0.00%
12.94%

Color #C8D7DE in popluar number systems.

HEXC8D7DE
Decimal200215222
Binary110010001101011111011110
Octal310327336

Shades and tints

Shades of #C8D7DE

#C8D7DE
(200,215,222)
#B6C4CA
(182,196,202)
#A4B1B6
(164,177,182)
#929EA2
(146,158,162)
#808B8E
(128,139,142)
#6E787A
(110,120,122)
#5C6566
(92,101,102)
#4A5252
(74,82,82)
#383F3E
(56,63,62)
#262C2A
(38,44,42)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #C8D7DE

#C8D7DE
(200,215,222)
#CDDAE1
(205,218,225)
#D2DDE4
(210,221,228)
#D7E0E7
(215,224,231)
#DCE3EA
(220,227,234)
#E1E6ED
(225,230,237)
#E6E9F0
(230,233,240)
#EBECF3
(235,236,243)
#F0EFF6
(240,239,246)
#F5F2F9
(245,242,249)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D7DE; }

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

This text font color is #C8D7DE.


Background Color

.myBgColor { background-color: #C8D7DE; }

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

This div background color is #C8D7DE.


Border color

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

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

This div border color is #C8D7DE.


Opacity

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

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

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

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

This text has shadow with #C8D7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D7DE on black background.


Color preview on white background

This text has color #C8D7DE on white background.



Black color preview on #C8D7DE background

This text has black color on #C8D7DE background.


White color preview on #C8D7DE background

This text has white color on #C8D7DE background.