COLOR #C8D6CE

HEX: #C8D6CE
RGB: (200,214,206)

Color info

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

RGB color model

#C8D6CE color RGB value is (200,214,206).

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

RGB channels and saturation

R 200 of 255 = 78%
G 214 of 255 = 84%
B 206 of 255 = 81%

200
214
206

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

Portions of RGB colors in percentages

R + G + B =
200 + 214 + 206 = 620 (100%)
R 200 of 620 ~ 32.26%
G 214 of 620 ~ 34.52%
B 206 of 620 ~ 33.23%

%32.26
%34.52
%33.23

CMYK color model

#C8D6CE color CMYK value is (7,0,4,16).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(7,0,4,16)
C7M0Y4K16 
(7%,0%,4%,16%)
(0.07/0.00/0.04/0.16)	

CMYK percentages

%6.54
%0
%3.74
%16.08

Codes

Color #C8D6CE in popluar color models

C8D6CE
RGB200214206
HSL146°14.58%81.18%
HSB/HSV146°6.54%83.92%
CMYK6.54%0.00%3.74%
16.08%

Color #C8D6CE in popluar number systems.

HEXC8D6CE
Decimal200214206
Binary110010001101011011001110
Octal310326316

Shades and tints

Shades of #C8D6CE

#C8D6CE
(200,214,206)
#B6C3BC
(182,195,188)
#A4B0AA
(164,176,170)
#929D98
(146,157,152)
#808A86
(128,138,134)
#6E7774
(110,119,116)
#5C6462
(92,100,98)
#4A5150
(74,81,80)
#383E3E
(56,62,62)
#262B2C
(38,43,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #C8D6CE

#C8D6CE
(200,214,206)
#CDD9D2
(205,217,210)
#D2DCD6
(210,220,214)
#D7DFDA
(215,223,218)
#DCE2DE
(220,226,222)
#E1E5E2
(225,229,226)
#E6E8E6
(230,232,230)
#EBEBEA
(235,235,234)
#F0EEEE
(240,238,238)
#F5F1F2
(245,241,242)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D6CE; }

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

This text font color is #C8D6CE.


Background Color

.myBgColor { background-color: #C8D6CE; }

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

This div background color is #C8D6CE.


Border color

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

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

This div border color is #C8D6CE.


Opacity

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

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

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

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

This text has shadow with #C8D6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D6CE on black background.


Color preview on white background

This text has color #C8D6CE on white background.



Black color preview on #C8D6CE background

This text has black color on #C8D6CE background.


White color preview on #C8D6CE background

This text has white color on #C8D6CE background.