COLOR #C8D4CD

HEX: #C8D4CD
RGB: (200,212,205)

Color info

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

RGB color model

#C8D4CD color RGB value is (200,212,205).

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

RGB channels and saturation

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

200
212
205

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

Portions of RGB colors in percentages

R + G + B =
200 + 212 + 205 = 617 (100%)
R 200 of 617 ~ 32.41%
G 212 of 617 ~ 34.36%
B 205 of 617 ~ 33.23%

%32.41
%34.36
%33.23

CMYK color model

#C8D4CD color CMYK value is (6,0,3,17).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 3.30%
  • key color value is 16.86%
CMYK:
(6,0,3,17)
C6M0Y3K17 
(6%,0%,3%,17%)
(0.06/0.00/0.03/0.17)	

CMYK percentages

%5.66
%0
%3.3
%16.86

Codes

Color #C8D4CD in popluar color models

C8D4CD
RGB200212205
HSL145°12.24%80.78%
HSB/HSV145°5.66%83.14%
CMYK5.66%0.00%3.30%
16.86%

Color #C8D4CD in popluar number systems.

HEXC8D4CD
Decimal200212205
Binary110010001101010011001101
Octal310324315

Shades and tints

Shades of #C8D4CD

#C8D4CD
(200,212,205)
#B6C1BB
(182,193,187)
#A4AEA9
(164,174,169)
#929B97
(146,155,151)
#808885
(128,136,133)
#6E7573
(110,117,115)
#5C6261
(92,98,97)
#4A4F4F
(74,79,79)
#383C3D
(56,60,61)
#26292B
(38,41,43)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #C8D4CD

#C8D4CD
(200,212,205)
#CDD7D1
(205,215,209)
#D2DAD5
(210,218,213)
#D7DDD9
(215,221,217)
#DCE0DD
(220,224,221)
#E1E3E1
(225,227,225)
#E6E6E5
(230,230,229)
#EBE9E9
(235,233,233)
#F0ECED
(240,236,237)
#F5EFF1
(245,239,241)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D4CD; }

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

This text font color is #C8D4CD.


Background Color

.myBgColor { background-color: #C8D4CD; }

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

This div background color is #C8D4CD.


Border color

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

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

This div border color is #C8D4CD.


Opacity

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

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

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

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

This text has shadow with #C8D4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D4CD on black background.


Color preview on white background

This text has color #C8D4CD on white background.



Black color preview on #C8D4CD background

This text has black color on #C8D4CD background.


White color preview on #C8D4CD background

This text has white color on #C8D4CD background.