COLOR #C2E59B

HEX: #C2E59B
RGB: (194,229,155)

Color info

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

RGB color model

#C2E59B color RGB value is (194,229,155).

  • red value is 194;
  • green value is 229;
  • blue value is 155.
RGB:
(194,229,155)
(76%,90%,61%)

RGB channels and saturation

R 194 of 255 = 76%
G 229 of 255 = 90%
B 155 of 255 = 61%

194
229
155

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

Portions of RGB colors in percentages

R + G + B =
194 + 229 + 155 = 578 (100%)
R 194 of 578 ~ 33.56%
G 229 of 578 ~ 39.62%
B 155 of 578 ~ 26.82%

%33.56
%39.62
%26.82

CMYK color model

#C2E59B color CMYK value is (15,0,32,10).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 10.20%
CMYK:
(15,0,32,10)
C15M0Y32K10 
(15%,0%,32%,10%)
(0.15/0.00/0.32/0.10)	

CMYK percentages

%15.28
%0
%32.31
%10.2

Codes

Color #C2E59B in popluar color models

C2E59B
RGB194229155
HSL88°58.73%75.29%
HSB/HSV88°32.31%89.80%
CMYK15.28%0.00%32.31%
10.20%

Color #C2E59B in popluar number systems.

HEXC2E59B
Decimal194229155
Binary110000101110010110011011
Octal302345233

Shades and tints

Shades of #C2E59B

#C2E59B
(194,229,155)
#B1D18D
(177,209,141)
#A0BD7F
(160,189,127)
#8FA971
(143,169,113)
#7E9563
(126,149,99)
#6D8155
(109,129,85)
#5C6D47
(92,109,71)
#4B5939
(75,89,57)
#3A452B
(58,69,43)
#29311D
(41,49,29)
#181D0F
(24,29,15)
#000000
(0,0,0)

Tints of #C2E59B

#C2E59B
(194,229,155)
#C7E7A4
(199,231,164)
#CCE9AD
(204,233,173)
#D1EBB6
(209,235,182)
#D6EDBF
(214,237,191)
#DBEFC8
(219,239,200)
#E0F1D1
(224,241,209)
#E5F3DA
(229,243,218)
#EAF5E3
(234,245,227)
#EFF7EC
(239,247,236)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E59B color. Also use rgb(194,229,155) instead hex code.

Text Font Color

.myTextColor { color: #C2E59B; }

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

This text font color is #C2E59B.


Background Color

.myBgColor { background-color: #C2E59B; }

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

This div background color is #C2E59B.


Border color

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

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

This div border color is #C2E59B.


Opacity

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

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

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

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

This text has shadow with #C2E59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E59B on black background.


Color preview on white background

This text has color #C2E59B on white background.



Black color preview on #C2E59B background

This text has black color on #C2E59B background.


White color preview on #C2E59B background

This text has white color on #C2E59B background.