COLOR #C2EFCA

HEX: #C2EFCA
RGB: (194,239,202)

Color info

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

RGB color model

#C2EFCA color RGB value is (194,239,202).

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

RGB channels and saturation

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

194
239
202

R + G + B ~ 83%. #C2EFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 239 + 202 = 635 (100%)
R 194 of 635 ~ 30.55%
G 239 of 635 ~ 37.64%
B 202 of 635 ~ 31.81%

%30.55
%37.64
%31.81

CMYK color model

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

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

CMYK percentages

%18.83
%0
%15.48
%6.27

Codes

Color #C2EFCA in popluar color models

C2EFCA
RGB194239202
HSL131°58.44%84.90%
HSB/HSV131°18.83%93.73%
CMYK18.83%0.00%15.48%
6.27%

Color #C2EFCA in popluar number systems.

HEXC2EFCA
Decimal194239202
Binary110000101110111111001010
Octal302357312

Shades and tints

Shades of #C2EFCA

#C2EFCA
(194,239,202)
#B1DAB8
(177,218,184)
#A0C5A6
(160,197,166)
#8FB094
(143,176,148)
#7E9B82
(126,155,130)
#6D8670
(109,134,112)
#5C715E
(92,113,94)
#4B5C4C
(75,92,76)
#3A473A
(58,71,58)
#293228
(41,50,40)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #C2EFCA

#C2EFCA
(194,239,202)
#C7F0CE
(199,240,206)
#CCF1D2
(204,241,210)
#D1F2D6
(209,242,214)
#D6F3DA
(214,243,218)
#DBF4DE
(219,244,222)
#E0F5E2
(224,245,226)
#E5F6E6
(229,246,230)
#EAF7EA
(234,247,234)
#EFF8EE
(239,248,238)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EFCA; }

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

This text font color is #C2EFCA.


Background Color

.myBgColor { background-color: #C2EFCA; }

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

This div background color is #C2EFCA.


Border color

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

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

This div border color is #C2EFCA.


Opacity

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

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

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

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

This text has shadow with #C2EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EFCA on black background.


Color preview on white background

This text has color #C2EFCA on white background.



Black color preview on #C2EFCA background

This text has black color on #C2EFCA background.


White color preview on #C2EFCA background

This text has white color on #C2EFCA background.