COLOR #C2F7D2

HEX: #C2F7D2
RGB: (194,247,210)

Color info

#C2F7D2 contains red, green and blue colors in about the same proportion. Web safe color of #C2F7D2 is #CCFFCC (or #CFC).

RGB color model

#C2F7D2 color RGB value is (194,247,210).

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

RGB channels and saturation

R 194 of 255 = 76%
G 247 of 255 = 97%
B 210 of 255 = 82%

194
247
210

R + G + B ~ 85%. #C2F7D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 247 + 210 = 651 (100%)
R 194 of 651 ~ 29.8%
G 247 of 651 ~ 37.94%
B 210 of 651 ~ 32.26%

%29.8
%37.94
%32.26

CMYK color model

#C2F7D2 color CMYK value is (21,0,15,3).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 3.14%
CMYK:
(21,0,15,3)
C21M0Y15K3 
(21%,0%,15%,3%)
(0.21/0.00/0.15/0.03)	

CMYK percentages

%21.46
%0
%14.98
%3.14

Codes

Color #C2F7D2 in popluar color models

C2F7D2
RGB194247210
HSL138°76.81%86.47%
HSB/HSV138°21.46%96.86%
CMYK21.46%0.00%14.98%
3.14%

Color #C2F7D2 in popluar number systems.

HEXC2F7D2
Decimal194247210
Binary110000101111011111010010
Octal302367322

Shades and tints

Shades of #C2F7D2

#C2F7D2
(194,247,210)
#B1E1BF
(177,225,191)
#A0CBAC
(160,203,172)
#8FB599
(143,181,153)
#7E9F86
(126,159,134)
#6D8973
(109,137,115)
#5C7360
(92,115,96)
#4B5D4D
(75,93,77)
#3A473A
(58,71,58)
#293127
(41,49,39)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #C2F7D2

#C2F7D2
(194,247,210)
#C7F7D6
(199,247,214)
#CCF7DA
(204,247,218)
#D1F7DE
(209,247,222)
#D6F7E2
(214,247,226)
#DBF7E6
(219,247,230)
#E0F7EA
(224,247,234)
#E5F7EE
(229,247,238)
#EAF7F2
(234,247,242)
#EFF7F6
(239,247,246)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2F7D2; }

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

This text font color is #C2F7D2.


Background Color

.myBgColor { background-color: #C2F7D2; }

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

This div background color is #C2F7D2.


Border color

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

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

This div border color is #C2F7D2.


Opacity

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

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

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

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

This text has shadow with #C2F7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F7D2 on black background.


Color preview on white background

This text has color #C2F7D2 on white background.



Black color preview on #C2F7D2 background

This text has black color on #C2F7D2 background.


White color preview on #C2F7D2 background

This text has white color on #C2F7D2 background.