COLOR #C8F9DA

HEX: #C8F9DA
RGB: (200,249,218)

Color info

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

RGB color model

#C8F9DA color RGB value is (200,249,218).

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

RGB channels and saturation

R 200 of 255 = 78%
G 249 of 255 = 98%
B 218 of 255 = 85%

200
249
218

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

Portions of RGB colors in percentages

R + G + B =
200 + 249 + 218 = 667 (100%)
R 200 of 667 ~ 29.99%
G 249 of 667 ~ 37.33%
B 218 of 667 ~ 32.68%

%29.99
%37.33
%32.68

CMYK color model

#C8F9DA color CMYK value is (20,0,12,2).

  • cyan value is 19.68%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(20,0,12,2)
C20M0Y12K2 
(20%,0%,12%,2%)
(0.20/0.00/0.12/0.02)	

CMYK percentages

%19.68
%0
%12.45
%2.35

Codes

Color #C8F9DA in popluar color models

C8F9DA
RGB200249218
HSL142°80.33%88.04%
HSB/HSV142°19.68%97.65%
CMYK19.68%0.00%12.45%
2.35%

Color #C8F9DA in popluar number systems.

HEXC8F9DA
Decimal200249218
Binary110010001111100111011010
Octal310371332

Shades and tints

Shades of #C8F9DA

#C8F9DA
(200,249,218)
#B6E3C7
(182,227,199)
#A4CDB4
(164,205,180)
#92B7A1
(146,183,161)
#80A18E
(128,161,142)
#6E8B7B
(110,139,123)
#5C7568
(92,117,104)
#4A5F55
(74,95,85)
#384942
(56,73,66)
#26332F
(38,51,47)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #C8F9DA

#C8F9DA
(200,249,218)
#CDF9DD
(205,249,221)
#D2F9E0
(210,249,224)
#D7F9E3
(215,249,227)
#DCF9E6
(220,249,230)
#E1F9E9
(225,249,233)
#E6F9EC
(230,249,236)
#EBF9EF
(235,249,239)
#F0F9F2
(240,249,242)
#F5F9F5
(245,249,245)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F9DA; }

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

This text font color is #C8F9DA.


Background Color

.myBgColor { background-color: #C8F9DA; }

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

This div background color is #C8F9DA.


Border color

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

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

This div border color is #C8F9DA.


Opacity

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

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

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

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

This text has shadow with #C8F9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F9DA on black background.


Color preview on white background

This text has color #C8F9DA on white background.



Black color preview on #C8F9DA background

This text has black color on #C8F9DA background.


White color preview on #C8F9DA background

This text has white color on #C8F9DA background.