COLOR #C2EFC2

HEX: #C2EFC2
RGB: (194,239,194)

Color info

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

RGB color model

#C2EFC2 color RGB value is (194,239,194).

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

RGB channels and saturation

R 194 of 255 = 76%
G 239 of 255 = 94%
B 194 of 255 = 76%

194
239
194

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

Portions of RGB colors in percentages

R + G + B =
194 + 239 + 194 = 627 (100%)
R 194 of 627 ~ 30.94%
G 239 of 627 ~ 38.12%
B 194 of 627 ~ 30.94%

%30.94
%38.12
%30.94

CMYK color model

#C2EFC2 color CMYK value is (19,0,19,6).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 6.27%
CMYK:
(19,0,19,6)
C19M0Y19K6 
(19%,0%,19%,6%)
(0.19/0.00/0.19/0.06)	

CMYK percentages

%18.83
%0
%18.83
%6.27

Codes

Color #C2EFC2 in popluar color models

C2EFC2
RGB194239194
HSL120°58.44%84.90%
HSB/HSV120°18.83%93.73%
CMYK18.83%0.00%18.83%
6.27%

Color #C2EFC2 in popluar number systems.

HEXC2EFC2
Decimal194239194
Binary110000101110111111000010
Octal302357302

Shades and tints

Shades of #C2EFC2

#C2EFC2
(194,239,194)
#B1DAB1
(177,218,177)
#A0C5A0
(160,197,160)
#8FB08F
(143,176,143)
#7E9B7E
(126,155,126)
#6D866D
(109,134,109)
#5C715C
(92,113,92)
#4B5C4B
(75,92,75)
#3A473A
(58,71,58)
#293229
(41,50,41)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #C2EFC2

#C2EFC2
(194,239,194)
#C7F0C7
(199,240,199)
#CCF1CC
(204,241,204)
#D1F2D1
(209,242,209)
#D6F3D6
(214,243,214)
#DBF4DB
(219,244,219)
#E0F5E0
(224,245,224)
#E5F6E5
(229,246,229)
#EAF7EA
(234,247,234)
#EFF8EF
(239,248,239)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EFC2; }

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

This text font color is #C2EFC2.


Background Color

.myBgColor { background-color: #C2EFC2; }

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

This div background color is #C2EFC2.


Border color

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

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

This div border color is #C2EFC2.


Opacity

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

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

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

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

This text has shadow with #C2EFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EFC2 on black background.


Color preview on white background

This text has color #C2EFC2 on white background.



Black color preview on #C2EFC2 background

This text has black color on #C2EFC2 background.


White color preview on #C2EFC2 background

This text has white color on #C2EFC2 background.