COLOR #C2FFE7

HEX: #C2FFE7
RGB: (194,255,231)

Color info

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

RGB color model

#C2FFE7 color RGB value is (194,255,231).

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

RGB channels and saturation

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

194
255
231

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

Portions of RGB colors in percentages

R + G + B =
194 + 255 + 231 = 680 (100%)
R 194 of 680 ~ 28.53%
G 255 of 680 ~ 37.5%
B 231 of 680 ~ 33.97%

%28.53
%37.5
%33.97

CMYK color model

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

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

CMYK percentages

%23.92
%0
%9.41
%0

Codes

Color #C2FFE7 in popluar color models

C2FFE7
RGB194255231
HSL156°100.00%88.04%
HSB/HSV156°23.92%100.00%
CMYK23.92%0.00%9.41%
0.00%

Color #C2FFE7 in popluar number systems.

HEXC2FFE7
Decimal194255231
Binary110000101111111111100111
Octal302377347

Shades and tints

Shades of #C2FFE7

#C2FFE7
(194,255,231)
#B1E8D2
(177,232,210)
#A0D1BD
(160,209,189)
#8FBAA8
(143,186,168)
#7EA393
(126,163,147)
#6D8C7E
(109,140,126)
#5C7569
(92,117,105)
#4B5E54
(75,94,84)
#3A473F
(58,71,63)
#29302A
(41,48,42)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #C2FFE7

#C2FFE7
(194,255,231)
#C7FFE9
(199,255,233)
#CCFFEB
(204,255,235)
#D1FFED
(209,255,237)
#D6FFEF
(214,255,239)
#DBFFF1
(219,255,241)
#E0FFF3
(224,255,243)
#E5FFF5
(229,255,245)
#EAFFF7
(234,255,247)
#EFFFF9
(239,255,249)
#F4FFFB
(244,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2FFE7; }

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

This text font color is #C2FFE7.


Background Color

.myBgColor { background-color: #C2FFE7; }

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

This div background color is #C2FFE7.


Border color

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

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

This div border color is #C2FFE7.


Opacity

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

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

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

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

This text has shadow with #C2FFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2FFE7 on black background.


Color preview on white background

This text has color #C2FFE7 on white background.



Black color preview on #C2FFE7 background

This text has black color on #C2FFE7 background.


White color preview on #C2FFE7 background

This text has white color on #C2FFE7 background.