COLOR #D1DDDF

HEX: #D1DDDF
RGB: (209,221,223)

Color info

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

RGB color model

#D1DDDF color RGB value is (209,221,223).

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

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 223 of 255 = 87%

209
221
223

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

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 223 = 653 (100%)
R 209 of 653 ~ 32.01%
G 221 of 653 ~ 33.84%
B 223 of 653 ~ 34.15%

%32.01
%33.84
%34.15

CMYK color model

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

  • cyan value is 6.28%
  • magenta value is 0.90%
  • 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
%0.9
%0
%12.55

Codes

Color #D1DDDF in popluar color models

D1DDDF
RGB209221223
HSL189°17.95%84.71%
HSB/HSV189°6.28%87.45%
CMYK6.28%0.90%0.00%
12.55%

Color #D1DDDF in popluar number systems.

HEXD1DDDF
Decimal209221223
Binary110100011101110111011111
Octal321335337

Shades and tints

Shades of #D1DDDF

#D1DDDF
(209,221,223)
#BEC9CB
(190,201,203)
#ABB5B7
(171,181,183)
#98A1A3
(152,161,163)
#858D8F
(133,141,143)
#72797B
(114,121,123)
#5F6567
(95,101,103)
#4C5153
(76,81,83)
#393D3F
(57,61,63)
#26292B
(38,41,43)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #D1DDDF

#D1DDDF
(209,221,223)
#D5E0E1
(213,224,225)
#D9E3E3
(217,227,227)
#DDE6E5
(221,230,229)
#E1E9E7
(225,233,231)
#E5ECE9
(229,236,233)
#E9EFEB
(233,239,235)
#EDF2ED
(237,242,237)
#F1F5EF
(241,245,239)
#F5F8F1
(245,248,241)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DDDF; }

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

This text font color is #D1DDDF.


Background Color

.myBgColor { background-color: #D1DDDF; }

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

This div background color is #D1DDDF.


Border color

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

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

This div border color is #D1DDDF.


Opacity

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

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

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

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

This text has shadow with #D1DDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDDF on black background.


Color preview on white background

This text has color #D1DDDF on white background.



Black color preview on #D1DDDF background

This text has black color on #D1DDDF background.


White color preview on #D1DDDF background

This text has white color on #D1DDDF background.