COLOR #C2FEA9

HEX: #C2FEA9
RGB: (194,254,169)

Color info

#C2FEA9 contains mainly green color. Web safe color of #C2FEA9 is #CCFF99 (or #CF9).

RGB color model

#C2FEA9 color RGB value is (194,254,169).

  • red value is 194;
  • green value is 254;
  • blue value is 169.
RGB:
(194,254,169)
(76%,100%,66%)

RGB channels and saturation

R 194 of 255 = 76%
G 254 of 255 = 100%
B 169 of 255 = 66%

194
254
169

R + G + B ~ 81%. #C2FEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 254 + 169 = 617 (100%)
R 194 of 617 ~ 31.44%
G 254 of 617 ~ 41.17%
B 169 of 617 ~ 27.39%

%31.44
%41.17
%27.39

CMYK color model

#C2FEA9 color CMYK value is (24,0,33,0).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 33.46%
  • key color value is 0.39%
CMYK:
(24,0,33,0)
C24M0Y33K0 
(24%,0%,33%,0%)
(0.24/0.00/0.33/0.00)	

CMYK percentages

%23.62
%0
%33.46
%0.39

Codes

Color #C2FEA9 in popluar color models

C2FEA9
RGB194254169
HSL102°97.70%82.94%
HSB/HSV102°33.46%99.61%
CMYK23.62%0.00%33.46%
0.39%

Color #C2FEA9 in popluar number systems.

HEXC2FEA9
Decimal194254169
Binary110000101111111010101001
Octal302376251

Shades and tints

Shades of #C2FEA9

#C2FEA9
(194,254,169)
#B1E79A
(177,231,154)
#A0D08B
(160,208,139)
#8FB97C
(143,185,124)
#7EA26D
(126,162,109)
#6D8B5E
(109,139,94)
#5C744F
(92,116,79)
#4B5D40
(75,93,64)
#3A4631
(58,70,49)
#292F22
(41,47,34)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #C2FEA9

#C2FEA9
(194,254,169)
#C7FEB0
(199,254,176)
#CCFEB7
(204,254,183)
#D1FEBE
(209,254,190)
#D6FEC5
(214,254,197)
#DBFECC
(219,254,204)
#E0FED3
(224,254,211)
#E5FEDA
(229,254,218)
#EAFEE1
(234,254,225)
#EFFEE8
(239,254,232)
#F4FEEF
(244,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2FEA9 color. Also use rgb(194,254,169) instead hex code.

Text Font Color

.myTextColor { color: #C2FEA9; }

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

This text font color is #C2FEA9.


Background Color

.myBgColor { background-color: #C2FEA9; }

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

This div background color is #C2FEA9.


Border color

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

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

This div border color is #C2FEA9.


Opacity

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

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

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

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

This text has shadow with #C2FEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2FEA9 on black background.


Color preview on white background

This text has color #C2FEA9 on white background.



Black color preview on #C2FEA9 background

This text has black color on #C2FEA9 background.


White color preview on #C2FEA9 background

This text has white color on #C2FEA9 background.