COLOR #C2ED96

HEX: #C2ED96 RGB: (194,237,150)

Color info

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

RGB color model

#C2ED96 color RGB value is (194,237,150).

RGB: (194,237,150) (76%, 93%, 59%)

RGB channels and saturation

R 194 of 255 = 76%
G 237 of 255 = 93%
B 150 of 255 = 59%

194
237
150

R + G + B ~ 76%. #C2ED96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 237 + 150 = 581 (100%)
R 194 of 581 ~ 33.39%
G 237 of 581 ~ 40.79%
B 150 of 581 ~ 25.82'%

%33.39
%40.79
%25.82

CMYK color model

#C2ED96 color CMYK value is (18,0,37,7).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 7.06%
CMYK: (18,0,37,7) C18M0Y37K7 (18%,0%,37%,7%) (0.18/0.00/0.37/0.07) 

CMYK percentages

%18.14
%0
%36.71
%7.06

Codes

Color #C2ED96 in popluar color models

C2 ED 96
RGB 194 237 150
HSL 90° 70.73% 75.88%
HSB/HSV 90° 36.71% 92.94%
CMYK 18.14% 0.00% 36.71%
7.06%

Color #C2ED96 in popluar number systems.

HEX C2 ED 96
Decimal 194 237 150
Binary 11000010 11101101 10010110
Octal 302 355 226

Shades and tints

Shades of #C2ED96

#C2ED96
(194,237,150)
#B1D889
(177,216,137)
#A0C37C
(160,195,124)
#8FAE6F
(143,174,111)
#7E9962
(126,153,98)
#6D8455
(109,132,85)
#5C6F48
(92,111,72)
#4B5A3B
(75,90,59)
#3A452E
(58,69,46)
#293021
(41,48,33)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #C2ED96

#C2ED96
(194,237,150)
#C7EE9F
(199,238,159)
#CCEFA8
(204,239,168)
#D1F0B1
(209,240,177)
#D6F1BA
(214,241,186)
#DBF2C3
(219,242,195)
#E0F3CC
(224,243,204)
#E5F4D5
(229,244,213)
#EAF5DE
(234,245,222)
#EFF6E7
(239,246,231)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2ED96 color. Also use rgb(194,237,150) instead hex code.

Text Font Color

.myTextColor { color: #C2ED96; }

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

This text font color is #C2ED96.

Background Color

.myBgColor { background-color: #C2ED96; }

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

This div background color is #C2ED96.

Border color

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

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

This div border color is #C2ED96.

Opacity

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

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

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

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

This text has shadow with #C2ED96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ED96.

Preview

Color preview on black background

This text has color #C2ED96 on black background.


Color preview on white background

This text has color #C2ED96 on white background.


Black color preview on #C2ED96 background

This text has black color on #C2ED96 background.


White color preview on #C2ED96 background

This text has white color on #C2ED96 background.


Related colors

Complementary color

Complementary color for #hex is #3D1269.


I love getcolorcode.com

Triadic colors

1 #96C2ED and #ED96C2 with #C2ED96 are triadic colors.

2 #96EDC2 and #EDC296 with #C2ED96 are triadic colors.