COLOR #C2DDA1

HEX: #C2DDA1
RGB: (194,221,161)

Color info

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

RGB color model

#C2DDA1 color RGB value is (194,221,161).

  • red value is 194;
  • green value is 221;
  • blue value is 161.
RGB:
(194,221,161)
(76%,87%,63%)

RGB channels and saturation

R 194 of 255 = 76%
G 221 of 255 = 87%
B 161 of 255 = 63%

194
221
161

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

Portions of RGB colors in percentages

R + G + B =
194 + 221 + 161 = 576 (100%)
R 194 of 576 ~ 33.68%
G 221 of 576 ~ 38.37%
B 161 of 576 ~ 27.95%

%33.68
%38.37
%27.95

CMYK color model

#C2DDA1 color CMYK value is (12,0,27,13).

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 27.15%
  • key color value is 13.33%
CMYK:
(12,0,27,13)
C12M0Y27K13 
(12%,0%,27%,13%)
(0.12/0.00/0.27/0.13)	

CMYK percentages

%12.22
%0
%27.15
%13.33

Codes

Color #C2DDA1 in popluar color models

C2DDA1
RGB194221161
HSL87°46.88%74.90%
HSB/HSV87°27.15%86.67%
CMYK12.22%0.00%27.15%
13.33%

Color #C2DDA1 in popluar number systems.

HEXC2DDA1
Decimal194221161
Binary110000101101110110100001
Octal302335241

Shades and tints

Shades of #C2DDA1

#C2DDA1
(194,221,161)
#B1C993
(177,201,147)
#A0B585
(160,181,133)
#8FA177
(143,161,119)
#7E8D69
(126,141,105)
#6D795B
(109,121,91)
#5C654D
(92,101,77)
#4B513F
(75,81,63)
#3A3D31
(58,61,49)
#292923
(41,41,35)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #C2DDA1

#C2DDA1
(194,221,161)
#C7E0A9
(199,224,169)
#CCE3B1
(204,227,177)
#D1E6B9
(209,230,185)
#D6E9C1
(214,233,193)
#DBECC9
(219,236,201)
#E0EFD1
(224,239,209)
#E5F2D9
(229,242,217)
#EAF5E1
(234,245,225)
#EFF8E9
(239,248,233)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DDA1 color. Also use rgb(194,221,161) instead hex code.

Text Font Color

.myTextColor { color: #C2DDA1; }

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

This text font color is #C2DDA1.


Background Color

.myBgColor { background-color: #C2DDA1; }

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

This div background color is #C2DDA1.


Border color

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

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

This div border color is #C2DDA1.


Opacity

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

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

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

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

This text has shadow with #C2DDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DDA1 on black background.


Color preview on white background

This text has color #C2DDA1 on white background.



Black color preview on #C2DDA1 background

This text has black color on #C2DDA1 background.


White color preview on #C2DDA1 background

This text has white color on #C2DDA1 background.