COLOR #C8F6CA

HEX: #C8F6CA
RGB: (200,246,202)

Color info

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

RGB color model

#C8F6CA color RGB value is (200,246,202).

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

RGB channels and saturation

R 200 of 255 = 78%
G 246 of 255 = 96%
B 202 of 255 = 79%

200
246
202

R + G + B ~ 84%. #C8F6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 246 + 202 = 648 (100%)
R 200 of 648 ~ 30.86%
G 246 of 648 ~ 37.96%
B 202 of 648 ~ 31.17%

%30.86
%37.96
%31.17

CMYK color model

#C8F6CA color CMYK value is (19,0,18,4).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(19,0,18,4)
C19M0Y18K4 
(19%,0%,18%,4%)
(0.19/0.00/0.18/0.04)	

CMYK percentages

%18.7
%0
%17.89
%3.53

Codes

Color #C8F6CA in popluar color models

C8F6CA
RGB200246202
HSL123°71.88%87.45%
HSB/HSV123°18.70%96.47%
CMYK18.70%0.00%17.89%
3.53%

Color #C8F6CA in popluar number systems.

HEXC8F6CA
Decimal200246202
Binary110010001111011011001010
Octal310366312

Shades and tints

Shades of #C8F6CA

#C8F6CA
(200,246,202)
#B6E0B8
(182,224,184)
#A4CAA6
(164,202,166)
#92B494
(146,180,148)
#809E82
(128,158,130)
#6E8870
(110,136,112)
#5C725E
(92,114,94)
#4A5C4C
(74,92,76)
#38463A
(56,70,58)
#263028
(38,48,40)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #C8F6CA

#C8F6CA
(200,246,202)
#CDF6CE
(205,246,206)
#D2F6D2
(210,246,210)
#D7F6D6
(215,246,214)
#DCF6DA
(220,246,218)
#E1F6DE
(225,246,222)
#E6F6E2
(230,246,226)
#EBF6E6
(235,246,230)
#F0F6EA
(240,246,234)
#F5F6EE
(245,246,238)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F6CA; }

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

This text font color is #C8F6CA.


Background Color

.myBgColor { background-color: #C8F6CA; }

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

This div background color is #C8F6CA.


Border color

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

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

This div border color is #C8F6CA.


Opacity

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

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

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

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

This text has shadow with #C8F6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F6CA on black background.


Color preview on white background

This text has color #C8F6CA on white background.



Black color preview on #C8F6CA background

This text has black color on #C8F6CA background.


White color preview on #C8F6CA background

This text has white color on #C8F6CA background.