COLOR #C2EFC1

HEX: #C2EFC1
RGB: (194,239,193)

Color info

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

RGB color model

#C2EFC1 color RGB value is (194,239,193).

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

RGB channels and saturation

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

194
239
193

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

Portions of RGB colors in percentages

R + G + B =
194 + 239 + 193 = 626 (100%)
R 194 of 626 ~ 30.99%
G 239 of 626 ~ 38.18%
B 193 of 626 ~ 30.83%

%30.99
%38.18
%30.83

CMYK color model

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

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • 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
%19.25
%6.27

Codes

Color #C2EFC1 in popluar color models

C2EFC1
RGB194239193
HSL119°58.97%84.71%
HSB/HSV119°19.25%93.73%
CMYK18.83%0.00%19.25%
6.27%

Color #C2EFC1 in popluar number systems.

HEXC2EFC1
Decimal194239193
Binary110000101110111111000001
Octal302357301

Shades and tints

Shades of #C2EFC1

#C2EFC1
(194,239,193)
#B1DAB0
(177,218,176)
#A0C59F
(160,197,159)
#8FB08E
(143,176,142)
#7E9B7D
(126,155,125)
#6D866C
(109,134,108)
#5C715B
(92,113,91)
#4B5C4A
(75,92,74)
#3A4739
(58,71,57)
#293228
(41,50,40)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #C2EFC1

#C2EFC1
(194,239,193)
#C7F0C6
(199,240,198)
#CCF1CB
(204,241,203)
#D1F2D0
(209,242,208)
#D6F3D5
(214,243,213)
#DBF4DA
(219,244,218)
#E0F5DF
(224,245,223)
#E5F6E4
(229,246,228)
#EAF7E9
(234,247,233)
#EFF8EE
(239,248,238)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EFC1; }

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

This text font color is #C2EFC1.


Background Color

.myBgColor { background-color: #C2EFC1; }

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

This div background color is #C2EFC1.


Border color

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

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

This div border color is #C2EFC1.


Opacity

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

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

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

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

This text has shadow with #C2EFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EFC1 on black background.


Color preview on white background

This text has color #C2EFC1 on white background.



Black color preview on #C2EFC1 background

This text has black color on #C2EFC1 background.


White color preview on #C2EFC1 background

This text has white color on #C2EFC1 background.