COLOR #C2F0AC

HEX: #C2F0AC
RGB: (194,240,172)

Color info

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

RGB color model

#C2F0AC color RGB value is (194,240,172).

  • red value is 194;
  • green value is 240;
  • blue value is 172.
RGB:
(194,240,172)
(76%,94%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 240 of 255 = 94%
B 172 of 255 = 67%

194
240
172

R + G + B ~ 79%. #C2F0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 240 + 172 = 606 (100%)
R 194 of 606 ~ 32.01%
G 240 of 606 ~ 39.6%
B 172 of 606 ~ 28.38%

%32.01
%39.6
%28.38

CMYK color model

#C2F0AC color CMYK value is (19,0,28,6).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 5.88%
CMYK:
(19,0,28,6)
C19M0Y28K6 
(19%,0%,28%,6%)
(0.19/0.00/0.28/0.06)	

CMYK percentages

%19.17
%0
%28.33
%5.88

Codes

Color #C2F0AC in popluar color models

C2F0AC
RGB194240172
HSL101°69.39%80.78%
HSB/HSV101°28.33%94.12%
CMYK19.17%0.00%28.33%
5.88%

Color #C2F0AC in popluar number systems.

HEXC2F0AC
Decimal194240172
Binary110000101111000010101100
Octal302360254

Shades and tints

Shades of #C2F0AC

#C2F0AC
(194,240,172)
#B1DB9D
(177,219,157)
#A0C68E
(160,198,142)
#8FB17F
(143,177,127)
#7E9C70
(126,156,112)
#6D8761
(109,135,97)
#5C7252
(92,114,82)
#4B5D43
(75,93,67)
#3A4834
(58,72,52)
#293325
(41,51,37)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #C2F0AC

#C2F0AC
(194,240,172)
#C7F1B3
(199,241,179)
#CCF2BA
(204,242,186)
#D1F3C1
(209,243,193)
#D6F4C8
(214,244,200)
#DBF5CF
(219,245,207)
#E0F6D6
(224,246,214)
#E5F7DD
(229,247,221)
#EAF8E4
(234,248,228)
#EFF9EB
(239,249,235)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F0AC color. Also use rgb(194,240,172) instead hex code.

Text Font Color

.myTextColor { color: #C2F0AC; }

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

This text font color is #C2F0AC.


Background Color

.myBgColor { background-color: #C2F0AC; }

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

This div background color is #C2F0AC.


Border color

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

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

This div border color is #C2F0AC.


Opacity

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

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

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

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

This text has shadow with #C2F0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F0AC on black background.


Color preview on white background

This text has color #C2F0AC on white background.



Black color preview on #C2F0AC background

This text has black color on #C2F0AC background.


White color preview on #C2F0AC background

This text has white color on #C2F0AC background.