COLOR #C2E8A2

HEX: #C2E8A2 RGB: (194,232,162)

Color info

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

RGB color model

#C2E8A2 color RGB value is (194,232,162).

RGB: (194,232,162) (76%, 91%, 64%)

RGB channels and saturation

R 194 of 255 = 76%
G 232 of 255 = 91%
B 162 of 255 = 64%

194
232
162

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

Portions of RGB colors in percentages

R + G + B = 194 + 232 + 162 = 588 (100%)
R 194 of 588 ~ 32.99%
G 232 of 588 ~ 39.46%
B 162 of 588 ~ 27.55'%

%32.99
%39.46
%27.55

CMYK color model

#C2E8A2 color CMYK value is (16,0,30,9).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 9.02%

CMYK: (16,0,30,9)
C16M0Y30K9 (16%, 0%, 30%, 9%)
(0.16 / 0.00 / 0.30 / 0.09)

CMYK percentages

%16.38
%0
%30.17
%9.02

Codes

Color #C2E8A2 in popluar color models

C2 E8 A2
RGB 194 232 162
HSL 93° 60.34% 77.25%
HSB/HSV 93° 30.17% 90.98%
CMYK 16.38% 0.00% 30.17%
9.02%

Color #C2E8A2 in popluar number systems.

HEX C2 E8 A2
Decimal 194 232 162
Binary 11000010 11101000 10100010
Octal 302 350 242

Shades and tints

Shades of #C2E8A2

#C2E8A2
(194,232,162)
#B1D394
(177,211,148)
#A0BE86
(160,190,134)
#8FA978
(143,169,120)
#7E946A
(126,148,106)
#6D7F5C
(109,127,92)
#5C6A4E
(92,106,78)
#4B5540
(75,85,64)
#3A4032
(58,64,50)
#292B24
(41,43,36)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #C2E8A2

#C2E8A2
(194,232,162)
#C7EAAA
(199,234,170)
#CCECB2
(204,236,178)
#D1EEBA
(209,238,186)
#D6F0C2
(214,240,194)
#DBF2CA
(219,242,202)
#E0F4D2
(224,244,210)
#E5F6DA
(229,246,218)
#EAF8E2
(234,248,226)
#EFFAEA
(239,250,234)
#F4FCF2
(244,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E8A2; }

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

This text font color is #C2E8A2.

Background Color

.myBgColor { background-color: #C2E8A2; }

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

This div background color is #C2E8A2.

Border color

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

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

This div border color is #C2E8A2.

Opacity

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

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

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

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

This text has shadow with #C2E8A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E8A2.

Preview

Color preview on black background

This text has color #C2E8A2 on black background.


Color preview on white background

This text has color #C2E8A2 on white background.


Black color preview on #C2E8A2 background

This text has black color on #C2E8A2 background.


White color preview on #C2E8A2 background

This text has white color on #C2E8A2 background.


Related colors

Complementary color

Complementary color for #hex is #3D175D.


I love getcolorcode.com

Triadic colors

1 #A2C2E8 and #E8A2C2 with #C2E8A2 are triadic colors.

2 #A2E8C2 and #E8C2A2 with #C2E8A2 are triadic colors.