COLOR #C8E8D0

HEX: #C8E8D0
RGB: (200,232,208)

Color info

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

RGB color model

#C8E8D0 color RGB value is (200,232,208).

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

RGB channels and saturation

R 200 of 255 = 78%
G 232 of 255 = 91%
B 208 of 255 = 82%

200
232
208

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

Portions of RGB colors in percentages

R + G + B =
200 + 232 + 208 = 640 (100%)
R 200 of 640 ~ 31.25%
G 232 of 640 ~ 36.25%
B 208 of 640 ~ 32.5%

%31.25
%36.25
%32.5

CMYK color model

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

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

CMYK percentages

%13.79
%0
%10.34
%9.02

Codes

Color #C8E8D0 in popluar color models

C8E8D0
RGB200232208
HSL135°41.03%84.71%
HSB/HSV135°13.79%90.98%
CMYK13.79%0.00%10.34%
9.02%

Color #C8E8D0 in popluar number systems.

HEXC8E8D0
Decimal200232208
Binary110010001110100011010000
Octal310350320

Shades and tints

Shades of #C8E8D0

#C8E8D0
(200,232,208)
#B6D3BE
(182,211,190)
#A4BEAC
(164,190,172)
#92A99A
(146,169,154)
#809488
(128,148,136)
#6E7F76
(110,127,118)
#5C6A64
(92,106,100)
#4A5552
(74,85,82)
#384040
(56,64,64)
#262B2E
(38,43,46)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #C8E8D0

#C8E8D0
(200,232,208)
#CDEAD4
(205,234,212)
#D2ECD8
(210,236,216)
#D7EEDC
(215,238,220)
#DCF0E0
(220,240,224)
#E1F2E4
(225,242,228)
#E6F4E8
(230,244,232)
#EBF6EC
(235,246,236)
#F0F8F0
(240,248,240)
#F5FAF4
(245,250,244)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E8D0 color. Also use rgb(200,232,208) instead hex code.

Text Font Color

.myTextColor { color: #C8E8D0; }

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

This text font color is #C8E8D0.


Background Color

.myBgColor { background-color: #C8E8D0; }

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

This div background color is #C8E8D0.


Border color

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

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

This div border color is #C8E8D0.


Opacity

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

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

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

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

This text has shadow with #C8E8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E8D0 on black background.


Color preview on white background

This text has color #C8E8D0 on white background.



Black color preview on #C8E8D0 background

This text has black color on #C8E8D0 background.


White color preview on #C8E8D0 background

This text has white color on #C8E8D0 background.