COLOR #C8FFCA

HEX: #C8FFCA
RGB: (200,255,202)

Color info

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

RGB color model

#C8FFCA color RGB value is (200,255,202).

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

RGB channels and saturation

R 200 of 255 = 78%
G 255 of 255 = 100%
B 202 of 255 = 79%

200
255
202

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

Portions of RGB colors in percentages

R + G + B =
200 + 255 + 202 = 657 (100%)
R 200 of 657 ~ 30.44%
G 255 of 657 ~ 38.81%
B 202 of 657 ~ 30.75%

%30.44
%38.81
%30.75

CMYK color model

#C8FFCA color CMYK value is (22,0,21,0).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 0.00%
CMYK:
(22,0,21,0)
C22M0Y21K0 
(22%,0%,21%,0%)
(0.22/0.00/0.21/0.00)	

CMYK percentages

%21.57
%0
%20.78
%0

Codes

Color #C8FFCA in popluar color models

C8FFCA
RGB200255202
HSL122°100.00%89.22%
HSB/HSV122°21.57%100.00%
CMYK21.57%0.00%20.78%
0.00%

Color #C8FFCA in popluar number systems.

HEXC8FFCA
Decimal200255202
Binary110010001111111111001010
Octal310377312

Shades and tints

Shades of #C8FFCA

#C8FFCA
(200,255,202)
#B6E8B8
(182,232,184)
#A4D1A6
(164,209,166)
#92BA94
(146,186,148)
#80A382
(128,163,130)
#6E8C70
(110,140,112)
#5C755E
(92,117,94)
#4A5E4C
(74,94,76)
#38473A
(56,71,58)
#263028
(38,48,40)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #C8FFCA

#C8FFCA
(200,255,202)
#CDFFCE
(205,255,206)
#D2FFD2
(210,255,210)
#D7FFD6
(215,255,214)
#DCFFDA
(220,255,218)
#E1FFDE
(225,255,222)
#E6FFE2
(230,255,226)
#EBFFE6
(235,255,230)
#F0FFEA
(240,255,234)
#F5FFEE
(245,255,238)
#FAFFF2
(250,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8FFCA; }

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

This text font color is #C8FFCA.


Background Color

.myBgColor { background-color: #C8FFCA; }

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

This div background color is #C8FFCA.


Border color

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

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

This div border color is #C8FFCA.


Opacity

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

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

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

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

This text has shadow with #C8FFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8FFCA on black background.


Color preview on white background

This text has color #C8FFCA on white background.



Black color preview on #C8FFCA background

This text has black color on #C8FFCA background.


White color preview on #C8FFCA background

This text has white color on #C8FFCA background.