COLOR #D1DDDE

HEX: #D1DDDE
RGB: (209,221,222)

Color info

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

RGB color model

#D1DDDE color RGB value is (209,221,222).

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

RGB channels and saturation

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

209
221
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 222 = 652 (100%)
R 209 of 652 ~ 32.06%
G 221 of 652 ~ 33.9%
B 222 of 652 ~ 34.05%

%32.06
%33.9
%34.05

CMYK color model

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

  • cyan value is 5.86%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,0,0,13)
C6M0Y0K13 
(6%,0%,0%,13%)
(0.06/0.00/0.00/0.13)	

CMYK percentages

%5.86
%0.45
%0
%12.94

Codes

Color #D1DDDE in popluar color models

D1DDDE
RGB209221222
HSL185°16.46%84.51%
HSB/HSV185°5.86%87.06%
CMYK5.86%0.45%0.00%
12.94%

Color #D1DDDE in popluar number systems.

HEXD1DDDE
Decimal209221222
Binary110100011101110111011110
Octal321335336

Shades and tints

Shades of #D1DDDE

#D1DDDE
(209,221,222)
#BEC9CA
(190,201,202)
#ABB5B6
(171,181,182)
#98A1A2
(152,161,162)
#858D8E
(133,141,142)
#72797A
(114,121,122)
#5F6566
(95,101,102)
#4C5152
(76,81,82)
#393D3E
(57,61,62)
#26292A
(38,41,42)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #D1DDDE

#D1DDDE
(209,221,222)
#D5E0E1
(213,224,225)
#D9E3E4
(217,227,228)
#DDE6E7
(221,230,231)
#E1E9EA
(225,233,234)
#E5ECED
(229,236,237)
#E9EFF0
(233,239,240)
#EDF2F3
(237,242,243)
#F1F5F6
(241,245,246)
#F5F8F9
(245,248,249)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DDDE; }

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

This text font color is #D1DDDE.


Background Color

.myBgColor { background-color: #D1DDDE; }

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

This div background color is #D1DDDE.


Border color

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

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

This div border color is #D1DDDE.


Opacity

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

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

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

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

This text has shadow with #D1DDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDDE on black background.


Color preview on white background

This text has color #D1DDDE on white background.



Black color preview on #D1DDDE background

This text has black color on #D1DDDE background.


White color preview on #D1DDDE background

This text has white color on #D1DDDE background.