COLOR #C8C9CD

HEX: #C8C9CD
RGB: (200,201,205)

Color info

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

RGB color model

#C8C9CD color RGB value is (200,201,205).

  • red value is 200;
  • green value is 201;
  • blue value is 205.
RGB:
(200,201,205)
(78%,79%,80%)

RGB channels and saturation

R 200 of 255 = 78%
G 201 of 255 = 79%
B 205 of 255 = 80%

200
201
205

R + G + B ~ 79%. #C8C9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 205 = 606 (100%)
R 200 of 606 ~ 33%
G 201 of 606 ~ 33.17%
B 205 of 606 ~ 33.83%

%33
%33.17
%33.83

CMYK color model

#C8C9CD color CMYK value is (2,2,0,20).

  • cyan value is 2.44%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(2,2,0,20)
C2M2Y0K20 
(2%,2%,0%,20%)
(0.02/0.02/0.00/0.20)	

CMYK percentages

%2.44
%1.95
%0
%19.61

Codes

Color #C8C9CD in popluar color models

C8C9CD
RGB200201205
HSL228°4.76%79.41%
HSB/HSV228°2.44%80.39%
CMYK2.44%1.95%0.00%
19.61%

Color #C8C9CD in popluar number systems.

HEXC8C9CD
Decimal200201205
Binary110010001100100111001101
Octal310311315

Shades and tints

Shades of #C8C9CD

#C8C9CD
(200,201,205)
#B6B7BB
(182,183,187)
#A4A5A9
(164,165,169)
#929397
(146,147,151)
#808185
(128,129,133)
#6E6F73
(110,111,115)
#5C5D61
(92,93,97)
#4A4B4F
(74,75,79)
#38393D
(56,57,61)
#26272B
(38,39,43)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #C8C9CD

#C8C9CD
(200,201,205)
#CDCDD1
(205,205,209)
#D2D1D5
(210,209,213)
#D7D5D9
(215,213,217)
#DCD9DD
(220,217,221)
#E1DDE1
(225,221,225)
#E6E1E5
(230,225,229)
#EBE5E9
(235,229,233)
#F0E9ED
(240,233,237)
#F5EDF1
(245,237,241)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C9CD color. Also use rgb(200,201,205) instead hex code.

Text Font Color

.myTextColor { color: #C8C9CD; }

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

This text font color is #C8C9CD.


Background Color

.myBgColor { background-color: #C8C9CD; }

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

This div background color is #C8C9CD.


Border color

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

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

This div border color is #C8C9CD.


Opacity

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

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

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

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

This text has shadow with #C8C9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C9CD on black background.


Color preview on white background

This text has color #C8C9CD on white background.



Black color preview on #C8C9CD background

This text has black color on #C8C9CD background.


White color preview on #C8C9CD background

This text has white color on #C8C9CD background.