COLOR #C2DF9F

HEX: #C2DF9F
RGB: (194,223,159)

Color info

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

RGB color model

#C2DF9F color RGB value is (194,223,159).

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

RGB channels and saturation

R 194 of 255 = 76%
G 223 of 255 = 87%
B 159 of 255 = 62%

194
223
159

R + G + B ~ 75%. #C2DF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 223 + 159 = 576 (100%)
R 194 of 576 ~ 33.68%
G 223 of 576 ~ 38.72%
B 159 of 576 ~ 27.6%

%33.68
%38.72
%27.6

CMYK color model

#C2DF9F color CMYK value is (13,0,29,13).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 12.55%
CMYK:
(13,0,29,13)
C13M0Y29K13 
(13%,0%,29%,13%)
(0.13/0.00/0.29/0.13)	

CMYK percentages

%13
%0
%28.7
%12.55

Codes

Color #C2DF9F in popluar color models

C2DF9F
RGB194223159
HSL87°50.00%74.90%
HSB/HSV87°28.70%87.45%
CMYK13.00%0.00%28.70%
12.55%

Color #C2DF9F in popluar number systems.

HEXC2DF9F
Decimal194223159
Binary110000101101111110011111
Octal302337237

Shades and tints

Shades of #C2DF9F

#C2DF9F
(194,223,159)
#B1CB91
(177,203,145)
#A0B783
(160,183,131)
#8FA375
(143,163,117)
#7E8F67
(126,143,103)
#6D7B59
(109,123,89)
#5C674B
(92,103,75)
#4B533D
(75,83,61)
#3A3F2F
(58,63,47)
#292B21
(41,43,33)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #C2DF9F

#C2DF9F
(194,223,159)
#C7E1A7
(199,225,167)
#CCE3AF
(204,227,175)
#D1E5B7
(209,229,183)
#D6E7BF
(214,231,191)
#DBE9C7
(219,233,199)
#E0EBCF
(224,235,207)
#E5EDD7
(229,237,215)
#EAEFDF
(234,239,223)
#EFF1E7
(239,241,231)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DF9F; }

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

This text font color is #C2DF9F.


Background Color

.myBgColor { background-color: #C2DF9F; }

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

This div background color is #C2DF9F.


Border color

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

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

This div border color is #C2DF9F.


Opacity

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

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

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

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

This text has shadow with #C2DF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DF9F on black background.


Color preview on white background

This text has color #C2DF9F on white background.



Black color preview on #C2DF9F background

This text has black color on #C2DF9F background.


White color preview on #C2DF9F background

This text has white color on #C2DF9F background.