COLOR #C8CCD0

HEX: #C8CCD0
RGB: (200,204,208)

Color info

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

RGB color model

#C8CCD0 color RGB value is (200,204,208).

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

RGB channels and saturation

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

200
204
208

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

Portions of RGB colors in percentages

R + G + B =
200 + 204 + 208 = 612 (100%)
R 200 of 612 ~ 32.68%
G 204 of 612 ~ 33.33%
B 208 of 612 ~ 33.99%

%32.68
%33.33
%33.99

CMYK color model

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

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

CMYK percentages

%3.85
%1.92
%0
%18.43

Codes

Color #C8CCD0 in popluar color models

C8CCD0
RGB200204208
HSL210°7.84%80.00%
HSB/HSV210°3.85%81.57%
CMYK3.85%1.92%0.00%
18.43%

Color #C8CCD0 in popluar number systems.

HEXC8CCD0
Decimal200204208
Binary110010001100110011010000
Octal310314320

Shades and tints

Shades of #C8CCD0

#C8CCD0
(200,204,208)
#B6BABE
(182,186,190)
#A4A8AC
(164,168,172)
#92969A
(146,150,154)
#808488
(128,132,136)
#6E7276
(110,114,118)
#5C6064
(92,96,100)
#4A4E52
(74,78,82)
#383C40
(56,60,64)
#262A2E
(38,42,46)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #C8CCD0

#C8CCD0
(200,204,208)
#CDD0D4
(205,208,212)
#D2D4D8
(210,212,216)
#D7D8DC
(215,216,220)
#DCDCE0
(220,220,224)
#E1E0E4
(225,224,228)
#E6E4E8
(230,228,232)
#EBE8EC
(235,232,236)
#F0ECF0
(240,236,240)
#F5F0F4
(245,240,244)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CCD0; }

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

This text font color is #C8CCD0.


Background Color

.myBgColor { background-color: #C8CCD0; }

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

This div background color is #C8CCD0.


Border color

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

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

This div border color is #C8CCD0.


Opacity

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

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

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

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

This text has shadow with #C8CCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CCD0 on black background.


Color preview on white background

This text has color #C8CCD0 on white background.



Black color preview on #C8CCD0 background

This text has black color on #C8CCD0 background.


White color preview on #C8CCD0 background

This text has white color on #C8CCD0 background.