COLOR #C8E3CD

HEX: #C8E3CD RGB: (200,227,205)

Color info

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

RGB color model

#C8E3CD color RGB value is (200,227,205).

RGB: (200,227,205) (78%, 89%, 80%)

RGB channels and saturation

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

200
227
205

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

Portions of RGB colors in percentages

R + G + B = 200 + 227 + 205 = 632 (100%)
R 200 of 632 ~ 31.65%
G 227 of 632 ~ 35.92%
B 205 of 632 ~ 32.44'%

%31.65
%35.92
%32.44

CMYK color model

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

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 9.69%
  • key color value is 10.98%

CMYK: (12,0,10,11)
C12M0Y10K11 (12%, 0%, 10%, 11%)
(0.12 / 0.00 / 0.10 / 0.11)

CMYK percentages

%11.89
%0
%9.69
%10.98

Codes

Color #C8E3CD in popluar color models

C8 E3 CD
RGB 200 227 205
HSL 131° 32.53% 83.73%
HSB/HSV 131° 11.89% 89.02%
CMYK 11.89% 0.00% 9.69%
10.98%

Color #C8E3CD in popluar number systems.

HEX C8 E3 CD
Decimal 200 227 205
Binary 11001000 11100011 11001101
Octal 310 343 315

Shades and tints

Shades of #C8E3CD

#C8E3CD
(200,227,205)
#B6CFBB
(182,207,187)
#A4BBA9
(164,187,169)
#92A797
(146,167,151)
#809385
(128,147,133)
#6E7F73
(110,127,115)
#5C6B61
(92,107,97)
#4A574F
(74,87,79)
#38433D
(56,67,61)
#262F2B
(38,47,43)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #C8E3CD

#C8E3CD
(200,227,205)
#CDE5D1
(205,229,209)
#D2E7D5
(210,231,213)
#D7E9D9
(215,233,217)
#DCEBDD
(220,235,221)
#E1EDE1
(225,237,225)
#E6EFE5
(230,239,229)
#EBF1E9
(235,241,233)
#F0F3ED
(240,243,237)
#F5F5F1
(245,245,241)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E3CD; }

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

This text font color is #C8E3CD.

Background Color

.myBgColor { background-color: #C8E3CD; }

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

This div background color is #C8E3CD.

Border color

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

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

This div border color is #C8E3CD.

Opacity

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

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

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

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

This text has shadow with #C8E3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E3CD.

Preview

Color preview on black background

This text has color #C8E3CD on black background.


Color preview on white background

This text has color #C8E3CD on white background.


Black color preview on #C8E3CD background

This text has black color on #C8E3CD background.


White color preview on #C8E3CD background

This text has white color on #C8E3CD background.


Related colors

Complementary color

Complementary color for #hex is #371C32.


I love getcolorcode.com

Triadic colors

1 #CDC8E3 and #E3CDC8 with #C8E3CD are triadic colors.

2 #CDE3C8 and #E3C8CD with #C8E3CD are triadic colors.