COLOR #D1DDE4

HEX: #D1DDE4
RGB: (209,221,228)

Color info

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

RGB color model

#D1DDE4 color RGB value is (209,221,228).

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

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 228 of 255 = 89%

209
221
228

R + G + B ~ 86%. #D1DDE4 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 228 = 658 (100%)
R 209 of 658 ~ 31.76%
G 221 of 658 ~ 33.59%
B 228 of 658 ~ 34.65%

%31.76
%33.59
%34.65

CMYK color model

#D1DDE4 color CMYK value is (8,3,0,11).

  • cyan value is 8.33%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(8,3,0,11)
C8M3Y0K11 
(8%,3%,0%,11%)
(0.08/0.03/0.00/0.11)	

CMYK percentages

%8.33
%3.07
%0
%10.59

Codes

Color #D1DDE4 in popluar color models

D1DDE4
RGB209221228
HSL202°26.03%85.69%
HSB/HSV202°8.33%89.41%
CMYK8.33%3.07%0.00%
10.59%

Color #D1DDE4 in popluar number systems.

HEXD1DDE4
Decimal209221228
Binary110100011101110111100100
Octal321335344

Shades and tints

Shades of #D1DDE4

#D1DDE4
(209,221,228)
#BEC9D0
(190,201,208)
#ABB5BC
(171,181,188)
#98A1A8
(152,161,168)
#858D94
(133,141,148)
#727980
(114,121,128)
#5F656C
(95,101,108)
#4C5158
(76,81,88)
#393D44
(57,61,68)
#262930
(38,41,48)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D1DDE4

#D1DDE4
(209,221,228)
#D5E0E6
(213,224,230)
#D9E3E8
(217,227,232)
#DDE6EA
(221,230,234)
#E1E9EC
(225,233,236)
#E5ECEE
(229,236,238)
#E9EFF0
(233,239,240)
#EDF2F2
(237,242,242)
#F1F5F4
(241,245,244)
#F5F8F6
(245,248,246)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DDE4; }

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

This text font color is #D1DDE4.


Background Color

.myBgColor { background-color: #D1DDE4; }

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

This div background color is #D1DDE4.


Border color

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

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

This div border color is #D1DDE4.


Opacity

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

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

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

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

This text has shadow with #D1DDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDE4 on black background.


Color preview on white background

This text has color #D1DDE4 on white background.



Black color preview on #D1DDE4 background

This text has black color on #D1DDE4 background.


White color preview on #D1DDE4 background

This text has white color on #D1DDE4 background.