COLOR #C8D5CE

HEX: #C8D5CE
RGB: (200,213,206)

Color info

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

RGB color model

#C8D5CE color RGB value is (200,213,206).

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

RGB channels and saturation

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

200
213
206

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

Portions of RGB colors in percentages

R + G + B =
200 + 213 + 206 = 619 (100%)
R 200 of 619 ~ 32.31%
G 213 of 619 ~ 34.41%
B 206 of 619 ~ 33.28%

%32.31
%34.41
%33.28

CMYK color model

#C8D5CE color CMYK value is (6,0,3,16).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(6,0,3,16)
C6M0Y3K16 
(6%,0%,3%,16%)
(0.06/0.00/0.03/0.16)	

CMYK percentages

%6.1
%0
%3.29
%16.47

Codes

Color #C8D5CE in popluar color models

C8D5CE
RGB200213206
HSL148°13.40%80.98%
HSB/HSV148°6.10%83.53%
CMYK6.10%0.00%3.29%
16.47%

Color #C8D5CE in popluar number systems.

HEXC8D5CE
Decimal200213206
Binary110010001101010111001110
Octal310325316

Shades and tints

Shades of #C8D5CE

#C8D5CE
(200,213,206)
#B6C2BC
(182,194,188)
#A4AFAA
(164,175,170)
#929C98
(146,156,152)
#808986
(128,137,134)
#6E7674
(110,118,116)
#5C6362
(92,99,98)
#4A5050
(74,80,80)
#383D3E
(56,61,62)
#262A2C
(38,42,44)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #C8D5CE

#C8D5CE
(200,213,206)
#CDD8D2
(205,216,210)
#D2DBD6
(210,219,214)
#D7DEDA
(215,222,218)
#DCE1DE
(220,225,222)
#E1E4E2
(225,228,226)
#E6E7E6
(230,231,230)
#EBEAEA
(235,234,234)
#F0EDEE
(240,237,238)
#F5F0F2
(245,240,242)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D5CE; }

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

This text font color is #C8D5CE.


Background Color

.myBgColor { background-color: #C8D5CE; }

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

This div background color is #C8D5CE.


Border color

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

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

This div border color is #C8D5CE.


Opacity

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

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

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

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

This text has shadow with #C8D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D5CE on black background.


Color preview on white background

This text has color #C8D5CE on white background.



Black color preview on #C8D5CE background

This text has black color on #C8D5CE background.


White color preview on #C8D5CE background

This text has white color on #C8D5CE background.