COLOR #C2FEE5

HEX: #C2FEE5
RGB: (194,254,229)

Color info

#C2FEE5 contains mainly green and blue colors. Web safe color of #C2FEE5 is #CCFFCC (or #CFC).

RGB color model

#C2FEE5 color RGB value is (194,254,229).

  • red value is 194;
  • green value is 254;
  • blue value is 229.
RGB:
(194,254,229)
(76%,100%,90%)

RGB channels and saturation

R 194 of 255 = 76%
G 254 of 255 = 100%
B 229 of 255 = 90%

194
254
229

R + G + B ~ 89%. #C2FEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 254 + 229 = 677 (100%)
R 194 of 677 ~ 28.66%
G 254 of 677 ~ 37.52%
B 229 of 677 ~ 33.83%

%28.66
%37.52
%33.83

CMYK color model

#C2FEE5 color CMYK value is (24,0,10,0).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(24,0,10,0)
C24M0Y10K0 
(24%,0%,10%,0%)
(0.24/0.00/0.10/0.00)	

CMYK percentages

%23.62
%0
%9.84
%0.39

Codes

Color #C2FEE5 in popluar color models

C2FEE5
RGB194254229
HSL155°96.77%87.84%
HSB/HSV155°23.62%99.61%
CMYK23.62%0.00%9.84%
0.39%

Color #C2FEE5 in popluar number systems.

HEXC2FEE5
Decimal194254229
Binary110000101111111011100101
Octal302376345

Shades and tints

Shades of #C2FEE5

#C2FEE5
(194,254,229)
#B1E7D1
(177,231,209)
#A0D0BD
(160,208,189)
#8FB9A9
(143,185,169)
#7EA295
(126,162,149)
#6D8B81
(109,139,129)
#5C746D
(92,116,109)
#4B5D59
(75,93,89)
#3A4645
(58,70,69)
#292F31
(41,47,49)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #C2FEE5

#C2FEE5
(194,254,229)
#C7FEE7
(199,254,231)
#CCFEE9
(204,254,233)
#D1FEEB
(209,254,235)
#D6FEED
(214,254,237)
#DBFEEF
(219,254,239)
#E0FEF1
(224,254,241)
#E5FEF3
(229,254,243)
#EAFEF5
(234,254,245)
#EFFEF7
(239,254,247)
#F4FEF9
(244,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2FEE5 color. Also use rgb(194,254,229) instead hex code.

Text Font Color

.myTextColor { color: #C2FEE5; }

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

This text font color is #C2FEE5.


Background Color

.myBgColor { background-color: #C2FEE5; }

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

This div background color is #C2FEE5.


Border color

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

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

This div border color is #C2FEE5.


Opacity

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

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

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

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

This text has shadow with #C2FEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2FEE5 on black background.


Color preview on white background

This text has color #C2FEE5 on white background.



Black color preview on #C2FEE5 background

This text has black color on #C2FEE5 background.


White color preview on #C2FEE5 background

This text has white color on #C2FEE5 background.