COLOR #C8E4CD

HEX: #C8E4CD
RGB: (200,228,205)

Color info

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

RGB color model

#C8E4CD color RGB value is (200,228,205).

  • red value is 200;
  • green value is 228;
  • blue value is 205.
RGB:
(200,228,205)
(78%,89%,80%)

RGB channels and saturation

R 200 of 255 = 78%
G 228 of 255 = 89%
B 205 of 255 = 80%

200
228
205

R + G + B ~ 82%. #C8E4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 228 + 205 = 633 (100%)
R 200 of 633 ~ 31.6%
G 228 of 633 ~ 36.02%
B 205 of 633 ~ 32.39%

%31.6
%36.02
%32.39

CMYK color model

#C8E4CD color CMYK value is (12,0,10,11).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK:
(12,0,10,11)
C12M0Y10K11 
(12%,0%,10%,11%)
(0.12/0.00/0.10/0.11)	

CMYK percentages

%12.28
%0
%10.09
%10.59

Codes

Color #C8E4CD in popluar color models

C8E4CD
RGB200228205
HSL131°34.15%83.92%
HSB/HSV131°12.28%89.41%
CMYK12.28%0.00%10.09%
10.59%

Color #C8E4CD in popluar number systems.

HEXC8E4CD
Decimal200228205
Binary110010001110010011001101
Octal310344315

Shades and tints

Shades of #C8E4CD

#C8E4CD
(200,228,205)
#B6D0BB
(182,208,187)
#A4BCA9
(164,188,169)
#92A897
(146,168,151)
#809485
(128,148,133)
#6E8073
(110,128,115)
#5C6C61
(92,108,97)
#4A584F
(74,88,79)
#38443D
(56,68,61)
#26302B
(38,48,43)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #C8E4CD

#C8E4CD
(200,228,205)
#CDE6D1
(205,230,209)
#D2E8D5
(210,232,213)
#D7EAD9
(215,234,217)
#DCECDD
(220,236,221)
#E1EEE1
(225,238,225)
#E6F0E5
(230,240,229)
#EBF2E9
(235,242,233)
#F0F4ED
(240,244,237)
#F5F6F1
(245,246,241)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E4CD color. Also use rgb(200,228,205) instead hex code.

Text Font Color

.myTextColor { color: #C8E4CD; }

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

This text font color is #C8E4CD.


Background Color

.myBgColor { background-color: #C8E4CD; }

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

This div background color is #C8E4CD.


Border color

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

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

This div border color is #C8E4CD.


Opacity

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

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

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

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

This text has shadow with #C8E4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E4CD on black background.


Color preview on white background

This text has color #C8E4CD on white background.



Black color preview on #C8E4CD background

This text has black color on #C8E4CD background.


White color preview on #C8E4CD background

This text has white color on #C8E4CD background.