COLOR #C2E5AC

HEX: #C2E5AC
RGB: (194,229,172)

Color info

#C2E5AC contains red, green and blue colors in about the same proportion. Web safe color of #C2E5AC is #CCCC99 (or #CC9).

RGB color model

#C2E5AC color RGB value is (194,229,172).

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

RGB channels and saturation

R 194 of 255 = 76%
G 229 of 255 = 90%
B 172 of 255 = 67%

194
229
172

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

Portions of RGB colors in percentages

R + G + B =
194 + 229 + 172 = 595 (100%)
R 194 of 595 ~ 32.61%
G 229 of 595 ~ 38.49%
B 172 of 595 ~ 28.91%

%32.61
%38.49
%28.91

CMYK color model

#C2E5AC color CMYK value is (15,0,25,10).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 10.20%
CMYK:
(15,0,25,10)
C15M0Y25K10 
(15%,0%,25%,10%)
(0.15/0.00/0.25/0.10)	

CMYK percentages

%15.28
%0
%24.89
%10.2

Codes

Color #C2E5AC in popluar color models

C2E5AC
RGB194229172
HSL97°52.29%78.63%
HSB/HSV97°24.89%89.80%
CMYK15.28%0.00%24.89%
10.20%

Color #C2E5AC in popluar number systems.

HEXC2E5AC
Decimal194229172
Binary110000101110010110101100
Octal302345254

Shades and tints

Shades of #C2E5AC

#C2E5AC
(194,229,172)
#B1D19D
(177,209,157)
#A0BD8E
(160,189,142)
#8FA97F
(143,169,127)
#7E9570
(126,149,112)
#6D8161
(109,129,97)
#5C6D52
(92,109,82)
#4B5943
(75,89,67)
#3A4534
(58,69,52)
#293125
(41,49,37)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #C2E5AC

#C2E5AC
(194,229,172)
#C7E7B3
(199,231,179)
#CCE9BA
(204,233,186)
#D1EBC1
(209,235,193)
#D6EDC8
(214,237,200)
#DBEFCF
(219,239,207)
#E0F1D6
(224,241,214)
#E5F3DD
(229,243,221)
#EAF5E4
(234,245,228)
#EFF7EB
(239,247,235)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E5AC; }

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

This text font color is #C2E5AC.


Background Color

.myBgColor { background-color: #C2E5AC; }

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

This div background color is #C2E5AC.


Border color

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

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

This div border color is #C2E5AC.


Opacity

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

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

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

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

This text has shadow with #C2E5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E5AC on black background.


Color preview on white background

This text has color #C2E5AC on white background.



Black color preview on #C2E5AC background

This text has black color on #C2E5AC background.


White color preview on #C2E5AC background

This text has white color on #C2E5AC background.