COLOR #C8D3CE

HEX: #C8D3CE
RGB: (200,211,206)

Color info

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

RGB color model

#C8D3CE color RGB value is (200,211,206).

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

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 206 of 255 = 81%

200
211
206

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

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 206 = 617 (100%)
R 200 of 617 ~ 32.41%
G 211 of 617 ~ 34.2%
B 206 of 617 ~ 33.39%

%32.41
%34.2
%33.39

CMYK color model

#C8D3CE color CMYK value is (5,0,2,17).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 17.25%
CMYK:
(5,0,2,17)
C5M0Y2K17 
(5%,0%,2%,17%)
(0.05/0.00/0.02/0.17)	

CMYK percentages

%5.21
%0
%2.37
%17.25

Codes

Color #C8D3CE in popluar color models

C8D3CE
RGB200211206
HSL153°11.11%80.59%
HSB/HSV153°5.21%82.75%
CMYK5.21%0.00%2.37%
17.25%

Color #C8D3CE in popluar number systems.

HEXC8D3CE
Decimal200211206
Binary110010001101001111001110
Octal310323316

Shades and tints

Shades of #C8D3CE

#C8D3CE
(200,211,206)
#B6C0BC
(182,192,188)
#A4ADAA
(164,173,170)
#929A98
(146,154,152)
#808786
(128,135,134)
#6E7474
(110,116,116)
#5C6162
(92,97,98)
#4A4E50
(74,78,80)
#383B3E
(56,59,62)
#26282C
(38,40,44)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #C8D3CE

#C8D3CE
(200,211,206)
#CDD7D2
(205,215,210)
#D2DBD6
(210,219,214)
#D7DFDA
(215,223,218)
#DCE3DE
(220,227,222)
#E1E7E2
(225,231,226)
#E6EBE6
(230,235,230)
#EBEFEA
(235,239,234)
#F0F3EE
(240,243,238)
#F5F7F2
(245,247,242)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D3CE; }

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

This text font color is #C8D3CE.


Background Color

.myBgColor { background-color: #C8D3CE; }

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

This div background color is #C8D3CE.


Border color

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

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

This div border color is #C8D3CE.


Opacity

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

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

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

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

This text has shadow with #C8D3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D3CE on black background.


Color preview on white background

This text has color #C8D3CE on white background.



Black color preview on #C8D3CE background

This text has black color on #C8D3CE background.


White color preview on #C8D3CE background

This text has white color on #C8D3CE background.