COLOR #C2E7CA

HEX: #C2E7CA
RGB: (194,231,202)

Color info

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

RGB color model

#C2E7CA color RGB value is (194,231,202).

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

RGB channels and saturation

R 194 of 255 = 76%
G 231 of 255 = 91%
B 202 of 255 = 79%

194
231
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 231 + 202 = 627 (100%)
R 194 of 627 ~ 30.94%
G 231 of 627 ~ 36.84%
B 202 of 627 ~ 32.22%

%30.94
%36.84
%32.22

CMYK color model

#C2E7CA color CMYK value is (16,0,13,9).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 9.41%
CMYK:
(16,0,13,9)
C16M0Y13K9 
(16%,0%,13%,9%)
(0.16/0.00/0.13/0.09)	

CMYK percentages

%16.02
%0
%12.55
%9.41

Codes

Color #C2E7CA in popluar color models

C2E7CA
RGB194231202
HSL133°43.53%83.33%
HSB/HSV133°16.02%90.59%
CMYK16.02%0.00%12.55%
9.41%

Color #C2E7CA in popluar number systems.

HEXC2E7CA
Decimal194231202
Binary110000101110011111001010
Octal302347312

Shades and tints

Shades of #C2E7CA

#C2E7CA
(194,231,202)
#B1D2B8
(177,210,184)
#A0BDA6
(160,189,166)
#8FA894
(143,168,148)
#7E9382
(126,147,130)
#6D7E70
(109,126,112)
#5C695E
(92,105,94)
#4B544C
(75,84,76)
#3A3F3A
(58,63,58)
#292A28
(41,42,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #C2E7CA

#C2E7CA
(194,231,202)
#C7E9CE
(199,233,206)
#CCEBD2
(204,235,210)
#D1EDD6
(209,237,214)
#D6EFDA
(214,239,218)
#DBF1DE
(219,241,222)
#E0F3E2
(224,243,226)
#E5F5E6
(229,245,230)
#EAF7EA
(234,247,234)
#EFF9EE
(239,249,238)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E7CA; }

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

This text font color is #C2E7CA.


Background Color

.myBgColor { background-color: #C2E7CA; }

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

This div background color is #C2E7CA.


Border color

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

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

This div border color is #C2E7CA.


Opacity

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

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

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

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

This text has shadow with #C2E7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E7CA on black background.


Color preview on white background

This text has color #C2E7CA on white background.



Black color preview on #C2E7CA background

This text has black color on #C2E7CA background.


White color preview on #C2E7CA background

This text has white color on #C2E7CA background.