COLOR #C2F4DF

HEX: #C2F4DF
RGB: (194,244,223)

Color info

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

RGB color model

#C2F4DF color RGB value is (194,244,223).

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

RGB channels and saturation

R 194 of 255 = 76%
G 244 of 255 = 96%
B 223 of 255 = 87%

194
244
223

R + G + B ~ 86%. #C2F4DF is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 244 + 223 = 661 (100%)
R 194 of 661 ~ 29.35%
G 244 of 661 ~ 36.91%
B 223 of 661 ~ 33.74%

%29.35
%36.91
%33.74

CMYK color model

#C2F4DF color CMYK value is (20,0,9,4).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 4.31%
CMYK:
(20,0,9,4)
C20M0Y9K4 
(20%,0%,9%,4%)
(0.20/0.00/0.09/0.04)	

CMYK percentages

%20.49
%0
%8.61
%4.31

Codes

Color #C2F4DF in popluar color models

C2F4DF
RGB194244223
HSL155°69.44%85.88%
HSB/HSV155°20.49%95.69%
CMYK20.49%0.00%8.61%
4.31%

Color #C2F4DF in popluar number systems.

HEXC2F4DF
Decimal194244223
Binary110000101111010011011111
Octal302364337

Shades and tints

Shades of #C2F4DF

#C2F4DF
(194,244,223)
#B1DECB
(177,222,203)
#A0C8B7
(160,200,183)
#8FB2A3
(143,178,163)
#7E9C8F
(126,156,143)
#6D867B
(109,134,123)
#5C7067
(92,112,103)
#4B5A53
(75,90,83)
#3A443F
(58,68,63)
#292E2B
(41,46,43)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #C2F4DF

#C2F4DF
(194,244,223)
#C7F5E1
(199,245,225)
#CCF6E3
(204,246,227)
#D1F7E5
(209,247,229)
#D6F8E7
(214,248,231)
#DBF9E9
(219,249,233)
#E0FAEB
(224,250,235)
#E5FBED
(229,251,237)
#EAFCEF
(234,252,239)
#EFFDF1
(239,253,241)
#F4FEF3
(244,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2F4DF; }

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

This text font color is #C2F4DF.


Background Color

.myBgColor { background-color: #C2F4DF; }

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

This div background color is #C2F4DF.


Border color

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

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

This div border color is #C2F4DF.


Opacity

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

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

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

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

This text has shadow with #C2F4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F4DF on black background.


Color preview on white background

This text has color #C2F4DF on white background.



Black color preview on #C2F4DF background

This text has black color on #C2F4DF background.


White color preview on #C2F4DF background

This text has white color on #C2F4DF background.