COLOR #C2DA97

HEX: #C2DA97
RGB: (194,218,151)

Color info

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

RGB color model

#C2DA97 color RGB value is (194,218,151).

  • red value is 194;
  • green value is 218;
  • blue value is 151.
RGB:
(194,218,151)
(76%,85%,59%)

RGB channels and saturation

R 194 of 255 = 76%
G 218 of 255 = 85%
B 151 of 255 = 59%

194
218
151

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

Portions of RGB colors in percentages

R + G + B =
194 + 218 + 151 = 563 (100%)
R 194 of 563 ~ 34.46%
G 218 of 563 ~ 38.72%
B 151 of 563 ~ 26.82%

%34.46
%38.72
%26.82

CMYK color model

#C2DA97 color CMYK value is (11,0,31,15).

  • cyan value is 11.01%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 14.51%
CMYK:
(11,0,31,15)
C11M0Y31K15 
(11%,0%,31%,15%)
(0.11/0.00/0.31/0.15)	

CMYK percentages

%11.01
%0
%30.73
%14.51

Codes

Color #C2DA97 in popluar color models

C2DA97
RGB194218151
HSL81°47.52%72.35%
HSB/HSV81°30.73%85.49%
CMYK11.01%0.00%30.73%
14.51%

Color #C2DA97 in popluar number systems.

HEXC2DA97
Decimal194218151
Binary110000101101101010010111
Octal302332227

Shades and tints

Shades of #C2DA97

#C2DA97
(194,218,151)
#B1C78A
(177,199,138)
#A0B47D
(160,180,125)
#8FA170
(143,161,112)
#7E8E63
(126,142,99)
#6D7B56
(109,123,86)
#5C6849
(92,104,73)
#4B553C
(75,85,60)
#3A422F
(58,66,47)
#292F22
(41,47,34)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #C2DA97

#C2DA97
(194,218,151)
#C7DDA0
(199,221,160)
#CCE0A9
(204,224,169)
#D1E3B2
(209,227,178)
#D6E6BB
(214,230,187)
#DBE9C4
(219,233,196)
#E0ECCD
(224,236,205)
#E5EFD6
(229,239,214)
#EAF2DF
(234,242,223)
#EFF5E8
(239,245,232)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DA97 color. Also use rgb(194,218,151) instead hex code.

Text Font Color

.myTextColor { color: #C2DA97; }

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

This text font color is #C2DA97.


Background Color

.myBgColor { background-color: #C2DA97; }

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

This div background color is #C2DA97.


Border color

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

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

This div border color is #C2DA97.


Opacity

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

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

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

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

This text has shadow with #C2DA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DA97 on black background.


Color preview on white background

This text has color #C2DA97 on white background.



Black color preview on #C2DA97 background

This text has black color on #C2DA97 background.


White color preview on #C2DA97 background

This text has white color on #C2DA97 background.