COLOR #C2D2DF

HEX: #C2D2DF
RGB: (194,210,223)

Color info

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

RGB color model

#C2D2DF color RGB value is (194,210,223).

  • red value is 194;
  • green value is 210;
  • blue value is 223.
RGB:
(194,210,223)
(76%,82%,87%)

RGB channels and saturation

R 194 of 255 = 76%
G 210 of 255 = 82%
B 223 of 255 = 87%

194
210
223

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

Portions of RGB colors in percentages

R + G + B =
194 + 210 + 223 = 627 (100%)
R 194 of 627 ~ 30.94%
G 210 of 627 ~ 33.49%
B 223 of 627 ~ 35.57%

%30.94
%33.49
%35.57

CMYK color model

#C2D2DF color CMYK value is (13,6,0,13).

  • cyan value is 13.00%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,6,0,13)
C13M6Y0K13 
(13%,6%,0%,13%)
(0.13/0.06/0.00/0.13)	

CMYK percentages

%13
%5.83
%0
%12.55

Codes

Color #C2D2DF in popluar color models

C2D2DF
RGB194210223
HSL207°31.18%81.76%
HSB/HSV207°13.00%87.45%
CMYK13.00%5.83%0.00%
12.55%

Color #C2D2DF in popluar number systems.

HEXC2D2DF
Decimal194210223
Binary110000101101001011011111
Octal302322337

Shades and tints

Shades of #C2D2DF

#C2D2DF
(194,210,223)
#B1BFCB
(177,191,203)
#A0ACB7
(160,172,183)
#8F99A3
(143,153,163)
#7E868F
(126,134,143)
#6D737B
(109,115,123)
#5C6067
(92,96,103)
#4B4D53
(75,77,83)
#3A3A3F
(58,58,63)
#29272B
(41,39,43)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #C2D2DF

#C2D2DF
(194,210,223)
#C7D6E1
(199,214,225)
#CCDAE3
(204,218,227)
#D1DEE5
(209,222,229)
#D6E2E7
(214,226,231)
#DBE6E9
(219,230,233)
#E0EAEB
(224,234,235)
#E5EEED
(229,238,237)
#EAF2EF
(234,242,239)
#EFF6F1
(239,246,241)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D2DF color. Also use rgb(194,210,223) instead hex code.

Text Font Color

.myTextColor { color: #C2D2DF; }

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

This text font color is #C2D2DF.


Background Color

.myBgColor { background-color: #C2D2DF; }

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

This div background color is #C2D2DF.


Border color

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

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

This div border color is #C2D2DF.


Opacity

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

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

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

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

This text has shadow with #C2D2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D2DF on black background.


Color preview on white background

This text has color #C2D2DF on white background.



Black color preview on #C2D2DF background

This text has black color on #C2D2DF background.


White color preview on #C2D2DF background

This text has white color on #C2D2DF background.