COLOR #C8CCD4

HEX: #C8CCD4
RGB: (200,204,212)

Color info

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

RGB color model

#C8CCD4 color RGB value is (200,204,212).

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

RGB channels and saturation

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

200
204
212

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

Portions of RGB colors in percentages

R + G + B =
200 + 204 + 212 = 616 (100%)
R 200 of 616 ~ 32.47%
G 204 of 616 ~ 33.12%
B 212 of 616 ~ 34.42%

%32.47
%33.12
%34.42

CMYK color model

#C8CCD4 color CMYK value is (6,4,0,17).

  • cyan value is 5.66%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(6,4,0,17)
C6M4Y0K17 
(6%,4%,0%,17%)
(0.06/0.04/0.00/0.17)	

CMYK percentages

%5.66
%3.77
%0
%16.86

Codes

Color #C8CCD4 in popluar color models

C8CCD4
RGB200204212
HSL220°12.24%80.78%
HSB/HSV220°5.66%83.14%
CMYK5.66%3.77%0.00%
16.86%

Color #C8CCD4 in popluar number systems.

HEXC8CCD4
Decimal200204212
Binary110010001100110011010100
Octal310314324

Shades and tints

Shades of #C8CCD4

#C8CCD4
(200,204,212)
#B6BAC1
(182,186,193)
#A4A8AE
(164,168,174)
#92969B
(146,150,155)
#808488
(128,132,136)
#6E7275
(110,114,117)
#5C6062
(92,96,98)
#4A4E4F
(74,78,79)
#383C3C
(56,60,60)
#262A29
(38,42,41)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #C8CCD4

#C8CCD4
(200,204,212)
#CDD0D7
(205,208,215)
#D2D4DA
(210,212,218)
#D7D8DD
(215,216,221)
#DCDCE0
(220,220,224)
#E1E0E3
(225,224,227)
#E6E4E6
(230,228,230)
#EBE8E9
(235,232,233)
#F0ECEC
(240,236,236)
#F5F0EF
(245,240,239)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CCD4; }

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

This text font color is #C8CCD4.


Background Color

.myBgColor { background-color: #C8CCD4; }

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

This div background color is #C8CCD4.


Border color

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

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

This div border color is #C8CCD4.


Opacity

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

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

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

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

This text has shadow with #C8CCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CCD4 on black background.


Color preview on white background

This text has color #C8CCD4 on white background.



Black color preview on #C8CCD4 background

This text has black color on #C8CCD4 background.


White color preview on #C8CCD4 background

This text has white color on #C8CCD4 background.