COLOR #C2EC8D

HEX: #C2EC8D RGB: (194,236,141)

Color info

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

RGB color model

#C2EC8D color RGB value is (194,236,141).

RGB: (194,236,141) (76%, 93%, 55%)

RGB channels and saturation

R 194 of 255 = 76%
G 236 of 255 = 93%
B 141 of 255 = 55%

194
236
141

R + G + B ~ 75%. #C2EC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 236 + 141 = 571 (100%)
R 194 of 571 ~ 33.98%
G 236 of 571 ~ 41.33%
B 141 of 571 ~ 24.69'%

%33.98
%41.33
%24.69

CMYK color model

#C2EC8D color CMYK value is (18,0,40,7).

  • cyan value is 17.80%
  • magenta value is 0.00%
  • yellow value is 40.25%
  • key color value is 7.45%

CMYK: (18,0,40,7)
C18M0Y40K7 (18%, 0%, 40%, 7%)
(0.18 / 0.00 / 0.40 / 0.07)

CMYK percentages

%17.8
%0
%40.25
%7.45

Codes

Color #C2EC8D in popluar color models

C2 EC 8D
RGB 194 236 141
HSL 87° 71.43% 73.92%
HSB/HSV 87° 40.25% 92.55%
CMYK 17.80% 0.00% 40.25%
7.45%

Color #C2EC8D in popluar number systems.

HEX C2 EC 8D
Decimal 194 236 141
Binary 11000010 11101100 10001101
Octal 302 354 215

Shades and tints

Shades of #C2EC8D

#C2EC8D
(194,236,141)
#B1D781
(177,215,129)
#A0C275
(160,194,117)
#8FAD69
(143,173,105)
#7E985D
(126,152,93)
#6D8351
(109,131,81)
#5C6E45
(92,110,69)
#4B5939
(75,89,57)
#3A442D
(58,68,45)
#292F21
(41,47,33)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #C2EC8D

#C2EC8D
(194,236,141)
#C7ED97
(199,237,151)
#CCEEA1
(204,238,161)
#D1EFAB
(209,239,171)
#D6F0B5
(214,240,181)
#DBF1BF
(219,241,191)
#E0F2C9
(224,242,201)
#E5F3D3
(229,243,211)
#EAF4DD
(234,244,221)
#EFF5E7
(239,245,231)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EC8D color. Also use rgb(194,236,141) instead hex code.

Text Font Color

.myTextColor { color: #C2EC8D; }

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

This text font color is #C2EC8D.

Background Color

.myBgColor { background-color: #C2EC8D; }

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

This div background color is #C2EC8D.

Border color

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

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

This div border color is #C2EC8D.

Opacity

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

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

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

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

This text has shadow with #C2EC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EC8D.

Preview

Color preview on black background

This text has color #C2EC8D on black background.


Color preview on white background

This text has color #C2EC8D on white background.


Black color preview on #C2EC8D background

This text has black color on #C2EC8D background.


White color preview on #C2EC8D background

This text has white color on #C2EC8D background.


Related colors

Complementary color

Complementary color for #hex is #3D1372.


I love getcolorcode.com

Triadic colors

1 #8DC2EC and #EC8DC2 with #C2EC8D are triadic colors.

2 #8DECC2 and #ECC28D with #C2EC8D are triadic colors.