COLOR #C2F7AB

HEX: #C2F7AB
RGB: (194,247,171)

Color info

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

RGB color model

#C2F7AB color RGB value is (194,247,171).

  • red value is 194;
  • green value is 247;
  • blue value is 171.
RGB:
(194,247,171)
(76%,97%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 247 of 255 = 97%
B 171 of 255 = 67%

194
247
171

R + G + B ~ 80%. #C2F7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 247 + 171 = 612 (100%)
R 194 of 612 ~ 31.7%
G 247 of 612 ~ 40.36%
B 171 of 612 ~ 27.94%

%31.7
%40.36
%27.94

CMYK color model

#C2F7AB color CMYK value is (21,0,31,3).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 3.14%
CMYK:
(21,0,31,3)
C21M0Y31K3 
(21%,0%,31%,3%)
(0.21/0.00/0.31/0.03)	

CMYK percentages

%21.46
%0
%30.77
%3.14

Codes

Color #C2F7AB in popluar color models

C2F7AB
RGB194247171
HSL102°82.61%81.96%
HSB/HSV102°30.77%96.86%
CMYK21.46%0.00%30.77%
3.14%

Color #C2F7AB in popluar number systems.

HEXC2F7AB
Decimal194247171
Binary110000101111011110101011
Octal302367253

Shades and tints

Shades of #C2F7AB

#C2F7AB
(194,247,171)
#B1E19C
(177,225,156)
#A0CB8D
(160,203,141)
#8FB57E
(143,181,126)
#7E9F6F
(126,159,111)
#6D8960
(109,137,96)
#5C7351
(92,115,81)
#4B5D42
(75,93,66)
#3A4733
(58,71,51)
#293124
(41,49,36)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #C2F7AB

#C2F7AB
(194,247,171)
#C7F7B2
(199,247,178)
#CCF7B9
(204,247,185)
#D1F7C0
(209,247,192)
#D6F7C7
(214,247,199)
#DBF7CE
(219,247,206)
#E0F7D5
(224,247,213)
#E5F7DC
(229,247,220)
#EAF7E3
(234,247,227)
#EFF7EA
(239,247,234)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F7AB color. Also use rgb(194,247,171) instead hex code.

Text Font Color

.myTextColor { color: #C2F7AB; }

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

This text font color is #C2F7AB.


Background Color

.myBgColor { background-color: #C2F7AB; }

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

This div background color is #C2F7AB.


Border color

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

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

This div border color is #C2F7AB.


Opacity

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

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

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

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

This text has shadow with #C2F7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F7AB on black background.


Color preview on white background

This text has color #C2F7AB on white background.



Black color preview on #C2F7AB background

This text has black color on #C2F7AB background.


White color preview on #C2F7AB background

This text has white color on #C2F7AB background.