COLOR #C2F3A0

HEX: #C2F3A0
RGB: (194,243,160)

Color info

#C2F3A0 contains mainly red and green colors. Web safe color of #C2F3A0 is #CCFF99 (or #CF9).

RGB color model

#C2F3A0 color RGB value is (194,243,160).

  • red value is 194;
  • green value is 243;
  • blue value is 160.
RGB:
(194,243,160)
(76%,95%,63%)

RGB channels and saturation

R 194 of 255 = 76%
G 243 of 255 = 95%
B 160 of 255 = 63%

194
243
160

R + G + B ~ 78%. #C2F3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 243 + 160 = 597 (100%)
R 194 of 597 ~ 32.5%
G 243 of 597 ~ 40.7%
B 160 of 597 ~ 26.8%

%32.5
%40.7
%26.8

CMYK color model

#C2F3A0 color CMYK value is (20,0,34,5).

  • cyan value is 20.16%
  • magenta value is 0.00%
  • yellow value is 34.16%
  • key color value is 4.71%
CMYK:
(20,0,34,5)
C20M0Y34K5 
(20%,0%,34%,5%)
(0.20/0.00/0.34/0.05)	

CMYK percentages

%20.16
%0
%34.16
%4.71

Codes

Color #C2F3A0 in popluar color models

C2F3A0
RGB194243160
HSL95°77.57%79.02%
HSB/HSV95°34.16%95.29%
CMYK20.16%0.00%34.16%
4.71%

Color #C2F3A0 in popluar number systems.

HEXC2F3A0
Decimal194243160
Binary110000101111001110100000
Octal302363240

Shades and tints

Shades of #C2F3A0

#C2F3A0
(194,243,160)
#B1DD92
(177,221,146)
#A0C784
(160,199,132)
#8FB176
(143,177,118)
#7E9B68
(126,155,104)
#6D855A
(109,133,90)
#5C6F4C
(92,111,76)
#4B593E
(75,89,62)
#3A4330
(58,67,48)
#292D22
(41,45,34)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #C2F3A0

#C2F3A0
(194,243,160)
#C7F4A8
(199,244,168)
#CCF5B0
(204,245,176)
#D1F6B8
(209,246,184)
#D6F7C0
(214,247,192)
#DBF8C8
(219,248,200)
#E0F9D0
(224,249,208)
#E5FAD8
(229,250,216)
#EAFBE0
(234,251,224)
#EFFCE8
(239,252,232)
#F4FDF0
(244,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F3A0 color. Also use rgb(194,243,160) instead hex code.

Text Font Color

.myTextColor { color: #C2F3A0; }

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

This text font color is #C2F3A0.


Background Color

.myBgColor { background-color: #C2F3A0; }

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

This div background color is #C2F3A0.


Border color

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

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

This div border color is #C2F3A0.


Opacity

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

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

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

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

This text has shadow with #C2F3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F3A0 on black background.


Color preview on white background

This text has color #C2F3A0 on white background.



Black color preview on #C2F3A0 background

This text has black color on #C2F3A0 background.


White color preview on #C2F3A0 background

This text has white color on #C2F3A0 background.