COLOR #C2F6CC

HEX: #C2F6CC
RGB: (194,246,204)

Color info

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

RGB color model

#C2F6CC color RGB value is (194,246,204).

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

RGB channels and saturation

R 194 of 255 = 76%
G 246 of 255 = 96%
B 204 of 255 = 80%

194
246
204

R + G + B ~ 84%. #C2F6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 246 + 204 = 644 (100%)
R 194 of 644 ~ 30.12%
G 246 of 644 ~ 38.2%
B 204 of 644 ~ 31.68%

%30.12
%38.2
%31.68

CMYK color model

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

  • cyan value is 21.14%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 3.53%
CMYK:
(21,0,17,4)
C21M0Y17K4 
(21%,0%,17%,4%)
(0.21/0.00/0.17/0.04)	

CMYK percentages

%21.14
%0
%17.07
%3.53

Codes

Color #C2F6CC in popluar color models

C2F6CC
RGB194246204
HSL132°74.29%86.27%
HSB/HSV132°21.14%96.47%
CMYK21.14%0.00%17.07%
3.53%

Color #C2F6CC in popluar number systems.

HEXC2F6CC
Decimal194246204
Binary110000101111011011001100
Octal302366314

Shades and tints

Shades of #C2F6CC

#C2F6CC
(194,246,204)
#B1E0BA
(177,224,186)
#A0CAA8
(160,202,168)
#8FB496
(143,180,150)
#7E9E84
(126,158,132)
#6D8872
(109,136,114)
#5C7260
(92,114,96)
#4B5C4E
(75,92,78)
#3A463C
(58,70,60)
#29302A
(41,48,42)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #C2F6CC

#C2F6CC
(194,246,204)
#C7F6D0
(199,246,208)
#CCF6D4
(204,246,212)
#D1F6D8
(209,246,216)
#D6F6DC
(214,246,220)
#DBF6E0
(219,246,224)
#E0F6E4
(224,246,228)
#E5F6E8
(229,246,232)
#EAF6EC
(234,246,236)
#EFF6F0
(239,246,240)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2F6CC; }

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

This text font color is #C2F6CC.


Background Color

.myBgColor { background-color: #C2F6CC; }

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

This div background color is #C2F6CC.


Border color

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

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

This div border color is #C2F6CC.


Opacity

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

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

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

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

This text has shadow with #C2F6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F6CC on black background.


Color preview on white background

This text has color #C2F6CC on white background.



Black color preview on #C2F6CC background

This text has black color on #C2F6CC background.


White color preview on #C2F6CC background

This text has white color on #C2F6CC background.