COLOR #C2EAA2

HEX: #C2EAA2
RGB: (194,234,162)

Color info

#C2EAA2 contains mainly red and green colors. Web safe color of #C2EAA2 is #CCFF99 (or #CF9).

RGB color model

#C2EAA2 color RGB value is (194,234,162).

  • red value is 194;
  • green value is 234;
  • blue value is 162.
RGB:
(194,234,162)
(76%,92%,64%)

RGB channels and saturation

R 194 of 255 = 76%
G 234 of 255 = 92%
B 162 of 255 = 64%

194
234
162

R + G + B ~ 77%. #C2EAA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 234 + 162 = 590 (100%)
R 194 of 590 ~ 32.88%
G 234 of 590 ~ 39.66%
B 162 of 590 ~ 27.46%

%32.88
%39.66
%27.46

CMYK color model

#C2EAA2 color CMYK value is (17,0,31,8).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 8.24%
CMYK:
(17,0,31,8)
C17M0Y31K8 
(17%,0%,31%,8%)
(0.17/0.00/0.31/0.08)	

CMYK percentages

%17.09
%0
%30.77
%8.24

Codes

Color #C2EAA2 in popluar color models

C2EAA2
RGB194234162
HSL93°63.16%77.65%
HSB/HSV93°30.77%91.76%
CMYK17.09%0.00%30.77%
8.24%

Color #C2EAA2 in popluar number systems.

HEXC2EAA2
Decimal194234162
Binary110000101110101010100010
Octal302352242

Shades and tints

Shades of #C2EAA2

#C2EAA2
(194,234,162)
#B1D594
(177,213,148)
#A0C086
(160,192,134)
#8FAB78
(143,171,120)
#7E966A
(126,150,106)
#6D815C
(109,129,92)
#5C6C4E
(92,108,78)
#4B5740
(75,87,64)
#3A4232
(58,66,50)
#292D24
(41,45,36)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #C2EAA2

#C2EAA2
(194,234,162)
#C7EBAA
(199,235,170)
#CCECB2
(204,236,178)
#D1EDBA
(209,237,186)
#D6EEC2
(214,238,194)
#DBEFCA
(219,239,202)
#E0F0D2
(224,240,210)
#E5F1DA
(229,241,218)
#EAF2E2
(234,242,226)
#EFF3EA
(239,243,234)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EAA2 color. Also use rgb(194,234,162) instead hex code.

Text Font Color

.myTextColor { color: #C2EAA2; }

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

This text font color is #C2EAA2.


Background Color

.myBgColor { background-color: #C2EAA2; }

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

This div background color is #C2EAA2.


Border color

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

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

This div border color is #C2EAA2.


Opacity

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

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

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

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

This text has shadow with #C2EAA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EAA2 on black background.


Color preview on white background

This text has color #C2EAA2 on white background.



Black color preview on #C2EAA2 background

This text has black color on #C2EAA2 background.


White color preview on #C2EAA2 background

This text has white color on #C2EAA2 background.