COLOR #C8CDC9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

200
205
201

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

Portions of RGB colors in percentages

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

%33
%33.83
%33.17

CMYK color model

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

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

CMYK percentages

%2.44
%0
%1.95
%19.61

Codes

Color #C8CDC9 in popluar color models

C8CDC9
RGB200205201
HSL132°4.76%79.41%
HSB/HSV132°2.44%80.39%
CMYK2.44%0.00%1.95%
19.61%

Color #C8CDC9 in popluar number systems.

HEXC8CDC9
Decimal200205201
Binary110010001100110111001001
Octal310315311

Shades and tints

Shades of #C8CDC9

#C8CDC9
(200,205,201)
#B6BBB7
(182,187,183)
#A4A9A5
(164,169,165)
#929793
(146,151,147)
#808581
(128,133,129)
#6E736F
(110,115,111)
#5C615D
(92,97,93)
#4A4F4B
(74,79,75)
#383D39
(56,61,57)
#262B27
(38,43,39)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #C8CDC9

#C8CDC9
(200,205,201)
#CDD1CD
(205,209,205)
#D2D5D1
(210,213,209)
#D7D9D5
(215,217,213)
#DCDDD9
(220,221,217)
#E1E1DD
(225,225,221)
#E6E5E1
(230,229,225)
#EBE9E5
(235,233,229)
#F0EDE9
(240,237,233)
#F5F1ED
(245,241,237)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CDC9; }

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

This text font color is #C8CDC9.


Background Color

.myBgColor { background-color: #C8CDC9; }

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

This div background color is #C8CDC9.


Border color

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

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

This div border color is #C8CDC9.


Opacity

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

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

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

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

This text has shadow with #C8CDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CDC9 on black background.


Color preview on white background

This text has color #C8CDC9 on white background.



Black color preview on #C8CDC9 background

This text has black color on #C8CDC9 background.


White color preview on #C8CDC9 background

This text has white color on #C8CDC9 background.