COLOR #C8CCD2

HEX: #C8CCD2
RGB: (200,204,210)

Color info

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

RGB color model

#C8CCD2 color RGB value is (200,204,210).

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

RGB channels and saturation

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

200
204
210

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

Portions of RGB colors in percentages

R + G + B =
200 + 204 + 210 = 614 (100%)
R 200 of 614 ~ 32.57%
G 204 of 614 ~ 33.22%
B 210 of 614 ~ 34.2%

%32.57
%33.22
%34.2

CMYK color model

#C8CCD2 color CMYK value is (5,3,0,18).

  • cyan value is 4.76%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,3,0,18)
C5M3Y0K18 
(5%,3%,0%,18%)
(0.05/0.03/0.00/0.18)	

CMYK percentages

%4.76
%2.86
%0
%17.65

Codes

Color #C8CCD2 in popluar color models

C8CCD2
RGB200204210
HSL216°10.00%80.39%
HSB/HSV216°4.76%82.35%
CMYK4.76%2.86%0.00%
17.65%

Color #C8CCD2 in popluar number systems.

HEXC8CCD2
Decimal200204210
Binary110010001100110011010010
Octal310314322

Shades and tints

Shades of #C8CCD2

#C8CCD2
(200,204,210)
#B6BABF
(182,186,191)
#A4A8AC
(164,168,172)
#929699
(146,150,153)
#808486
(128,132,134)
#6E7273
(110,114,115)
#5C6060
(92,96,96)
#4A4E4D
(74,78,77)
#383C3A
(56,60,58)
#262A27
(38,42,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #C8CCD2

#C8CCD2
(200,204,210)
#CDD0D6
(205,208,214)
#D2D4DA
(210,212,218)
#D7D8DE
(215,216,222)
#DCDCE2
(220,220,226)
#E1E0E6
(225,224,230)
#E6E4EA
(230,228,234)
#EBE8EE
(235,232,238)
#F0ECF2
(240,236,242)
#F5F0F6
(245,240,246)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CCD2; }

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

This text font color is #C8CCD2.


Background Color

.myBgColor { background-color: #C8CCD2; }

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

This div background color is #C8CCD2.


Border color

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

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

This div border color is #C8CCD2.


Opacity

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

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

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

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

This text has shadow with #C8CCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CCD2 on black background.


Color preview on white background

This text has color #C8CCD2 on white background.



Black color preview on #C8CCD2 background

This text has black color on #C8CCD2 background.


White color preview on #C8CCD2 background

This text has white color on #C8CCD2 background.