COLOR #C8E1D7

HEX: #C8E1D7
RGB: (200,225,215)

Color info

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

RGB color model

#C8E1D7 color RGB value is (200,225,215).

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

RGB channels and saturation

R 200 of 255 = 78%
G 225 of 255 = 88%
B 215 of 255 = 84%

200
225
215

R + G + B ~ 83%. #C8E1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 225 + 215 = 640 (100%)
R 200 of 640 ~ 31.25%
G 225 of 640 ~ 35.16%
B 215 of 640 ~ 33.59%

%31.25
%35.16
%33.59

CMYK color model

#C8E1D7 color CMYK value is (11,0,4,12).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(11,0,4,12)
C11M0Y4K12 
(11%,0%,4%,12%)
(0.11/0.00/0.04/0.12)	

CMYK percentages

%11.11
%0
%4.44
%11.76

Codes

Color #C8E1D7 in popluar color models

C8E1D7
RGB200225215
HSL156°29.41%83.33%
HSB/HSV156°11.11%88.24%
CMYK11.11%0.00%4.44%
11.76%

Color #C8E1D7 in popluar number systems.

HEXC8E1D7
Decimal200225215
Binary110010001110000111010111
Octal310341327

Shades and tints

Shades of #C8E1D7

#C8E1D7
(200,225,215)
#B6CDC4
(182,205,196)
#A4B9B1
(164,185,177)
#92A59E
(146,165,158)
#80918B
(128,145,139)
#6E7D78
(110,125,120)
#5C6965
(92,105,101)
#4A5552
(74,85,82)
#38413F
(56,65,63)
#262D2C
(38,45,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #C8E1D7

#C8E1D7
(200,225,215)
#CDE3DA
(205,227,218)
#D2E5DD
(210,229,221)
#D7E7E0
(215,231,224)
#DCE9E3
(220,233,227)
#E1EBE6
(225,235,230)
#E6EDE9
(230,237,233)
#EBEFEC
(235,239,236)
#F0F1EF
(240,241,239)
#F5F3F2
(245,243,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E1D7; }

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

This text font color is #C8E1D7.


Background Color

.myBgColor { background-color: #C8E1D7; }

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

This div background color is #C8E1D7.


Border color

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

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

This div border color is #C8E1D7.


Opacity

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

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

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

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

This text has shadow with #C8E1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E1D7 on black background.


Color preview on white background

This text has color #C8E1D7 on white background.



Black color preview on #C8E1D7 background

This text has black color on #C8E1D7 background.


White color preview on #C8E1D7 background

This text has white color on #C8E1D7 background.