COLOR #C8F5DA

HEX: #C8F5DA
RGB: (200,245,218)

Color info

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

RGB color model

#C8F5DA color RGB value is (200,245,218).

  • red value is 200;
  • green value is 245;
  • blue value is 218.
RGB:
(200,245,218)
(78%,96%,85%)

RGB channels and saturation

R 200 of 255 = 78%
G 245 of 255 = 96%
B 218 of 255 = 85%

200
245
218

R + G + B ~ 86%. #C8F5DA is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 245 + 218 = 663 (100%)
R 200 of 663 ~ 30.17%
G 245 of 663 ~ 36.95%
B 218 of 663 ~ 32.88%

%30.17
%36.95
%32.88

CMYK color model

#C8F5DA color CMYK value is (18,0,11,4).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 3.92%
CMYK:
(18,0,11,4)
C18M0Y11K4 
(18%,0%,11%,4%)
(0.18/0.00/0.11/0.04)	

CMYK percentages

%18.37
%0
%11.02
%3.92

Codes

Color #C8F5DA in popluar color models

C8F5DA
RGB200245218
HSL144°69.23%87.25%
HSB/HSV144°18.37%96.08%
CMYK18.37%0.00%11.02%
3.92%

Color #C8F5DA in popluar number systems.

HEXC8F5DA
Decimal200245218
Binary110010001111010111011010
Octal310365332

Shades and tints

Shades of #C8F5DA

#C8F5DA
(200,245,218)
#B6DFC7
(182,223,199)
#A4C9B4
(164,201,180)
#92B3A1
(146,179,161)
#809D8E
(128,157,142)
#6E877B
(110,135,123)
#5C7168
(92,113,104)
#4A5B55
(74,91,85)
#384542
(56,69,66)
#262F2F
(38,47,47)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #C8F5DA

#C8F5DA
(200,245,218)
#CDF5DD
(205,245,221)
#D2F5E0
(210,245,224)
#D7F5E3
(215,245,227)
#DCF5E6
(220,245,230)
#E1F5E9
(225,245,233)
#E6F5EC
(230,245,236)
#EBF5EF
(235,245,239)
#F0F5F2
(240,245,242)
#F5F5F5
(245,245,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F5DA; }

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

This text font color is #C8F5DA.


Background Color

.myBgColor { background-color: #C8F5DA; }

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

This div background color is #C8F5DA.


Border color

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

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

This div border color is #C8F5DA.


Opacity

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

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

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

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

This text has shadow with #C8F5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F5DA on black background.


Color preview on white background

This text has color #C8F5DA on white background.



Black color preview on #C8F5DA background

This text has black color on #C8F5DA background.


White color preview on #C8F5DA background

This text has white color on #C8F5DA background.