COLOR #C2FEE7

HEX: #C2FEE7
RGB: (194,254,231)

Color info

#C2FEE7 contains mainly green and blue colors. Web safe color of #C2FEE7 is #CCFFFF (or #CFF).

RGB color model

#C2FEE7 color RGB value is (194,254,231).

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

RGB channels and saturation

R 194 of 255 = 76%
G 254 of 255 = 100%
B 231 of 255 = 91%

194
254
231

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

Portions of RGB colors in percentages

R + G + B =
194 + 254 + 231 = 679 (100%)
R 194 of 679 ~ 28.57%
G 254 of 679 ~ 37.41%
B 231 of 679 ~ 34.02%

%28.57
%37.41
%34.02

CMYK color model

#C2FEE7 color CMYK value is (24,0,9,0).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 9.06%
  • key color value is 0.39%
CMYK:
(24,0,9,0)
C24M0Y9K0 
(24%,0%,9%,0%)
(0.24/0.00/0.09/0.00)	

CMYK percentages

%23.62
%0
%9.06
%0.39

Codes

Color #C2FEE7 in popluar color models

C2FEE7
RGB194254231
HSL157°96.77%87.84%
HSB/HSV157°23.62%99.61%
CMYK23.62%0.00%9.06%
0.39%

Color #C2FEE7 in popluar number systems.

HEXC2FEE7
Decimal194254231
Binary110000101111111011100111
Octal302376347

Shades and tints

Shades of #C2FEE7

#C2FEE7
(194,254,231)
#B1E7D2
(177,231,210)
#A0D0BD
(160,208,189)
#8FB9A8
(143,185,168)
#7EA293
(126,162,147)
#6D8B7E
(109,139,126)
#5C7469
(92,116,105)
#4B5D54
(75,93,84)
#3A463F
(58,70,63)
#292F2A
(41,47,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #C2FEE7

#C2FEE7
(194,254,231)
#C7FEE9
(199,254,233)
#CCFEEB
(204,254,235)
#D1FEED
(209,254,237)
#D6FEEF
(214,254,239)
#DBFEF1
(219,254,241)
#E0FEF3
(224,254,243)
#E5FEF5
(229,254,245)
#EAFEF7
(234,254,247)
#EFFEF9
(239,254,249)
#F4FEFB
(244,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2FEE7; }

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

This text font color is #C2FEE7.


Background Color

.myBgColor { background-color: #C2FEE7; }

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

This div background color is #C2FEE7.


Border color

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

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

This div border color is #C2FEE7.


Opacity

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

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

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

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

This text has shadow with #C2FEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2FEE7 on black background.


Color preview on white background

This text has color #C2FEE7 on white background.



Black color preview on #C2FEE7 background

This text has black color on #C2FEE7 background.


White color preview on #C2FEE7 background

This text has white color on #C2FEE7 background.