COLOR #C2EDC2

HEX: #C2EDC2
RGB: (194,237,194)

Color info

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

RGB color model

#C2EDC2 color RGB value is (194,237,194).

  • red value is 194;
  • green value is 237;
  • blue value is 194.
RGB:
(194,237,194)
(76%,93%,76%)

RGB channels and saturation

R 194 of 255 = 76%
G 237 of 255 = 93%
B 194 of 255 = 76%

194
237
194

R + G + B ~ 82%. #C2EDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 237 + 194 = 625 (100%)
R 194 of 625 ~ 31.04%
G 237 of 625 ~ 37.92%
B 194 of 625 ~ 31.04%

%31.04
%37.92
%31.04

CMYK color model

#C2EDC2 color CMYK value is (18,0,18,7).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(18,0,18,7)
C18M0Y18K7 
(18%,0%,18%,7%)
(0.18/0.00/0.18/0.07)	

CMYK percentages

%18.14
%0
%18.14
%7.06

Codes

Color #C2EDC2 in popluar color models

C2EDC2
RGB194237194
HSL120°54.43%84.51%
HSB/HSV120°18.14%92.94%
CMYK18.14%0.00%18.14%
7.06%

Color #C2EDC2 in popluar number systems.

HEXC2EDC2
Decimal194237194
Binary110000101110110111000010
Octal302355302

Shades and tints

Shades of #C2EDC2

#C2EDC2
(194,237,194)
#B1D8B1
(177,216,177)
#A0C3A0
(160,195,160)
#8FAE8F
(143,174,143)
#7E997E
(126,153,126)
#6D846D
(109,132,109)
#5C6F5C
(92,111,92)
#4B5A4B
(75,90,75)
#3A453A
(58,69,58)
#293029
(41,48,41)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #C2EDC2

#C2EDC2
(194,237,194)
#C7EEC7
(199,238,199)
#CCEFCC
(204,239,204)
#D1F0D1
(209,240,209)
#D6F1D6
(214,241,214)
#DBF2DB
(219,242,219)
#E0F3E0
(224,243,224)
#E5F4E5
(229,244,229)
#EAF5EA
(234,245,234)
#EFF6EF
(239,246,239)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EDC2; }

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

This text font color is #C2EDC2.


Background Color

.myBgColor { background-color: #C2EDC2; }

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

This div background color is #C2EDC2.


Border color

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

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

This div border color is #C2EDC2.


Opacity

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

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

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

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

This text has shadow with #C2EDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EDC2 on black background.


Color preview on white background

This text has color #C2EDC2 on white background.



Black color preview on #C2EDC2 background

This text has black color on #C2EDC2 background.


White color preview on #C2EDC2 background

This text has white color on #C2EDC2 background.