COLOR #C8D9C9

HEX: #C8D9C9
RGB: (200,217,201)

Color info

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

RGB color model

#C8D9C9 color RGB value is (200,217,201).

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

RGB channels and saturation

R 200 of 255 = 78%
G 217 of 255 = 85%
B 201 of 255 = 79%

200
217
201

R + G + B ~ 81%. #C8D9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 217 + 201 = 618 (100%)
R 200 of 618 ~ 32.36%
G 217 of 618 ~ 35.11%
B 201 of 618 ~ 32.52%

%32.36
%35.11
%32.52

CMYK color model

#C8D9C9 color CMYK value is (8,0,7,15).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 7.37%
  • key color value is 14.90%
CMYK:
(8,0,7,15)
C8M0Y7K15 
(8%,0%,7%,15%)
(0.08/0.00/0.07/0.15)	

CMYK percentages

%7.83
%0
%7.37
%14.9

Codes

Color #C8D9C9 in popluar color models

C8D9C9
RGB200217201
HSL124°18.28%81.76%
HSB/HSV124°7.83%85.10%
CMYK7.83%0.00%7.37%
14.90%

Color #C8D9C9 in popluar number systems.

HEXC8D9C9
Decimal200217201
Binary110010001101100111001001
Octal310331311

Shades and tints

Shades of #C8D9C9

#C8D9C9
(200,217,201)
#B6C6B7
(182,198,183)
#A4B3A5
(164,179,165)
#92A093
(146,160,147)
#808D81
(128,141,129)
#6E7A6F
(110,122,111)
#5C675D
(92,103,93)
#4A544B
(74,84,75)
#384139
(56,65,57)
#262E27
(38,46,39)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #C8D9C9

#C8D9C9
(200,217,201)
#CDDCCD
(205,220,205)
#D2DFD1
(210,223,209)
#D7E2D5
(215,226,213)
#DCE5D9
(220,229,217)
#E1E8DD
(225,232,221)
#E6EBE1
(230,235,225)
#EBEEE5
(235,238,229)
#F0F1E9
(240,241,233)
#F5F4ED
(245,244,237)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D9C9; }

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

This text font color is #C8D9C9.


Background Color

.myBgColor { background-color: #C8D9C9; }

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

This div background color is #C8D9C9.


Border color

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

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

This div border color is #C8D9C9.


Opacity

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

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

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

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

This text has shadow with #C8D9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D9C9 on black background.


Color preview on white background

This text has color #C8D9C9 on white background.



Black color preview on #C8D9C9 background

This text has black color on #C8D9C9 background.


White color preview on #C8D9C9 background

This text has white color on #C8D9C9 background.