COLOR #C8E9D1

HEX: #C8E9D1
RGB: (200,233,209)

Color info

#C8E9D1 contains red, green and blue colors in about the same proportion. Web safe color of #C8E9D1 is #CCFFCC (or #CFC).

RGB color model

#C8E9D1 color RGB value is (200,233,209).

  • red value is 200;
  • green value is 233;
  • blue value is 209.
RGB:
(200,233,209)
(78%,91%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 233 of 255 = 91%
B 209 of 255 = 82%

200
233
209

R + G + B ~ 84%. #C8E9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 233 + 209 = 642 (100%)
R 200 of 642 ~ 31.15%
G 233 of 642 ~ 36.29%
B 209 of 642 ~ 32.55%

%31.15
%36.29
%32.55

CMYK color model

#C8E9D1 color CMYK value is (14,0,10,9).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 8.63%
CMYK:
(14,0,10,9)
C14M0Y10K9 
(14%,0%,10%,9%)
(0.14/0.00/0.10/0.09)	

CMYK percentages

%14.16
%0
%10.3
%8.63

Codes

Color #C8E9D1 in popluar color models

C8E9D1
RGB200233209
HSL136°42.86%84.90%
HSB/HSV136°14.16%91.37%
CMYK14.16%0.00%10.30%
8.63%

Color #C8E9D1 in popluar number systems.

HEXC8E9D1
Decimal200233209
Binary110010001110100111010001
Octal310351321

Shades and tints

Shades of #C8E9D1

#C8E9D1
(200,233,209)
#B6D4BE
(182,212,190)
#A4BFAB
(164,191,171)
#92AA98
(146,170,152)
#809585
(128,149,133)
#6E8072
(110,128,114)
#5C6B5F
(92,107,95)
#4A564C
(74,86,76)
#384139
(56,65,57)
#262C26
(38,44,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #C8E9D1

#C8E9D1
(200,233,209)
#CDEBD5
(205,235,213)
#D2EDD9
(210,237,217)
#D7EFDD
(215,239,221)
#DCF1E1
(220,241,225)
#E1F3E5
(225,243,229)
#E6F5E9
(230,245,233)
#EBF7ED
(235,247,237)
#F0F9F1
(240,249,241)
#F5FBF5
(245,251,245)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E9D1 color. Also use rgb(200,233,209) instead hex code.

Text Font Color

.myTextColor { color: #C8E9D1; }

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

This text font color is #C8E9D1.


Background Color

.myBgColor { background-color: #C8E9D1; }

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

This div background color is #C8E9D1.


Border color

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

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

This div border color is #C8E9D1.


Opacity

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

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

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

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

This text has shadow with #C8E9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E9D1 on black background.


Color preview on white background

This text has color #C8E9D1 on white background.



Black color preview on #C8E9D1 background

This text has black color on #C8E9D1 background.


White color preview on #C8E9D1 background

This text has white color on #C8E9D1 background.