COLOR #C2D9DF

HEX: #C2D9DF RGB: (194,217,223)

Color info

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

RGB color model

#C2D9DF color RGB value is (194,217,223).

RGB: (194,217,223) (76%, 85%, 87%)

RGB channels and saturation

R 194 of 255 = 76%
G 217 of 255 = 85%
B 223 of 255 = 87%

194
217
223

R + G + B ~ 83%. #C2D9DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 217 + 223 = 634 (100%)
R 194 of 634 ~ 30.6%
G 217 of 634 ~ 34.23%
B 223 of 634 ~ 35.17'%

%30.6
%34.23
%35.17

CMYK color model

#C2D9DF color CMYK value is (13,3,0,13).

  • cyan value is 13.00%
  • magenta value is 2.69%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (13,3,0,13)
C13M3Y0K13 (13%, 3%, 0%, 13%)
(0.13 / 0.03 / 0.00 / 0.13)

CMYK percentages

%13
%2.69
%0
%12.55

Codes

Color #C2D9DF in popluar color models

C2 D9 DF
RGB 194 217 223
HSL 192° 31.18% 81.76%
HSB/HSV 192° 13.00% 87.45%
CMYK 13.00% 2.69% 0.00%
12.55%

Color #C2D9DF in popluar number systems.

HEX C2 D9 DF
Decimal 194 217 223
Binary 11000010 11011001 11011111
Octal 302 331 337

Shades and tints

Shades of #C2D9DF

#C2D9DF
(194,217,223)
#B1C6CB
(177,198,203)
#A0B3B7
(160,179,183)
#8FA0A3
(143,160,163)
#7E8D8F
(126,141,143)
#6D7A7B
(109,122,123)
#5C6767
(92,103,103)
#4B5453
(75,84,83)
#3A413F
(58,65,63)
#292E2B
(41,46,43)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #C2D9DF

#C2D9DF
(194,217,223)
#C7DCE1
(199,220,225)
#CCDFE3
(204,223,227)
#D1E2E5
(209,226,229)
#D6E5E7
(214,229,231)
#DBE8E9
(219,232,233)
#E0EBEB
(224,235,235)
#E5EEED
(229,238,237)
#EAF1EF
(234,241,239)
#EFF4F1
(239,244,241)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D9DF; }

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

This text font color is #C2D9DF.

Background Color

.myBgColor { background-color: #C2D9DF; }

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

This div background color is #C2D9DF.

Border color

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

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

This div border color is #C2D9DF.

Opacity

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

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

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

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

This text has shadow with #C2D9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D9DF.

Preview

Color preview on black background

This text has color #C2D9DF on black background.


Color preview on white background

This text has color #C2D9DF on white background.


Black color preview on #C2D9DF background

This text has black color on #C2D9DF background.


White color preview on #C2D9DF background

This text has white color on #C2D9DF background.


Related colors

Complementary color

Complementary color for #hex is #3D2620.


I love getcolorcode.com

Triadic colors

1 #DFC2D9 and #D9DFC2 with #C2D9DF are triadic colors.

2 #DFD9C2 and #D9C2DF with #C2D9DF are triadic colors.