COLOR #C8D3D8

HEX: #C8D3D8
RGB: (200,211,216)

Color info

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

RGB color model

#C8D3D8 color RGB value is (200,211,216).

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

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 216 of 255 = 85%

200
211
216

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

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 216 = 627 (100%)
R 200 of 627 ~ 31.9%
G 211 of 627 ~ 33.65%
B 216 of 627 ~ 34.45%

%31.9
%33.65
%34.45

CMYK color model

#C8D3D8 color CMYK value is (7,2,0,15).

  • cyan value is 7.41%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(7,2,0,15)
C7M2Y0K15 
(7%,2%,0%,15%)
(0.07/0.02/0.00/0.15)	

CMYK percentages

%7.41
%2.31
%0
%15.29

Codes

Color #C8D3D8 in popluar color models

C8D3D8
RGB200211216
HSL199°17.02%81.57%
HSB/HSV199°7.41%84.71%
CMYK7.41%2.31%0.00%
15.29%

Color #C8D3D8 in popluar number systems.

HEXC8D3D8
Decimal200211216
Binary110010001101001111011000
Octal310323330

Shades and tints

Shades of #C8D3D8

#C8D3D8
(200,211,216)
#B6C0C5
(182,192,197)
#A4ADB2
(164,173,178)
#929A9F
(146,154,159)
#80878C
(128,135,140)
#6E7479
(110,116,121)
#5C6166
(92,97,102)
#4A4E53
(74,78,83)
#383B40
(56,59,64)
#26282D
(38,40,45)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #C8D3D8

#C8D3D8
(200,211,216)
#CDD7DB
(205,215,219)
#D2DBDE
(210,219,222)
#D7DFE1
(215,223,225)
#DCE3E4
(220,227,228)
#E1E7E7
(225,231,231)
#E6EBEA
(230,235,234)
#EBEFED
(235,239,237)
#F0F3F0
(240,243,240)
#F5F7F3
(245,247,243)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D3D8; }

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

This text font color is #C8D3D8.


Background Color

.myBgColor { background-color: #C8D3D8; }

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

This div background color is #C8D3D8.


Border color

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

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

This div border color is #C8D3D8.


Opacity

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

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

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

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

This text has shadow with #C8D3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D3D8 on black background.


Color preview on white background

This text has color #C8D3D8 on white background.



Black color preview on #C8D3D8 background

This text has black color on #C8D3D8 background.


White color preview on #C8D3D8 background

This text has white color on #C8D3D8 background.