COLOR #C2FCE1

HEX: #C2FCE1
RGB: (194,252,225)

Color info

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

RGB color model

#C2FCE1 color RGB value is (194,252,225).

  • red value is 194;
  • green value is 252;
  • blue value is 225.
RGB:
(194,252,225)
(76%,99%,88%)

RGB channels and saturation

R 194 of 255 = 76%
G 252 of 255 = 99%
B 225 of 255 = 88%

194
252
225

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

Portions of RGB colors in percentages

R + G + B =
194 + 252 + 225 = 671 (100%)
R 194 of 671 ~ 28.91%
G 252 of 671 ~ 37.56%
B 225 of 671 ~ 33.53%

%28.91
%37.56
%33.53

CMYK color model

#C2FCE1 color CMYK value is (23,0,11,1).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(23,0,11,1)
C23M0Y11K1 
(23%,0%,11%,1%)
(0.23/0.00/0.11/0.01)	

CMYK percentages

%23.02
%0
%10.71
%1.18

Codes

Color #C2FCE1 in popluar color models

C2FCE1
RGB194252225
HSL152°90.63%87.45%
HSB/HSV152°23.02%98.82%
CMYK23.02%0.00%10.71%
1.18%

Color #C2FCE1 in popluar number systems.

HEXC2FCE1
Decimal194252225
Binary110000101111110011100001
Octal302374341

Shades and tints

Shades of #C2FCE1

#C2FCE1
(194,252,225)
#B1E6CD
(177,230,205)
#A0D0B9
(160,208,185)
#8FBAA5
(143,186,165)
#7EA491
(126,164,145)
#6D8E7D
(109,142,125)
#5C7869
(92,120,105)
#4B6255
(75,98,85)
#3A4C41
(58,76,65)
#29362D
(41,54,45)
#182019
(24,32,25)
#000000
(0,0,0)

Tints of #C2FCE1

#C2FCE1
(194,252,225)
#C7FCE3
(199,252,227)
#CCFCE5
(204,252,229)
#D1FCE7
(209,252,231)
#D6FCE9
(214,252,233)
#DBFCEB
(219,252,235)
#E0FCED
(224,252,237)
#E5FCEF
(229,252,239)
#EAFCF1
(234,252,241)
#EFFCF3
(239,252,243)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2FCE1 color. Also use rgb(194,252,225) instead hex code.

Text Font Color

.myTextColor { color: #C2FCE1; }

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

This text font color is #C2FCE1.


Background Color

.myBgColor { background-color: #C2FCE1; }

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

This div background color is #C2FCE1.


Border color

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

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

This div border color is #C2FCE1.


Opacity

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

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

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

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

This text has shadow with #C2FCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2FCE1 on black background.


Color preview on white background

This text has color #C2FCE1 on white background.



Black color preview on #C2FCE1 background

This text has black color on #C2FCE1 background.


White color preview on #C2FCE1 background

This text has white color on #C2FCE1 background.