COLOR #C2F9E2

HEX: #C2F9E2
RGB: (194,249,226)

Color info

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

RGB color model

#C2F9E2 color RGB value is (194,249,226).

  • red value is 194;
  • green value is 249;
  • blue value is 226.
RGB:
(194,249,226)
(76%,98%,89%)

RGB channels and saturation

R 194 of 255 = 76%
G 249 of 255 = 98%
B 226 of 255 = 89%

194
249
226

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

Portions of RGB colors in percentages

R + G + B =
194 + 249 + 226 = 669 (100%)
R 194 of 669 ~ 29%
G 249 of 669 ~ 37.22%
B 226 of 669 ~ 33.78%

%29
%37.22
%33.78

CMYK color model

#C2F9E2 color CMYK value is (22,0,9,2).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 2.35%
CMYK:
(22,0,9,2)
C22M0Y9K2 
(22%,0%,9%,2%)
(0.22/0.00/0.09/0.02)	

CMYK percentages

%22.09
%0
%9.24
%2.35

Codes

Color #C2F9E2 in popluar color models

C2F9E2
RGB194249226
HSL155°82.09%86.86%
HSB/HSV155°22.09%97.65%
CMYK22.09%0.00%9.24%
2.35%

Color #C2F9E2 in popluar number systems.

HEXC2F9E2
Decimal194249226
Binary110000101111100111100010
Octal302371342

Shades and tints

Shades of #C2F9E2

#C2F9E2
(194,249,226)
#B1E3CE
(177,227,206)
#A0CDBA
(160,205,186)
#8FB7A6
(143,183,166)
#7EA192
(126,161,146)
#6D8B7E
(109,139,126)
#5C756A
(92,117,106)
#4B5F56
(75,95,86)
#3A4942
(58,73,66)
#29332E
(41,51,46)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #C2F9E2

#C2F9E2
(194,249,226)
#C7F9E4
(199,249,228)
#CCF9E6
(204,249,230)
#D1F9E8
(209,249,232)
#D6F9EA
(214,249,234)
#DBF9EC
(219,249,236)
#E0F9EE
(224,249,238)
#E5F9F0
(229,249,240)
#EAF9F2
(234,249,242)
#EFF9F4
(239,249,244)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F9E2 color. Also use rgb(194,249,226) instead hex code.

Text Font Color

.myTextColor { color: #C2F9E2; }

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

This text font color is #C2F9E2.


Background Color

.myBgColor { background-color: #C2F9E2; }

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

This div background color is #C2F9E2.


Border color

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

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

This div border color is #C2F9E2.


Opacity

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

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

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

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

This text has shadow with #C2F9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F9E2 on black background.


Color preview on white background

This text has color #C2F9E2 on white background.



Black color preview on #C2F9E2 background

This text has black color on #C2F9E2 background.


White color preview on #C2F9E2 background

This text has white color on #C2F9E2 background.