COLOR #C1D4DF

HEX: #C1D4DF
RGB: (193,212,223)

Color info

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

RGB color model

#C1D4DF color RGB value is (193,212,223).

  • red value is 193;
  • green value is 212;
  • blue value is 223.
RGB:
(193,212,223)
(76%,83%,87%)

RGB channels and saturation

R 193 of 255 = 76%
G 212 of 255 = 83%
B 223 of 255 = 87%

193
212
223

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

Portions of RGB colors in percentages

R + G + B =
193 + 212 + 223 = 628 (100%)
R 193 of 628 ~ 30.73%
G 212 of 628 ~ 33.76%
B 223 of 628 ~ 35.51%

%30.73
%33.76
%35.51

CMYK color model

#C1D4DF color CMYK value is (13,5,0,13).

  • cyan value is 13.45%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,5,0,13)
C13M5Y0K13 
(13%,5%,0%,13%)
(0.13/0.05/0.00/0.13)	

CMYK percentages

%13.45
%4.93
%0
%12.55

Codes

Color #C1D4DF in popluar color models

C1D4DF
RGB193212223
HSL202°31.91%81.57%
HSB/HSV202°13.45%87.45%
CMYK13.45%4.93%0.00%
12.55%

Color #C1D4DF in popluar number systems.

HEXC1D4DF
Decimal193212223
Binary110000011101010011011111
Octal301324337

Shades and tints

Shades of #C1D4DF

#C1D4DF
(193,212,223)
#B0C1CB
(176,193,203)
#9FAEB7
(159,174,183)
#8E9BA3
(142,155,163)
#7D888F
(125,136,143)
#6C757B
(108,117,123)
#5B6267
(91,98,103)
#4A4F53
(74,79,83)
#393C3F
(57,60,63)
#28292B
(40,41,43)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #C1D4DF

#C1D4DF
(193,212,223)
#C6D7E1
(198,215,225)
#CBDAE3
(203,218,227)
#D0DDE5
(208,221,229)
#D5E0E7
(213,224,231)
#DAE3E9
(218,227,233)
#DFE6EB
(223,230,235)
#E4E9ED
(228,233,237)
#E9ECEF
(233,236,239)
#EEEFF1
(238,239,241)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D4DF color. Also use rgb(193,212,223) instead hex code.

Text Font Color

.myTextColor { color: #C1D4DF; }

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

This text font color is #C1D4DF.


Background Color

.myBgColor { background-color: #C1D4DF; }

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

This div background color is #C1D4DF.


Border color

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

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

This div border color is #C1D4DF.


Opacity

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

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

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

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

This text has shadow with #C1D4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D4DF on black background.


Color preview on white background

This text has color #C1D4DF on white background.



Black color preview on #C1D4DF background

This text has black color on #C1D4DF background.


White color preview on #C1D4DF background

This text has white color on #C1D4DF background.