COLOR #C8CED1

HEX: #C8CED1
RGB: (200,206,209)

Color info

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

RGB color model

#C8CED1 color RGB value is (200,206,209).

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

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 209 of 255 = 82%

200
206
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 206 + 209 = 615 (100%)
R 200 of 615 ~ 32.52%
G 206 of 615 ~ 33.5%
B 209 of 615 ~ 33.98%

%32.52
%33.5
%33.98

CMYK color model

#C8CED1 color CMYK value is (4,1,0,18).

  • cyan value is 4.31%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,1,0,18)
C4M1Y0K18 
(4%,1%,0%,18%)
(0.04/0.01/0.00/0.18)	

CMYK percentages

%4.31
%1.44
%0
%18.04

Codes

Color #C8CED1 in popluar color models

C8CED1
RGB200206209
HSL200°8.91%80.20%
HSB/HSV200°4.31%81.96%
CMYK4.31%1.44%0.00%
18.04%

Color #C8CED1 in popluar number systems.

HEXC8CED1
Decimal200206209
Binary110010001100111011010001
Octal310316321

Shades and tints

Shades of #C8CED1

#C8CED1
(200,206,209)
#B6BCBE
(182,188,190)
#A4AAAB
(164,170,171)
#929898
(146,152,152)
#808685
(128,134,133)
#6E7472
(110,116,114)
#5C625F
(92,98,95)
#4A504C
(74,80,76)
#383E39
(56,62,57)
#262C26
(38,44,38)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #C8CED1

#C8CED1
(200,206,209)
#CDD2D5
(205,210,213)
#D2D6D9
(210,214,217)
#D7DADD
(215,218,221)
#DCDEE1
(220,222,225)
#E1E2E5
(225,226,229)
#E6E6E9
(230,230,233)
#EBEAED
(235,234,237)
#F0EEF1
(240,238,241)
#F5F2F5
(245,242,245)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CED1; }

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

This text font color is #C8CED1.


Background Color

.myBgColor { background-color: #C8CED1; }

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

This div background color is #C8CED1.


Border color

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

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

This div border color is #C8CED1.


Opacity

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

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

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

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

This text has shadow with #C8CED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CED1 on black background.


Color preview on white background

This text has color #C8CED1 on white background.



Black color preview on #C8CED1 background

This text has black color on #C8CED1 background.


White color preview on #C8CED1 background

This text has white color on #C8CED1 background.