COLOR #C2DCDA

HEX: #C2DCDA
RGB: (194,220,218)

Color info

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

RGB color model

#C2DCDA color RGB value is (194,220,218).

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

RGB channels and saturation

R 194 of 255 = 76%
G 220 of 255 = 86%
B 218 of 255 = 85%

194
220
218

R + G + B ~ 82%. #C2DCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 220 + 218 = 632 (100%)
R 194 of 632 ~ 30.7%
G 220 of 632 ~ 34.81%
B 218 of 632 ~ 34.49%

%30.7
%34.81
%34.49

CMYK color model

#C2DCDA color CMYK value is (12,0,1,14).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK:
(12,0,1,14)
C12M0Y1K14 
(12%,0%,1%,14%)
(0.12/0.00/0.01/0.14)	

CMYK percentages

%11.82
%0
%0.91
%13.73

Codes

Color #C2DCDA in popluar color models

C2DCDA
RGB194220218
HSL175°27.08%81.18%
HSB/HSV175°11.82%86.27%
CMYK11.82%0.00%0.91%
13.73%

Color #C2DCDA in popluar number systems.

HEXC2DCDA
Decimal194220218
Binary110000101101110011011010
Octal302334332

Shades and tints

Shades of #C2DCDA

#C2DCDA
(194,220,218)
#B1C8C7
(177,200,199)
#A0B4B4
(160,180,180)
#8FA0A1
(143,160,161)
#7E8C8E
(126,140,142)
#6D787B
(109,120,123)
#5C6468
(92,100,104)
#4B5055
(75,80,85)
#3A3C42
(58,60,66)
#29282F
(41,40,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #C2DCDA

#C2DCDA
(194,220,218)
#C7DFDD
(199,223,221)
#CCE2E0
(204,226,224)
#D1E5E3
(209,229,227)
#D6E8E6
(214,232,230)
#DBEBE9
(219,235,233)
#E0EEEC
(224,238,236)
#E5F1EF
(229,241,239)
#EAF4F2
(234,244,242)
#EFF7F5
(239,247,245)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DCDA; }

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

This text font color is #C2DCDA.


Background Color

.myBgColor { background-color: #C2DCDA; }

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

This div background color is #C2DCDA.


Border color

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

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

This div border color is #C2DCDA.


Opacity

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

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

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

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

This text has shadow with #C2DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DCDA on black background.


Color preview on white background

This text has color #C2DCDA on white background.



Black color preview on #C2DCDA background

This text has black color on #C2DCDA background.


White color preview on #C2DCDA background

This text has white color on #C2DCDA background.