COLOR #C8FFD4

HEX: #C8FFD4
RGB: (200,255,212)

Color info

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

RGB color model

#C8FFD4 color RGB value is (200,255,212).

  • red value is 200;
  • green value is 255;
  • blue value is 212.
RGB:
(200,255,212)
(78%,100%,83%)

RGB channels and saturation

R 200 of 255 = 78%
G 255 of 255 = 100%
B 212 of 255 = 83%

200
255
212

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

Portions of RGB colors in percentages

R + G + B =
200 + 255 + 212 = 667 (100%)
R 200 of 667 ~ 29.99%
G 255 of 667 ~ 38.23%
B 212 of 667 ~ 31.78%

%29.99
%38.23
%31.78

CMYK color model

#C8FFD4 color CMYK value is (22,0,17,0).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(22,0,17,0)
C22M0Y17K0 
(22%,0%,17%,0%)
(0.22/0.00/0.17/0.00)	

CMYK percentages

%21.57
%0
%16.86
%0

Codes

Color #C8FFD4 in popluar color models

C8FFD4
RGB200255212
HSL133°100.00%89.22%
HSB/HSV133°21.57%100.00%
CMYK21.57%0.00%16.86%
0.00%

Color #C8FFD4 in popluar number systems.

HEXC8FFD4
Decimal200255212
Binary110010001111111111010100
Octal310377324

Shades and tints

Shades of #C8FFD4

#C8FFD4
(200,255,212)
#B6E8C1
(182,232,193)
#A4D1AE
(164,209,174)
#92BA9B
(146,186,155)
#80A388
(128,163,136)
#6E8C75
(110,140,117)
#5C7562
(92,117,98)
#4A5E4F
(74,94,79)
#38473C
(56,71,60)
#263029
(38,48,41)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #C8FFD4

#C8FFD4
(200,255,212)
#CDFFD7
(205,255,215)
#D2FFDA
(210,255,218)
#D7FFDD
(215,255,221)
#DCFFE0
(220,255,224)
#E1FFE3
(225,255,227)
#E6FFE6
(230,255,230)
#EBFFE9
(235,255,233)
#F0FFEC
(240,255,236)
#F5FFEF
(245,255,239)
#FAFFF2
(250,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8FFD4 color. Also use rgb(200,255,212) instead hex code.

Text Font Color

.myTextColor { color: #C8FFD4; }

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

This text font color is #C8FFD4.


Background Color

.myBgColor { background-color: #C8FFD4; }

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

This div background color is #C8FFD4.


Border color

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

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

This div border color is #C8FFD4.


Opacity

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

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

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

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

This text has shadow with #C8FFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8FFD4 on black background.


Color preview on white background

This text has color #C8FFD4 on white background.



Black color preview on #C8FFD4 background

This text has black color on #C8FFD4 background.


White color preview on #C8FFD4 background

This text has white color on #C8FFD4 background.