COLOR #C2F6EC

HEX: #C2F6EC
RGB: (194,246,236)

Color info

#C2F6EC contains red, green and blue colors in about the same proportion. Web safe color of #C2F6EC is #CCFFFF (or #CFF).

RGB color model

#C2F6EC color RGB value is (194,246,236).

  • red value is 194;
  • green value is 246;
  • blue value is 236.
RGB:
(194,246,236)
(76%,96%,93%)

RGB channels and saturation

R 194 of 255 = 76%
G 246 of 255 = 96%
B 236 of 255 = 93%

194
246
236

R + G + B ~ 88%. #C2F6EC is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 246 + 236 = 676 (100%)
R 194 of 676 ~ 28.7%
G 246 of 676 ~ 36.39%
B 236 of 676 ~ 34.91%

%28.7
%36.39
%34.91

CMYK color model

#C2F6EC color CMYK value is (21,0,4,4).

  • cyan value is 21.14%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK:
(21,0,4,4)
C21M0Y4K4 
(21%,0%,4%,4%)
(0.21/0.00/0.04/0.04)	

CMYK percentages

%21.14
%0
%4.07
%3.53

Codes

Color #C2F6EC in popluar color models

C2F6EC
RGB194246236
HSL168°74.29%86.27%
HSB/HSV168°21.14%96.47%
CMYK21.14%0.00%4.07%
3.53%

Color #C2F6EC in popluar number systems.

HEXC2F6EC
Decimal194246236
Binary110000101111011011101100
Octal302366354

Shades and tints

Shades of #C2F6EC

#C2F6EC
(194,246,236)
#B1E0D7
(177,224,215)
#A0CAC2
(160,202,194)
#8FB4AD
(143,180,173)
#7E9E98
(126,158,152)
#6D8883
(109,136,131)
#5C726E
(92,114,110)
#4B5C59
(75,92,89)
#3A4644
(58,70,68)
#29302F
(41,48,47)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #C2F6EC

#C2F6EC
(194,246,236)
#C7F6ED
(199,246,237)
#CCF6EE
(204,246,238)
#D1F6EF
(209,246,239)
#D6F6F0
(214,246,240)
#DBF6F1
(219,246,241)
#E0F6F2
(224,246,242)
#E5F6F3
(229,246,243)
#EAF6F4
(234,246,244)
#EFF6F5
(239,246,245)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F6EC color. Also use rgb(194,246,236) instead hex code.

Text Font Color

.myTextColor { color: #C2F6EC; }

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

This text font color is #C2F6EC.


Background Color

.myBgColor { background-color: #C2F6EC; }

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

This div background color is #C2F6EC.


Border color

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

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

This div border color is #C2F6EC.


Opacity

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

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

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

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

This text has shadow with #C2F6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F6EC on black background.


Color preview on white background

This text has color #C2F6EC on white background.



Black color preview on #C2F6EC background

This text has black color on #C2F6EC background.


White color preview on #C2F6EC background

This text has white color on #C2F6EC background.