COLOR #C8E4DA

HEX: #C8E4DA RGB: (200,228,218)

Color info

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

RGB color model

#C8E4DA color RGB value is (200,228,218).

RGB: (200,228,218) (78%, 89%, 85%)

RGB channels and saturation

R 200 of 255 = 78%
G 228 of 255 = 89%
B 218 of 255 = 85%

200
228
218

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

Portions of RGB colors in percentages

R + G + B = 200 + 228 + 218 = 646 (100%)
R 200 of 646 ~ 30.96%
G 228 of 646 ~ 35.29%
B 218 of 646 ~ 33.75'%

%30.96
%35.29
%33.75

CMYK color model

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

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 10.59%

CMYK: (12,0,4,11)
C12M0Y4K11 (12%, 0%, 4%, 11%)
(0.12 / 0.00 / 0.04 / 0.11)

CMYK percentages

%12.28
%0
%4.39
%10.59

Codes

Color #C8E4DA in popluar color models

C8 E4 DA
RGB 200 228 218
HSL 159° 34.15% 83.92%
HSB/HSV 159° 12.28% 89.41%
CMYK 12.28% 0.00% 4.39%
10.59%

Color #C8E4DA in popluar number systems.

HEX C8 E4 DA
Decimal 200 228 218
Binary 11001000 11100100 11011010
Octal 310 344 332

Shades and tints

Shades of #C8E4DA

#C8E4DA
(200,228,218)
#B6D0C7
(182,208,199)
#A4BCB4
(164,188,180)
#92A8A1
(146,168,161)
#80948E
(128,148,142)
#6E807B
(110,128,123)
#5C6C68
(92,108,104)
#4A5855
(74,88,85)
#384442
(56,68,66)
#26302F
(38,48,47)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #C8E4DA

#C8E4DA
(200,228,218)
#CDE6DD
(205,230,221)
#D2E8E0
(210,232,224)
#D7EAE3
(215,234,227)
#DCECE6
(220,236,230)
#E1EEE9
(225,238,233)
#E6F0EC
(230,240,236)
#EBF2EF
(235,242,239)
#F0F4F2
(240,244,242)
#F5F6F5
(245,246,245)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E4DA; }

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

This text font color is #C8E4DA.

Background Color

.myBgColor { background-color: #C8E4DA; }

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

This div background color is #C8E4DA.

Border color

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

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

This div border color is #C8E4DA.

Opacity

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

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

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

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

This text has shadow with #C8E4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E4DA.

Preview

Color preview on black background

This text has color #C8E4DA on black background.


Color preview on white background

This text has color #C8E4DA on white background.


Black color preview on #C8E4DA background

This text has black color on #C8E4DA background.


White color preview on #C8E4DA background

This text has white color on #C8E4DA background.


Related colors

Complementary color

Complementary color for #hex is #371B25.


I love getcolorcode.com

Triadic colors

1 #DAC8E4 and #E4DAC8 with #C8E4DA are triadic colors.

2 #DAE4C8 and #E4C8DA with #C8E4DA are triadic colors.