COLOR #C2F2DC

HEX: #C2F2DC
RGB: (194,242,220)

Color info

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

RGB color model

#C2F2DC color RGB value is (194,242,220).

  • red value is 194;
  • green value is 242;
  • blue value is 220.
RGB:
(194,242,220)
(76%,95%,86%)

RGB channels and saturation

R 194 of 255 = 76%
G 242 of 255 = 95%
B 220 of 255 = 86%

194
242
220

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

Portions of RGB colors in percentages

R + G + B =
194 + 242 + 220 = 656 (100%)
R 194 of 656 ~ 29.57%
G 242 of 656 ~ 36.89%
B 220 of 656 ~ 33.54%

%29.57
%36.89
%33.54

CMYK color model

#C2F2DC color CMYK value is (20,0,9,5).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 5.10%
CMYK:
(20,0,9,5)
C20M0Y9K5 
(20%,0%,9%,5%)
(0.20/0.00/0.09/0.05)	

CMYK percentages

%19.83
%0
%9.09
%5.1

Codes

Color #C2F2DC in popluar color models

C2F2DC
RGB194242220
HSL153°64.86%85.49%
HSB/HSV153°19.83%94.90%
CMYK19.83%0.00%9.09%
5.10%

Color #C2F2DC in popluar number systems.

HEXC2F2DC
Decimal194242220
Binary110000101111001011011100
Octal302362334

Shades and tints

Shades of #C2F2DC

#C2F2DC
(194,242,220)
#B1DCC8
(177,220,200)
#A0C6B4
(160,198,180)
#8FB0A0
(143,176,160)
#7E9A8C
(126,154,140)
#6D8478
(109,132,120)
#5C6E64
(92,110,100)
#4B5850
(75,88,80)
#3A423C
(58,66,60)
#292C28
(41,44,40)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #C2F2DC

#C2F2DC
(194,242,220)
#C7F3DF
(199,243,223)
#CCF4E2
(204,244,226)
#D1F5E5
(209,245,229)
#D6F6E8
(214,246,232)
#DBF7EB
(219,247,235)
#E0F8EE
(224,248,238)
#E5F9F1
(229,249,241)
#EAFAF4
(234,250,244)
#EFFBF7
(239,251,247)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F2DC color. Also use rgb(194,242,220) instead hex code.

Text Font Color

.myTextColor { color: #C2F2DC; }

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

This text font color is #C2F2DC.


Background Color

.myBgColor { background-color: #C2F2DC; }

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

This div background color is #C2F2DC.


Border color

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

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

This div border color is #C2F2DC.


Opacity

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

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

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

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

This text has shadow with #C2F2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F2DC on black background.


Color preview on white background

This text has color #C2F2DC on white background.



Black color preview on #C2F2DC background

This text has black color on #C2F2DC background.


White color preview on #C2F2DC background

This text has white color on #C2F2DC background.