COLOR #C8E7DA

HEX: #C8E7DA RGB: (200,231,218)

Color info

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

RGB color model

#C8E7DA color RGB value is (200,231,218).

RGB: (200,231,218) (78%, 91%, 85%)

RGB channels and saturation

R 200 of 255 = 78%
G 231 of 255 = 91%
B 218 of 255 = 85%

200
231
218

R + G + B ~ 85%. #C8E7DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 231 + 218 = 649 (100%)
R 200 of 649 ~ 30.82%
G 231 of 649 ~ 35.59%
B 218 of 649 ~ 33.59'%

%30.82
%35.59
%33.59

CMYK color model

#C8E7DA color CMYK value is (13,0,6,9).

  • cyan value is 13.42%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 9.41%
CMYK: (13,0,6,9) C13M0Y6K9 (13%,0%,6%,9%) (0.13/0.00/0.06/0.09) 

CMYK percentages

%13.42
%0
%5.63
%9.41

Codes

Color #C8E7DA in popluar color models

C8 E7 DA
RGB 200 231 218
HSL 155° 39.24% 84.51%
HSB/HSV 155° 13.42% 90.59%
CMYK 13.42% 0.00% 5.63%
9.41%

Color #C8E7DA in popluar number systems.

HEX C8 E7 DA
Decimal 200 231 218
Binary 11001000 11100111 11011010
Octal 310 347 332

Shades and tints

Shades of #C8E7DA

#C8E7DA
(200,231,218)
#B6D2C7
(182,210,199)
#A4BDB4
(164,189,180)
#92A8A1
(146,168,161)
#80938E
(128,147,142)
#6E7E7B
(110,126,123)
#5C6968
(92,105,104)
#4A5455
(74,84,85)
#383F42
(56,63,66)
#262A2F
(38,42,47)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #C8E7DA

#C8E7DA
(200,231,218)
#CDE9DD
(205,233,221)
#D2EBE0
(210,235,224)
#D7EDE3
(215,237,227)
#DCEFE6
(220,239,230)
#E1F1E9
(225,241,233)
#E6F3EC
(230,243,236)
#EBF5EF
(235,245,239)
#F0F7F2
(240,247,242)
#F5F9F5
(245,249,245)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E7DA; }

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

This text font color is #C8E7DA.

Background Color

.myBgColor { background-color: #C8E7DA; }

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

This div background color is #C8E7DA.

Border color

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

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

This div border color is #C8E7DA.

Opacity

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

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

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

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

This text has shadow with #C8E7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E7DA.

Preview

Color preview on black background

This text has color #C8E7DA on black background.


Color preview on white background

This text has color #C8E7DA on white background.


Black color preview on #C8E7DA background

This text has black color on #C8E7DA background.


White color preview on #C8E7DA background

This text has white color on #C8E7DA background.


Related colors

Complementary color

Complementary color for #hex is #371825.


I love getcolorcode.com

Triadic colors

1 #DAC8E7 and #E7DAC8 with #C8E7DA are triadic colors.

2 #DAE7C8 and #E7C8DA with #C8E7DA are triadic colors.