COLOR #C2E48B

HEX: #C2E48B
RGB: (194,228,139)

Color info

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

RGB color model

#C2E48B color RGB value is (194,228,139).

  • red value is 194;
  • green value is 228;
  • blue value is 139.
RGB:
(194,228,139)
(76%,89%,55%)

RGB channels and saturation

R 194 of 255 = 76%
G 228 of 255 = 89%
B 139 of 255 = 55%

194
228
139

R + G + B ~ 73%. #C2E48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 228 + 139 = 561 (100%)
R 194 of 561 ~ 34.58%
G 228 of 561 ~ 40.64%
B 139 of 561 ~ 24.78%

%34.58
%40.64
%24.78

CMYK color model

#C2E48B color CMYK value is (15,0,39,11).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 10.59%
CMYK:
(15,0,39,11)
C15M0Y39K11 
(15%,0%,39%,11%)
(0.15/0.00/0.39/0.11)	

CMYK percentages

%14.91
%0
%39.04
%10.59

Codes

Color #C2E48B in popluar color models

C2E48B
RGB194228139
HSL83°62.24%71.96%
HSB/HSV83°39.04%89.41%
CMYK14.91%0.00%39.04%
10.59%

Color #C2E48B in popluar number systems.

HEXC2E48B
Decimal194228139
Binary110000101110010010001011
Octal302344213

Shades and tints

Shades of #C2E48B

#C2E48B
(194,228,139)
#B1D07F
(177,208,127)
#A0BC73
(160,188,115)
#8FA867
(143,168,103)
#7E945B
(126,148,91)
#6D804F
(109,128,79)
#5C6C43
(92,108,67)
#4B5837
(75,88,55)
#3A442B
(58,68,43)
#29301F
(41,48,31)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #C2E48B

#C2E48B
(194,228,139)
#C7E695
(199,230,149)
#CCE89F
(204,232,159)
#D1EAA9
(209,234,169)
#D6ECB3
(214,236,179)
#DBEEBD
(219,238,189)
#E0F0C7
(224,240,199)
#E5F2D1
(229,242,209)
#EAF4DB
(234,244,219)
#EFF6E5
(239,246,229)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E48B color. Also use rgb(194,228,139) instead hex code.

Text Font Color

.myTextColor { color: #C2E48B; }

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

This text font color is #C2E48B.


Background Color

.myBgColor { background-color: #C2E48B; }

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

This div background color is #C2E48B.


Border color

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

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

This div border color is #C2E48B.


Opacity

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

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

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

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

This text has shadow with #C2E48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E48B on black background.


Color preview on white background

This text has color #C2E48B on white background.



Black color preview on #C2E48B background

This text has black color on #C2E48B background.


White color preview on #C2E48B background

This text has white color on #C2E48B background.