COLOR #C2D495

HEX: #C2D495
RGB: (194,212,149)

Color info

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

RGB color model

#C2D495 color RGB value is (194,212,149).

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

RGB channels and saturation

R 194 of 255 = 76%
G 212 of 255 = 83%
B 149 of 255 = 58%

194
212
149

R + G + B ~ 72%. #C2D495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 212 + 149 = 555 (100%)
R 194 of 555 ~ 34.95%
G 212 of 555 ~ 38.2%
B 149 of 555 ~ 26.85%

%34.95
%38.2
%26.85

CMYK color model

#C2D495 color CMYK value is (8,0,30,17).

  • cyan value is 8.49%
  • magenta value is 0.00%
  • yellow value is 29.72%
  • key color value is 16.86%
CMYK:
(8,0,30,17)
C8M0Y30K17 
(8%,0%,30%,17%)
(0.08/0.00/0.30/0.17)	

CMYK percentages

%8.49
%0
%29.72
%16.86

Codes

Color #C2D495 in popluar color models

C2D495
RGB194212149
HSL77°42.28%70.78%
HSB/HSV77°29.72%83.14%
CMYK8.49%0.00%29.72%
16.86%

Color #C2D495 in popluar number systems.

HEXC2D495
Decimal194212149
Binary110000101101010010010101
Octal302324225

Shades and tints

Shades of #C2D495

#C2D495
(194,212,149)
#B1C188
(177,193,136)
#A0AE7B
(160,174,123)
#8F9B6E
(143,155,110)
#7E8861
(126,136,97)
#6D7554
(109,117,84)
#5C6247
(92,98,71)
#4B4F3A
(75,79,58)
#3A3C2D
(58,60,45)
#292920
(41,41,32)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #C2D495

#C2D495
(194,212,149)
#C7D79E
(199,215,158)
#CCDAA7
(204,218,167)
#D1DDB0
(209,221,176)
#D6E0B9
(214,224,185)
#DBE3C2
(219,227,194)
#E0E6CB
(224,230,203)
#E5E9D4
(229,233,212)
#EAECDD
(234,236,221)
#EFEFE6
(239,239,230)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D495; }

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

This text font color is #C2D495.


Background Color

.myBgColor { background-color: #C2D495; }

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

This div background color is #C2D495.


Border color

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

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

This div border color is #C2D495.


Opacity

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

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

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

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

This text has shadow with #C2D495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D495 on black background.


Color preview on white background

This text has color #C2D495 on white background.



Black color preview on #C2D495 background

This text has black color on #C2D495 background.


White color preview on #C2D495 background

This text has white color on #C2D495 background.