COLOR #C8F7DA

HEX: #C8F7DA RGB: (200,247,218)

Color info

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

RGB color model

#C8F7DA color RGB value is (200,247,218).

RGB: (200,247,218) (78%, 97%, 85%)

RGB channels and saturation

R 200 of 255 = 78%
G 247 of 255 = 97%
B 218 of 255 = 85%

200
247
218

R + G + B ~ 87%. #C8F7DA is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 247 + 218 = 665 (100%)
R 200 of 665 ~ 30.08%
G 247 of 665 ~ 37.14%
B 218 of 665 ~ 32.78'%

%30.08
%37.14
%32.78

CMYK color model

#C8F7DA color CMYK value is (19,0,12,3).

  • cyan value is 19.03%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 3.14%

CMYK: (19,0,12,3)
C19M0Y12K3 (19%, 0%, 12%, 3%)
(0.19 / 0.00 / 0.12 / 0.03)

CMYK percentages

%19.03
%0
%11.74
%3.14

Codes

Color #C8F7DA in popluar color models

C8 F7 DA
RGB 200 247 218
HSL 143° 74.60% 87.65%
HSB/HSV 143° 19.03% 96.86%
CMYK 19.03% 0.00% 11.74%
3.14%

Color #C8F7DA in popluar number systems.

HEX C8 F7 DA
Decimal 200 247 218
Binary 11001000 11110111 11011010
Octal 310 367 332

Shades and tints

Shades of #C8F7DA

#C8F7DA
(200,247,218)
#B6E1C7
(182,225,199)
#A4CBB4
(164,203,180)
#92B5A1
(146,181,161)
#809F8E
(128,159,142)
#6E897B
(110,137,123)
#5C7368
(92,115,104)
#4A5D55
(74,93,85)
#384742
(56,71,66)
#26312F
(38,49,47)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #C8F7DA

#C8F7DA
(200,247,218)
#CDF7DD
(205,247,221)
#D2F7E0
(210,247,224)
#D7F7E3
(215,247,227)
#DCF7E6
(220,247,230)
#E1F7E9
(225,247,233)
#E6F7EC
(230,247,236)
#EBF7EF
(235,247,239)
#F0F7F2
(240,247,242)
#F5F7F5
(245,247,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F7DA; }

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

This text font color is #C8F7DA.

Background Color

.myBgColor { background-color: #C8F7DA; }

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

This div background color is #C8F7DA.

Border color

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

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

This div border color is #C8F7DA.

Opacity

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

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

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

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

This text has shadow with #C8F7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8F7DA.

Preview

Color preview on black background

This text has color #C8F7DA on black background.


Color preview on white background

This text has color #C8F7DA on white background.


Black color preview on #C8F7DA background

This text has black color on #C8F7DA background.


White color preview on #C8F7DA background

This text has white color on #C8F7DA background.


Related colors

Complementary color

Complementary color for #hex is #370825.


I love getcolorcode.com

Triadic colors

1 #DAC8F7 and #F7DAC8 with #C8F7DA are triadic colors.

2 #DAF7C8 and #F7C8DA with #C8F7DA are triadic colors.