COLOR #C2F6A8

HEX: #C2F6A8
RGB: (194,246,168)

Color info

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

RGB color model

#C2F6A8 color RGB value is (194,246,168).

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

RGB channels and saturation

R 194 of 255 = 76%
G 246 of 255 = 96%
B 168 of 255 = 66%

194
246
168

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

Portions of RGB colors in percentages

R + G + B =
194 + 246 + 168 = 608 (100%)
R 194 of 608 ~ 31.91%
G 246 of 608 ~ 40.46%
B 168 of 608 ~ 27.63%

%31.91
%40.46
%27.63

CMYK color model

#C2F6A8 color CMYK value is (21,0,32,4).

  • cyan value is 21.14%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 3.53%
CMYK:
(21,0,32,4)
C21M0Y32K4 
(21%,0%,32%,4%)
(0.21/0.00/0.32/0.04)	

CMYK percentages

%21.14
%0
%31.71
%3.53

Codes

Color #C2F6A8 in popluar color models

C2F6A8
RGB194246168
HSL100°81.25%81.18%
HSB/HSV100°31.71%96.47%
CMYK21.14%0.00%31.71%
3.53%

Color #C2F6A8 in popluar number systems.

HEXC2F6A8
Decimal194246168
Binary110000101111011010101000
Octal302366250

Shades and tints

Shades of #C2F6A8

#C2F6A8
(194,246,168)
#B1E099
(177,224,153)
#A0CA8A
(160,202,138)
#8FB47B
(143,180,123)
#7E9E6C
(126,158,108)
#6D885D
(109,136,93)
#5C724E
(92,114,78)
#4B5C3F
(75,92,63)
#3A4630
(58,70,48)
#293021
(41,48,33)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #C2F6A8

#C2F6A8
(194,246,168)
#C7F6AF
(199,246,175)
#CCF6B6
(204,246,182)
#D1F6BD
(209,246,189)
#D6F6C4
(214,246,196)
#DBF6CB
(219,246,203)
#E0F6D2
(224,246,210)
#E5F6D9
(229,246,217)
#EAF6E0
(234,246,224)
#EFF6E7
(239,246,231)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2F6A8; }

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

This text font color is #C2F6A8.


Background Color

.myBgColor { background-color: #C2F6A8; }

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

This div background color is #C2F6A8.


Border color

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

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

This div border color is #C2F6A8.


Opacity

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

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

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

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

This text has shadow with #C2F6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F6A8 on black background.


Color preview on white background

This text has color #C2F6A8 on white background.



Black color preview on #C2F6A8 background

This text has black color on #C2F6A8 background.


White color preview on #C2F6A8 background

This text has white color on #C2F6A8 background.