COLOR #C8D3CD

HEX: #C8D3CD
RGB: (200,211,205)

Color info

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

RGB color model

#C8D3CD color RGB value is (200,211,205).

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

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 205 of 255 = 80%

200
211
205

R + G + B ~ 80%. #C8D3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 205 = 616 (100%)
R 200 of 616 ~ 32.47%
G 211 of 616 ~ 34.25%
B 205 of 616 ~ 33.28%

%32.47
%34.25
%33.28

CMYK color model

#C8D3CD color CMYK value is (5,0,3,17).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 17.25%
CMYK:
(5,0,3,17)
C5M0Y3K17 
(5%,0%,3%,17%)
(0.05/0.00/0.03/0.17)	

CMYK percentages

%5.21
%0
%2.84
%17.25

Codes

Color #C8D3CD in popluar color models

C8D3CD
RGB200211205
HSL147°11.11%80.59%
HSB/HSV147°5.21%82.75%
CMYK5.21%0.00%2.84%
17.25%

Color #C8D3CD in popluar number systems.

HEXC8D3CD
Decimal200211205
Binary110010001101001111001101
Octal310323315

Shades and tints

Shades of #C8D3CD

#C8D3CD
(200,211,205)
#B6C0BB
(182,192,187)
#A4ADA9
(164,173,169)
#929A97
(146,154,151)
#808785
(128,135,133)
#6E7473
(110,116,115)
#5C6161
(92,97,97)
#4A4E4F
(74,78,79)
#383B3D
(56,59,61)
#26282B
(38,40,43)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #C8D3CD

#C8D3CD
(200,211,205)
#CDD7D1
(205,215,209)
#D2DBD5
(210,219,213)
#D7DFD9
(215,223,217)
#DCE3DD
(220,227,221)
#E1E7E1
(225,231,225)
#E6EBE5
(230,235,229)
#EBEFE9
(235,239,233)
#F0F3ED
(240,243,237)
#F5F7F1
(245,247,241)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D3CD; }

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

This text font color is #C8D3CD.


Background Color

.myBgColor { background-color: #C8D3CD; }

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

This div background color is #C8D3CD.


Border color

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

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

This div border color is #C8D3CD.


Opacity

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

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

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

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

This text has shadow with #C8D3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D3CD on black background.


Color preview on white background

This text has color #C8D3CD on white background.



Black color preview on #C8D3CD background

This text has black color on #C8D3CD background.


White color preview on #C8D3CD background

This text has white color on #C8D3CD background.