COLOR #C2FFE5

HEX: #C2FFE5
RGB: (194,255,229)

Color info

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

RGB color model

#C2FFE5 color RGB value is (194,255,229).

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

RGB channels and saturation

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

194
255
229

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

Portions of RGB colors in percentages

R + G + B =
194 + 255 + 229 = 678 (100%)
R 194 of 678 ~ 28.61%
G 255 of 678 ~ 37.61%
B 229 of 678 ~ 33.78%

%28.61
%37.61
%33.78

CMYK color model

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

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

CMYK percentages

%23.92
%0
%10.2
%0

Codes

Color #C2FFE5 in popluar color models

C2FFE5
RGB194255229
HSL154°100.00%88.04%
HSB/HSV154°23.92%100.00%
CMYK23.92%0.00%10.20%
0.00%

Color #C2FFE5 in popluar number systems.

HEXC2FFE5
Decimal194255229
Binary110000101111111111100101
Octal302377345

Shades and tints

Shades of #C2FFE5

#C2FFE5
(194,255,229)
#B1E8D1
(177,232,209)
#A0D1BD
(160,209,189)
#8FBAA9
(143,186,169)
#7EA395
(126,163,149)
#6D8C81
(109,140,129)
#5C756D
(92,117,109)
#4B5E59
(75,94,89)
#3A4745
(58,71,69)
#293031
(41,48,49)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #C2FFE5

#C2FFE5
(194,255,229)
#C7FFE7
(199,255,231)
#CCFFE9
(204,255,233)
#D1FFEB
(209,255,235)
#D6FFED
(214,255,237)
#DBFFEF
(219,255,239)
#E0FFF1
(224,255,241)
#E5FFF3
(229,255,243)
#EAFFF5
(234,255,245)
#EFFFF7
(239,255,247)
#F4FFF9
(244,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2FFE5; }

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

This text font color is #C2FFE5.


Background Color

.myBgColor { background-color: #C2FFE5; }

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

This div background color is #C2FFE5.


Border color

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

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

This div border color is #C2FFE5.


Opacity

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

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

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

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

This text has shadow with #C2FFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2FFE5 on black background.


Color preview on white background

This text has color #C2FFE5 on white background.



Black color preview on #C2FFE5 background

This text has black color on #C2FFE5 background.


White color preview on #C2FFE5 background

This text has white color on #C2FFE5 background.