COLOR #C8D7CE

HEX: #C8D7CE
RGB: (200,215,206)

Color info

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

RGB color model

#C8D7CE color RGB value is (200,215,206).

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

RGB channels and saturation

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

200
215
206

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

Portions of RGB colors in percentages

R + G + B =
200 + 215 + 206 = 621 (100%)
R 200 of 621 ~ 32.21%
G 215 of 621 ~ 34.62%
B 206 of 621 ~ 33.17%

%32.21
%34.62
%33.17

CMYK color model

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

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

CMYK percentages

%6.98
%0
%4.19
%15.69

Codes

Color #C8D7CE in popluar color models

C8D7CE
RGB200215206
HSL144°15.79%81.37%
HSB/HSV144°6.98%84.31%
CMYK6.98%0.00%4.19%
15.69%

Color #C8D7CE in popluar number systems.

HEXC8D7CE
Decimal200215206
Binary110010001101011111001110
Octal310327316

Shades and tints

Shades of #C8D7CE

#C8D7CE
(200,215,206)
#B6C4BC
(182,196,188)
#A4B1AA
(164,177,170)
#929E98
(146,158,152)
#808B86
(128,139,134)
#6E7874
(110,120,116)
#5C6562
(92,101,98)
#4A5250
(74,82,80)
#383F3E
(56,63,62)
#262C2C
(38,44,44)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #C8D7CE

#C8D7CE
(200,215,206)
#CDDAD2
(205,218,210)
#D2DDD6
(210,221,214)
#D7E0DA
(215,224,218)
#DCE3DE
(220,227,222)
#E1E6E2
(225,230,226)
#E6E9E6
(230,233,230)
#EBECEA
(235,236,234)
#F0EFEE
(240,239,238)
#F5F2F2
(245,242,242)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D7CE; }

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

This text font color is #C8D7CE.


Background Color

.myBgColor { background-color: #C8D7CE; }

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

This div background color is #C8D7CE.


Border color

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

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

This div border color is #C8D7CE.


Opacity

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

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

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

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

This text has shadow with #C8D7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D7CE on black background.


Color preview on white background

This text has color #C8D7CE on white background.



Black color preview on #C8D7CE background

This text has black color on #C8D7CE background.


White color preview on #C8D7CE background

This text has white color on #C8D7CE background.