COLOR #C2E7AC

HEX: #C2E7AC
RGB: (194,231,172)

Color info

#C2E7AC contains red, green and blue colors in about the same proportion. Web safe color of #C2E7AC is #CCFF99 (or #CF9).

RGB color model

#C2E7AC color RGB value is (194,231,172).

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

RGB channels and saturation

R 194 of 255 = 76%
G 231 of 255 = 91%
B 172 of 255 = 67%

194
231
172

R + G + B ~ 78%. #C2E7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 231 + 172 = 597 (100%)
R 194 of 597 ~ 32.5%
G 231 of 597 ~ 38.69%
B 172 of 597 ~ 28.81%

%32.5
%38.69
%28.81

CMYK color model

#C2E7AC color CMYK value is (16,0,26,9).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 25.54%
  • key color value is 9.41%
CMYK:
(16,0,26,9)
C16M0Y26K9 
(16%,0%,26%,9%)
(0.16/0.00/0.26/0.09)	

CMYK percentages

%16.02
%0
%25.54
%9.41

Codes

Color #C2E7AC in popluar color models

C2E7AC
RGB194231172
HSL98°55.14%79.02%
HSB/HSV98°25.54%90.59%
CMYK16.02%0.00%25.54%
9.41%

Color #C2E7AC in popluar number systems.

HEXC2E7AC
Decimal194231172
Binary110000101110011110101100
Octal302347254

Shades and tints

Shades of #C2E7AC

#C2E7AC
(194,231,172)
#B1D29D
(177,210,157)
#A0BD8E
(160,189,142)
#8FA87F
(143,168,127)
#7E9370
(126,147,112)
#6D7E61
(109,126,97)
#5C6952
(92,105,82)
#4B5443
(75,84,67)
#3A3F34
(58,63,52)
#292A25
(41,42,37)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #C2E7AC

#C2E7AC
(194,231,172)
#C7E9B3
(199,233,179)
#CCEBBA
(204,235,186)
#D1EDC1
(209,237,193)
#D6EFC8
(214,239,200)
#DBF1CF
(219,241,207)
#E0F3D6
(224,243,214)
#E5F5DD
(229,245,221)
#EAF7E4
(234,247,228)
#EFF9EB
(239,249,235)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E7AC; }

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

This text font color is #C2E7AC.


Background Color

.myBgColor { background-color: #C2E7AC; }

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

This div background color is #C2E7AC.


Border color

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

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

This div border color is #C2E7AC.


Opacity

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

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

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

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

This text has shadow with #C2E7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E7AC on black background.


Color preview on white background

This text has color #C2E7AC on white background.



Black color preview on #C2E7AC background

This text has black color on #C2E7AC background.


White color preview on #C2E7AC background

This text has white color on #C2E7AC background.