COLOR #C2E698

HEX: #C2E698 RGB: (194,230,152)

Color info

#C2E698 contains mainly red and green colors. Web safe color of #C2E698 is #CCCC99 (or #CC9).

RGB color model

#C2E698 color RGB value is (194,230,152).

RGB: (194,230,152) (76%, 90%, 60%)

RGB channels and saturation

R 194 of 255 = 76%
G 230 of 255 = 90%
B 152 of 255 = 60%

194
230
152

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

Portions of RGB colors in percentages

R + G + B = 194 + 230 + 152 = 576 (100%)
R 194 of 576 ~ 33.68%
G 230 of 576 ~ 39.93%
B 152 of 576 ~ 26.39'%

%33.68
%39.93
%26.39

CMYK color model

#C2E698 color CMYK value is (16,0,34,10).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 9.80%

CMYK: (16,0,34,10)
C16M0Y34K10 (16%, 0%, 34%, 10%)
(0.16 / 0.00 / 0.34 / 0.10)

CMYK percentages

%15.65
%0
%33.91
%9.8

Codes

Color #C2E698 in popluar color models

C2 E6 98
RGB 194 230 152
HSL 88° 60.94% 74.90%
HSB/HSV 88° 33.91% 90.20%
CMYK 15.65% 0.00% 33.91%
9.80%

Color #C2E698 in popluar number systems.

HEX C2 E6 98
Decimal 194 230 152
Binary 11000010 11100110 10011000
Octal 302 346 230

Shades and tints

Shades of #C2E698

#C2E698
(194,230,152)
#B1D28B
(177,210,139)
#A0BE7E
(160,190,126)
#8FAA71
(143,170,113)
#7E9664
(126,150,100)
#6D8257
(109,130,87)
#5C6E4A
(92,110,74)
#4B5A3D
(75,90,61)
#3A4630
(58,70,48)
#293223
(41,50,35)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #C2E698

#C2E698
(194,230,152)
#C7E8A1
(199,232,161)
#CCEAAA
(204,234,170)
#D1ECB3
(209,236,179)
#D6EEBC
(214,238,188)
#DBF0C5
(219,240,197)
#E0F2CE
(224,242,206)
#E5F4D7
(229,244,215)
#EAF6E0
(234,246,224)
#EFF8E9
(239,248,233)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E698 color. Also use rgb(194,230,152) instead hex code.

Text Font Color

.myTextColor { color: #C2E698; }

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

This text font color is #C2E698.

Background Color

.myBgColor { background-color: #C2E698; }

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

This div background color is #C2E698.

Border color

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

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

This div border color is #C2E698.

Opacity

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

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

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

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

This text has shadow with #C2E698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E698.

Preview

Color preview on black background

This text has color #C2E698 on black background.


Color preview on white background

This text has color #C2E698 on white background.


Black color preview on #C2E698 background

This text has black color on #C2E698 background.


White color preview on #C2E698 background

This text has white color on #C2E698 background.


Related colors

Complementary color

Complementary color for #hex is #3D1967.


I love getcolorcode.com

Triadic colors

1 #98C2E6 and #E698C2 with #C2E698 are triadic colors.

2 #98E6C2 and #E6C298 with #C2E698 are triadic colors.