COLOR #C2DDBA

HEX: #C2DDBA
RGB: (194,221,186)

Color info

#C2DDBA contains red, green and blue colors in about the same proportion. Web safe color of #C2DDBA is #CCCCCC (or #CCC).

RGB color model

#C2DDBA color RGB value is (194,221,186).

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

RGB channels and saturation

R 194 of 255 = 76%
G 221 of 255 = 87%
B 186 of 255 = 73%

194
221
186

R + G + B ~ 79%. #C2DDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 221 + 186 = 601 (100%)
R 194 of 601 ~ 32.28%
G 221 of 601 ~ 36.77%
B 186 of 601 ~ 30.95%

%32.28
%36.77
%30.95

CMYK color model

#C2DDBA color CMYK value is (12,0,16,13).

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 13.33%
CMYK:
(12,0,16,13)
C12M0Y16K13 
(12%,0%,16%,13%)
(0.12/0.00/0.16/0.13)	

CMYK percentages

%12.22
%0
%15.84
%13.33

Codes

Color #C2DDBA in popluar color models

C2DDBA
RGB194221186
HSL106°33.98%79.80%
HSB/HSV106°15.84%86.67%
CMYK12.22%0.00%15.84%
13.33%

Color #C2DDBA in popluar number systems.

HEXC2DDBA
Decimal194221186
Binary110000101101110110111010
Octal302335272

Shades and tints

Shades of #C2DDBA

#C2DDBA
(194,221,186)
#B1C9AA
(177,201,170)
#A0B59A
(160,181,154)
#8FA18A
(143,161,138)
#7E8D7A
(126,141,122)
#6D796A
(109,121,106)
#5C655A
(92,101,90)
#4B514A
(75,81,74)
#3A3D3A
(58,61,58)
#29292A
(41,41,42)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #C2DDBA

#C2DDBA
(194,221,186)
#C7E0C0
(199,224,192)
#CCE3C6
(204,227,198)
#D1E6CC
(209,230,204)
#D6E9D2
(214,233,210)
#DBECD8
(219,236,216)
#E0EFDE
(224,239,222)
#E5F2E4
(229,242,228)
#EAF5EA
(234,245,234)
#EFF8F0
(239,248,240)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DDBA; }

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

This text font color is #C2DDBA.


Background Color

.myBgColor { background-color: #C2DDBA; }

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

This div background color is #C2DDBA.


Border color

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

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

This div border color is #C2DDBA.


Opacity

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

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

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

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

This text has shadow with #C2DDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DDBA on black background.


Color preview on white background

This text has color #C2DDBA on white background.



Black color preview on #C2DDBA background

This text has black color on #C2DDBA background.


White color preview on #C2DDBA background

This text has white color on #C2DDBA background.