COLOR #C8CCD9

HEX: #C8CCD9
RGB: (200,204,217)

Color info

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

RGB color model

#C8CCD9 color RGB value is (200,204,217).

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

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 217 of 255 = 85%

200
204
217

R + G + B ~ 81%. #C8CCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 204 + 217 = 621 (100%)
R 200 of 621 ~ 32.21%
G 204 of 621 ~ 32.85%
B 217 of 621 ~ 34.94%

%32.21
%32.85
%34.94

CMYK color model

#C8CCD9 color CMYK value is (8,6,0,15).

  • cyan value is 7.83%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(8,6,0,15)
C8M6Y0K15 
(8%,6%,0%,15%)
(0.08/0.06/0.00/0.15)	

CMYK percentages

%7.83
%5.99
%0
%14.9

Codes

Color #C8CCD9 in popluar color models

C8CCD9
RGB200204217
HSL226°18.28%81.76%
HSB/HSV226°7.83%85.10%
CMYK7.83%5.99%0.00%
14.90%

Color #C8CCD9 in popluar number systems.

HEXC8CCD9
Decimal200204217
Binary110010001100110011011001
Octal310314331

Shades and tints

Shades of #C8CCD9

#C8CCD9
(200,204,217)
#B6BAC6
(182,186,198)
#A4A8B3
(164,168,179)
#9296A0
(146,150,160)
#80848D
(128,132,141)
#6E727A
(110,114,122)
#5C6067
(92,96,103)
#4A4E54
(74,78,84)
#383C41
(56,60,65)
#262A2E
(38,42,46)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #C8CCD9

#C8CCD9
(200,204,217)
#CDD0DC
(205,208,220)
#D2D4DF
(210,212,223)
#D7D8E2
(215,216,226)
#DCDCE5
(220,220,229)
#E1E0E8
(225,224,232)
#E6E4EB
(230,228,235)
#EBE8EE
(235,232,238)
#F0ECF1
(240,236,241)
#F5F0F4
(245,240,244)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CCD9; }

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

This text font color is #C8CCD9.


Background Color

.myBgColor { background-color: #C8CCD9; }

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

This div background color is #C8CCD9.


Border color

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

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

This div border color is #C8CCD9.


Opacity

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

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

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

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

This text has shadow with #C8CCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CCD9 on black background.


Color preview on white background

This text has color #C8CCD9 on white background.



Black color preview on #C8CCD9 background

This text has black color on #C8CCD9 background.


White color preview on #C8CCD9 background

This text has white color on #C8CCD9 background.