COLOR #C2D496

HEX: #C2D496
RGB: (194,212,150)

Color info

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

RGB color model

#C2D496 color RGB value is (194,212,150).

  • red value is 194;
  • green value is 212;
  • blue value is 150.
RGB:
(194,212,150)
(76%,83%,59%)

RGB channels and saturation

R 194 of 255 = 76%
G 212 of 255 = 83%
B 150 of 255 = 59%

194
212
150

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

Portions of RGB colors in percentages

R + G + B =
194 + 212 + 150 = 556 (100%)
R 194 of 556 ~ 34.89%
G 212 of 556 ~ 38.13%
B 150 of 556 ~ 26.98%

%34.89
%38.13
%26.98

CMYK color model

#C2D496 color CMYK value is (8,0,29,17).

  • cyan value is 8.49%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 16.86%
CMYK:
(8,0,29,17)
C8M0Y29K17 
(8%,0%,29%,17%)
(0.08/0.00/0.29/0.17)	

CMYK percentages

%8.49
%0
%29.25
%16.86

Codes

Color #C2D496 in popluar color models

C2D496
RGB194212150
HSL77°41.89%70.98%
HSB/HSV77°29.25%83.14%
CMYK8.49%0.00%29.25%
16.86%

Color #C2D496 in popluar number systems.

HEXC2D496
Decimal194212150
Binary110000101101010010010110
Octal302324226

Shades and tints

Shades of #C2D496

#C2D496
(194,212,150)
#B1C189
(177,193,137)
#A0AE7C
(160,174,124)
#8F9B6F
(143,155,111)
#7E8862
(126,136,98)
#6D7555
(109,117,85)
#5C6248
(92,98,72)
#4B4F3B
(75,79,59)
#3A3C2E
(58,60,46)
#292921
(41,41,33)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #C2D496

#C2D496
(194,212,150)
#C7D79F
(199,215,159)
#CCDAA8
(204,218,168)
#D1DDB1
(209,221,177)
#D6E0BA
(214,224,186)
#DBE3C3
(219,227,195)
#E0E6CC
(224,230,204)
#E5E9D5
(229,233,213)
#EAECDE
(234,236,222)
#EFEFE7
(239,239,231)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D496; }

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

This text font color is #C2D496.


Background Color

.myBgColor { background-color: #C2D496; }

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

This div background color is #C2D496.


Border color

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

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

This div border color is #C2D496.


Opacity

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

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

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

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

This text has shadow with #C2D496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D496 on black background.


Color preview on white background

This text has color #C2D496 on white background.



Black color preview on #C2D496 background

This text has black color on #C2D496 background.


White color preview on #C2D496 background

This text has white color on #C2D496 background.