COLOR #C8CCD1

HEX: #C8CCD1
RGB: (200,204,209)

Color info

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

RGB color model

#C8CCD1 color RGB value is (200,204,209).

  • red value is 200;
  • green value is 204;
  • blue value is 209.
RGB:
(200,204,209)
(78%,80%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 209 of 255 = 82%

200
204
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 204 + 209 = 613 (100%)
R 200 of 613 ~ 32.63%
G 204 of 613 ~ 33.28%
B 209 of 613 ~ 34.09%

%32.63
%33.28
%34.09

CMYK color model

#C8CCD1 color CMYK value is (4,2,0,18).

  • cyan value is 4.31%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,2,0,18)
C4M2Y0K18 
(4%,2%,0%,18%)
(0.04/0.02/0.00/0.18)	

CMYK percentages

%4.31
%2.39
%0
%18.04

Codes

Color #C8CCD1 in popluar color models

C8CCD1
RGB200204209
HSL213°8.91%80.20%
HSB/HSV213°4.31%81.96%
CMYK4.31%2.39%0.00%
18.04%

Color #C8CCD1 in popluar number systems.

HEXC8CCD1
Decimal200204209
Binary110010001100110011010001
Octal310314321

Shades and tints

Shades of #C8CCD1

#C8CCD1
(200,204,209)
#B6BABE
(182,186,190)
#A4A8AB
(164,168,171)
#929698
(146,150,152)
#808485
(128,132,133)
#6E7272
(110,114,114)
#5C605F
(92,96,95)
#4A4E4C
(74,78,76)
#383C39
(56,60,57)
#262A26
(38,42,38)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #C8CCD1

#C8CCD1
(200,204,209)
#CDD0D5
(205,208,213)
#D2D4D9
(210,212,217)
#D7D8DD
(215,216,221)
#DCDCE1
(220,220,225)
#E1E0E5
(225,224,229)
#E6E4E9
(230,228,233)
#EBE8ED
(235,232,237)
#F0ECF1
(240,236,241)
#F5F0F5
(245,240,245)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CCD1 color. Also use rgb(200,204,209) instead hex code.

Text Font Color

.myTextColor { color: #C8CCD1; }

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

This text font color is #C8CCD1.


Background Color

.myBgColor { background-color: #C8CCD1; }

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

This div background color is #C8CCD1.


Border color

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

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

This div border color is #C8CCD1.


Opacity

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

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

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

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

This text has shadow with #C8CCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CCD1 on black background.


Color preview on white background

This text has color #C8CCD1 on white background.



Black color preview on #C8CCD1 background

This text has black color on #C8CCD1 background.


White color preview on #C8CCD1 background

This text has white color on #C8CCD1 background.