COLOR #C2F6BA

HEX: #C2F6BA
RGB: (194,246,186)

Color info

#C2F6BA contains mainly red and green colors. Web safe color of #C2F6BA is #CCFFCC (or #CFC).

RGB color model

#C2F6BA color RGB value is (194,246,186).

  • red value is 194;
  • green value is 246;
  • blue value is 186.
RGB:
(194,246,186)
(76%,96%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 246 of 255 = 96%
B 186 of 255 = 73%

194
246
186

R + G + B ~ 82%. #C2F6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 246 + 186 = 626 (100%)
R 194 of 626 ~ 30.99%
G 246 of 626 ~ 39.3%
B 186 of 626 ~ 29.71%

%30.99
%39.3
%29.71

CMYK color model

#C2F6BA color CMYK value is (21,0,24,4).

  • cyan value is 21.14%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 3.53%
CMYK:
(21,0,24,4)
C21M0Y24K4 
(21%,0%,24%,4%)
(0.21/0.00/0.24/0.04)	

CMYK percentages

%21.14
%0
%24.39
%3.53

Codes

Color #C2F6BA in popluar color models

C2F6BA
RGB194246186
HSL112°76.92%84.71%
HSB/HSV112°24.39%96.47%
CMYK21.14%0.00%24.39%
3.53%

Color #C2F6BA in popluar number systems.

HEXC2F6BA
Decimal194246186
Binary110000101111011010111010
Octal302366272

Shades and tints

Shades of #C2F6BA

#C2F6BA
(194,246,186)
#B1E0AA
(177,224,170)
#A0CA9A
(160,202,154)
#8FB48A
(143,180,138)
#7E9E7A
(126,158,122)
#6D886A
(109,136,106)
#5C725A
(92,114,90)
#4B5C4A
(75,92,74)
#3A463A
(58,70,58)
#29302A
(41,48,42)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #C2F6BA

#C2F6BA
(194,246,186)
#C7F6C0
(199,246,192)
#CCF6C6
(204,246,198)
#D1F6CC
(209,246,204)
#D6F6D2
(214,246,210)
#DBF6D8
(219,246,216)
#E0F6DE
(224,246,222)
#E5F6E4
(229,246,228)
#EAF6EA
(234,246,234)
#EFF6F0
(239,246,240)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F6BA color. Also use rgb(194,246,186) instead hex code.

Text Font Color

.myTextColor { color: #C2F6BA; }

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

This text font color is #C2F6BA.


Background Color

.myBgColor { background-color: #C2F6BA; }

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

This div background color is #C2F6BA.


Border color

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

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

This div border color is #C2F6BA.


Opacity

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

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

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

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

This text has shadow with #C2F6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F6BA on black background.


Color preview on white background

This text has color #C2F6BA on white background.



Black color preview on #C2F6BA background

This text has black color on #C2F6BA background.


White color preview on #C2F6BA background

This text has white color on #C2F6BA background.