COLOR #C2DCB4

HEX: #C2DCB4
RGB: (194,220,180)

Color info

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

RGB color model

#C2DCB4 color RGB value is (194,220,180).

  • red value is 194;
  • green value is 220;
  • blue value is 180.
RGB:
(194,220,180)
(76%,86%,71%)

RGB channels and saturation

R 194 of 255 = 76%
G 220 of 255 = 86%
B 180 of 255 = 71%

194
220
180

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

Portions of RGB colors in percentages

R + G + B =
194 + 220 + 180 = 594 (100%)
R 194 of 594 ~ 32.66%
G 220 of 594 ~ 37.04%
B 180 of 594 ~ 30.3%

%32.66
%37.04
%30.3

CMYK color model

#C2DCB4 color CMYK value is (12,0,18,14).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 13.73%
CMYK:
(12,0,18,14)
C12M0Y18K14 
(12%,0%,18%,14%)
(0.12/0.00/0.18/0.14)	

CMYK percentages

%11.82
%0
%18.18
%13.73

Codes

Color #C2DCB4 in popluar color models

C2DCB4
RGB194220180
HSL99°36.36%78.43%
HSB/HSV99°18.18%86.27%
CMYK11.82%0.00%18.18%
13.73%

Color #C2DCB4 in popluar number systems.

HEXC2DCB4
Decimal194220180
Binary110000101101110010110100
Octal302334264

Shades and tints

Shades of #C2DCB4

#C2DCB4
(194,220,180)
#B1C8A4
(177,200,164)
#A0B494
(160,180,148)
#8FA084
(143,160,132)
#7E8C74
(126,140,116)
#6D7864
(109,120,100)
#5C6454
(92,100,84)
#4B5044
(75,80,68)
#3A3C34
(58,60,52)
#292824
(41,40,36)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #C2DCB4

#C2DCB4
(194,220,180)
#C7DFBA
(199,223,186)
#CCE2C0
(204,226,192)
#D1E5C6
(209,229,198)
#D6E8CC
(214,232,204)
#DBEBD2
(219,235,210)
#E0EED8
(224,238,216)
#E5F1DE
(229,241,222)
#EAF4E4
(234,244,228)
#EFF7EA
(239,247,234)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DCB4 color. Also use rgb(194,220,180) instead hex code.

Text Font Color

.myTextColor { color: #C2DCB4; }

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

This text font color is #C2DCB4.


Background Color

.myBgColor { background-color: #C2DCB4; }

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

This div background color is #C2DCB4.


Border color

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

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

This div border color is #C2DCB4.


Opacity

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

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

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

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

This text has shadow with #C2DCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DCB4 on black background.


Color preview on white background

This text has color #C2DCB4 on white background.



Black color preview on #C2DCB4 background

This text has black color on #C2DCB4 background.


White color preview on #C2DCB4 background

This text has white color on #C2DCB4 background.