COLOR #C2DEB3

HEX: #C2DEB3
RGB: (194,222,179)

Color info

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

RGB color model

#C2DEB3 color RGB value is (194,222,179).

  • red value is 194;
  • green value is 222;
  • blue value is 179.
RGB:
(194,222,179)
(76%,87%,70%)

RGB channels and saturation

R 194 of 255 = 76%
G 222 of 255 = 87%
B 179 of 255 = 70%

194
222
179

R + G + B ~ 78%. #C2DEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 222 + 179 = 595 (100%)
R 194 of 595 ~ 32.61%
G 222 of 595 ~ 37.31%
B 179 of 595 ~ 30.08%

%32.61
%37.31
%30.08

CMYK color model

#C2DEB3 color CMYK value is (13,0,19,13).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 12.94%
CMYK:
(13,0,19,13)
C13M0Y19K13 
(13%,0%,19%,13%)
(0.13/0.00/0.19/0.13)	

CMYK percentages

%12.61
%0
%19.37
%12.94

Codes

Color #C2DEB3 in popluar color models

C2DEB3
RGB194222179
HSL99°39.45%78.63%
HSB/HSV99°19.37%87.06%
CMYK12.61%0.00%19.37%
12.94%

Color #C2DEB3 in popluar number systems.

HEXC2DEB3
Decimal194222179
Binary110000101101111010110011
Octal302336263

Shades and tints

Shades of #C2DEB3

#C2DEB3
(194,222,179)
#B1CAA3
(177,202,163)
#A0B693
(160,182,147)
#8FA283
(143,162,131)
#7E8E73
(126,142,115)
#6D7A63
(109,122,99)
#5C6653
(92,102,83)
#4B5243
(75,82,67)
#3A3E33
(58,62,51)
#292A23
(41,42,35)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #C2DEB3

#C2DEB3
(194,222,179)
#C7E1B9
(199,225,185)
#CCE4BF
(204,228,191)
#D1E7C5
(209,231,197)
#D6EACB
(214,234,203)
#DBEDD1
(219,237,209)
#E0F0D7
(224,240,215)
#E5F3DD
(229,243,221)
#EAF6E3
(234,246,227)
#EFF9E9
(239,249,233)
#F4FCEF
(244,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DEB3 color. Also use rgb(194,222,179) instead hex code.

Text Font Color

.myTextColor { color: #C2DEB3; }

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

This text font color is #C2DEB3.


Background Color

.myBgColor { background-color: #C2DEB3; }

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

This div background color is #C2DEB3.


Border color

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

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

This div border color is #C2DEB3.


Opacity

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

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

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

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

This text has shadow with #C2DEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DEB3 on black background.


Color preview on white background

This text has color #C2DEB3 on white background.



Black color preview on #C2DEB3 background

This text has black color on #C2DEB3 background.


White color preview on #C2DEB3 background

This text has white color on #C2DEB3 background.