COLOR #C2F4D7

HEX: #C2F4D7
RGB: (194,244,215)

Color info

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

RGB color model

#C2F4D7 color RGB value is (194,244,215).

  • red value is 194;
  • green value is 244;
  • blue value is 215.
RGB:
(194,244,215)
(76%,96%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 244 of 255 = 96%
B 215 of 255 = 84%

194
244
215

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

Portions of RGB colors in percentages

R + G + B =
194 + 244 + 215 = 653 (100%)
R 194 of 653 ~ 29.71%
G 244 of 653 ~ 37.37%
B 215 of 653 ~ 32.92%

%29.71
%37.37
%32.92

CMYK color model

#C2F4D7 color CMYK value is (20,0,12,4).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 4.31%
CMYK:
(20,0,12,4)
C20M0Y12K4 
(20%,0%,12%,4%)
(0.20/0.00/0.12/0.04)	

CMYK percentages

%20.49
%0
%11.89
%4.31

Codes

Color #C2F4D7 in popluar color models

C2F4D7
RGB194244215
HSL145°69.44%85.88%
HSB/HSV145°20.49%95.69%
CMYK20.49%0.00%11.89%
4.31%

Color #C2F4D7 in popluar number systems.

HEXC2F4D7
Decimal194244215
Binary110000101111010011010111
Octal302364327

Shades and tints

Shades of #C2F4D7

#C2F4D7
(194,244,215)
#B1DEC4
(177,222,196)
#A0C8B1
(160,200,177)
#8FB29E
(143,178,158)
#7E9C8B
(126,156,139)
#6D8678
(109,134,120)
#5C7065
(92,112,101)
#4B5A52
(75,90,82)
#3A443F
(58,68,63)
#292E2C
(41,46,44)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #C2F4D7

#C2F4D7
(194,244,215)
#C7F5DA
(199,245,218)
#CCF6DD
(204,246,221)
#D1F7E0
(209,247,224)
#D6F8E3
(214,248,227)
#DBF9E6
(219,249,230)
#E0FAE9
(224,250,233)
#E5FBEC
(229,251,236)
#EAFCEF
(234,252,239)
#EFFDF2
(239,253,242)
#F4FEF5
(244,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F4D7 color. Also use rgb(194,244,215) instead hex code.

Text Font Color

.myTextColor { color: #C2F4D7; }

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

This text font color is #C2F4D7.


Background Color

.myBgColor { background-color: #C2F4D7; }

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

This div background color is #C2F4D7.


Border color

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

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

This div border color is #C2F4D7.


Opacity

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

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

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

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

This text has shadow with #C2F4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F4D7 on black background.


Color preview on white background

This text has color #C2F4D7 on white background.



Black color preview on #C2F4D7 background

This text has black color on #C2F4D7 background.


White color preview on #C2F4D7 background

This text has white color on #C2F4D7 background.