COLOR #C2D39F

HEX: #C2D39F
RGB: (194,211,159)

Color info

#C2D39F contains red, green and blue colors in about the same proportion. Web safe color of #C2D39F is #CCCC99 (or #CC9).

RGB color model

#C2D39F color RGB value is (194,211,159).

  • red value is 194;
  • green value is 211;
  • blue value is 159.
RGB:
(194,211,159)
(76%,83%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 211 of 255 = 83%
B 159 of 255 = 62%

194
211
159

R + G + B ~ 74%. #C2D39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 211 + 159 = 564 (100%)
R 194 of 564 ~ 34.4%
G 211 of 564 ~ 37.41%
B 159 of 564 ~ 28.19%

%34.4
%37.41
%28.19

CMYK color model

#C2D39F color CMYK value is (8,0,25,17).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 17.25%
CMYK:
(8,0,25,17)
C8M0Y25K17 
(8%,0%,25%,17%)
(0.08/0.00/0.25/0.17)	

CMYK percentages

%8.06
%0
%24.64
%17.25

Codes

Color #C2D39F in popluar color models

C2D39F
RGB194211159
HSL80°37.14%72.55%
HSB/HSV80°24.64%82.75%
CMYK8.06%0.00%24.64%
17.25%

Color #C2D39F in popluar number systems.

HEXC2D39F
Decimal194211159
Binary110000101101001110011111
Octal302323237

Shades and tints

Shades of #C2D39F

#C2D39F
(194,211,159)
#B1C091
(177,192,145)
#A0AD83
(160,173,131)
#8F9A75
(143,154,117)
#7E8767
(126,135,103)
#6D7459
(109,116,89)
#5C614B
(92,97,75)
#4B4E3D
(75,78,61)
#3A3B2F
(58,59,47)
#292821
(41,40,33)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #C2D39F

#C2D39F
(194,211,159)
#C7D7A7
(199,215,167)
#CCDBAF
(204,219,175)
#D1DFB7
(209,223,183)
#D6E3BF
(214,227,191)
#DBE7C7
(219,231,199)
#E0EBCF
(224,235,207)
#E5EFD7
(229,239,215)
#EAF3DF
(234,243,223)
#EFF7E7
(239,247,231)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D39F color. Also use rgb(194,211,159) instead hex code.

Text Font Color

.myTextColor { color: #C2D39F; }

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

This text font color is #C2D39F.


Background Color

.myBgColor { background-color: #C2D39F; }

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

This div background color is #C2D39F.


Border color

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

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

This div border color is #C2D39F.


Opacity

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

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

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

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

This text has shadow with #C2D39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D39F on black background.


Color preview on white background

This text has color #C2D39F on white background.



Black color preview on #C2D39F background

This text has black color on #C2D39F background.


White color preview on #C2D39F background

This text has white color on #C2D39F background.