COLOR #C2DDB9

HEX: #C2DDB9
RGB: (194,221,185)

Color info

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

RGB color model

#C2DDB9 color RGB value is (194,221,185).

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

RGB channels and saturation

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

194
221
185

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

Portions of RGB colors in percentages

R + G + B =
194 + 221 + 185 = 600 (100%)
R 194 of 600 ~ 32.33%
G 221 of 600 ~ 36.83%
B 185 of 600 ~ 30.83%

%32.33
%36.83
%30.83

CMYK color model

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

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • 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
%16.29
%13.33

Codes

Color #C2DDB9 in popluar color models

C2DDB9
RGB194221185
HSL105°34.62%79.61%
HSB/HSV105°16.29%86.67%
CMYK12.22%0.00%16.29%
13.33%

Color #C2DDB9 in popluar number systems.

HEXC2DDB9
Decimal194221185
Binary110000101101110110111001
Octal302335271

Shades and tints

Shades of #C2DDB9

#C2DDB9
(194,221,185)
#B1C9A9
(177,201,169)
#A0B599
(160,181,153)
#8FA189
(143,161,137)
#7E8D79
(126,141,121)
#6D7969
(109,121,105)
#5C6559
(92,101,89)
#4B5149
(75,81,73)
#3A3D39
(58,61,57)
#292929
(41,41,41)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #C2DDB9

#C2DDB9
(194,221,185)
#C7E0BF
(199,224,191)
#CCE3C5
(204,227,197)
#D1E6CB
(209,230,203)
#D6E9D1
(214,233,209)
#DBECD7
(219,236,215)
#E0EFDD
(224,239,221)
#E5F2E3
(229,242,227)
#EAF5E9
(234,245,233)
#EFF8EF
(239,248,239)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DDB9; }

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

This text font color is #C2DDB9.


Background Color

.myBgColor { background-color: #C2DDB9; }

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

This div background color is #C2DDB9.


Border color

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

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

This div border color is #C2DDB9.


Opacity

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

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

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

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

This text has shadow with #C2DDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DDB9 on black background.


Color preview on white background

This text has color #C2DDB9 on white background.



Black color preview on #C2DDB9 background

This text has black color on #C2DDB9 background.


White color preview on #C2DDB9 background

This text has white color on #C2DDB9 background.