COLOR #D1DCDF

HEX: #D1DCDF
RGB: (209,220,223)

Color info

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

RGB color model

#D1DCDF color RGB value is (209,220,223).

  • red value is 209;
  • green value is 220;
  • blue value is 223.
RGB:
(209,220,223)
(82%,86%,87%)

RGB channels and saturation

R 209 of 255 = 82%
G 220 of 255 = 86%
B 223 of 255 = 87%

209
220
223

R + G + B ~ 85%. #D1DCDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 220 + 223 = 652 (100%)
R 209 of 652 ~ 32.06%
G 220 of 652 ~ 33.74%
B 223 of 652 ~ 34.2%

%32.06
%33.74
%34.2

CMYK color model

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

  • cyan value is 6.28%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(6,1,0,13)
C6M1Y0K13 
(6%,1%,0%,13%)
(0.06/0.01/0.00/0.13)	

CMYK percentages

%6.28
%1.35
%0
%12.55

Codes

Color #D1DCDF in popluar color models

D1DCDF
RGB209220223
HSL193°17.95%84.71%
HSB/HSV193°6.28%87.45%
CMYK6.28%1.35%0.00%
12.55%

Color #D1DCDF in popluar number systems.

HEXD1DCDF
Decimal209220223
Binary110100011101110011011111
Octal321334337

Shades and tints

Shades of #D1DCDF

#D1DCDF
(209,220,223)
#BEC8CB
(190,200,203)
#ABB4B7
(171,180,183)
#98A0A3
(152,160,163)
#858C8F
(133,140,143)
#72787B
(114,120,123)
#5F6467
(95,100,103)
#4C5053
(76,80,83)
#393C3F
(57,60,63)
#26282B
(38,40,43)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #D1DCDF

#D1DCDF
(209,220,223)
#D5DFE1
(213,223,225)
#D9E2E3
(217,226,227)
#DDE5E5
(221,229,229)
#E1E8E7
(225,232,231)
#E5EBE9
(229,235,233)
#E9EEEB
(233,238,235)
#EDF1ED
(237,241,237)
#F1F4EF
(241,244,239)
#F5F7F1
(245,247,241)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DCDF color. Also use rgb(209,220,223) instead hex code.

Text Font Color

.myTextColor { color: #D1DCDF; }

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

This text font color is #D1DCDF.


Background Color

.myBgColor { background-color: #D1DCDF; }

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

This div background color is #D1DCDF.


Border color

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

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

This div border color is #D1DCDF.


Opacity

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

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

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

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

This text has shadow with #D1DCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DCDF on black background.


Color preview on white background

This text has color #D1DCDF on white background.



Black color preview on #D1DCDF background

This text has black color on #D1DCDF background.


White color preview on #D1DCDF background

This text has white color on #D1DCDF background.