COLOR #C2F4CA

HEX: #C2F4CA
RGB: (194,244,202)

Color info

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

RGB color model

#C2F4CA color RGB value is (194,244,202).

  • red value is 194;
  • green value is 244;
  • blue value is 202.
RGB:
(194,244,202)
(76%,96%,79%)

RGB channels and saturation

R 194 of 255 = 76%
G 244 of 255 = 96%
B 202 of 255 = 79%

194
244
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 244 + 202 = 640 (100%)
R 194 of 640 ~ 30.31%
G 244 of 640 ~ 38.13%
B 202 of 640 ~ 31.56%

%30.31
%38.13
%31.56

CMYK color model

#C2F4CA color CMYK value is (20,0,17,4).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 4.31%
CMYK:
(20,0,17,4)
C20M0Y17K4 
(20%,0%,17%,4%)
(0.20/0.00/0.17/0.04)	

CMYK percentages

%20.49
%0
%17.21
%4.31

Codes

Color #C2F4CA in popluar color models

C2F4CA
RGB194244202
HSL130°69.44%85.88%
HSB/HSV130°20.49%95.69%
CMYK20.49%0.00%17.21%
4.31%

Color #C2F4CA in popluar number systems.

HEXC2F4CA
Decimal194244202
Binary110000101111010011001010
Octal302364312

Shades and tints

Shades of #C2F4CA

#C2F4CA
(194,244,202)
#B1DEB8
(177,222,184)
#A0C8A6
(160,200,166)
#8FB294
(143,178,148)
#7E9C82
(126,156,130)
#6D8670
(109,134,112)
#5C705E
(92,112,94)
#4B5A4C
(75,90,76)
#3A443A
(58,68,58)
#292E28
(41,46,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #C2F4CA

#C2F4CA
(194,244,202)
#C7F5CE
(199,245,206)
#CCF6D2
(204,246,210)
#D1F7D6
(209,247,214)
#D6F8DA
(214,248,218)
#DBF9DE
(219,249,222)
#E0FAE2
(224,250,226)
#E5FBE6
(229,251,230)
#EAFCEA
(234,252,234)
#EFFDEE
(239,253,238)
#F4FEF2
(244,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F4CA color. Also use rgb(194,244,202) instead hex code.

Text Font Color

.myTextColor { color: #C2F4CA; }

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

This text font color is #C2F4CA.


Background Color

.myBgColor { background-color: #C2F4CA; }

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

This div background color is #C2F4CA.


Border color

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

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

This div border color is #C2F4CA.


Opacity

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

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

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

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

This text has shadow with #C2F4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F4CA on black background.


Color preview on white background

This text has color #C2F4CA on white background.



Black color preview on #C2F4CA background

This text has black color on #C2F4CA background.


White color preview on #C2F4CA background

This text has white color on #C2F4CA background.