COLOR #D1D4DB

HEX: #D1D4DB
RGB: (209,212,219)

Color info

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

RGB color model

#D1D4DB color RGB value is (209,212,219).

  • red value is 209;
  • green value is 212;
  • blue value is 219.
RGB:
(209,212,219)
(82%,83%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 212 of 255 = 83%
B 219 of 255 = 86%

209
212
219

R + G + B ~ 84%. #D1D4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 212 + 219 = 640 (100%)
R 209 of 640 ~ 32.66%
G 212 of 640 ~ 33.13%
B 219 of 640 ~ 34.22%

%32.66
%33.13
%34.22

CMYK color model

#D1D4DB color CMYK value is (5,3,0,14).

  • cyan value is 4.57%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,3,0,14)
C5M3Y0K14 
(5%,3%,0%,14%)
(0.05/0.03/0.00/0.14)	

CMYK percentages

%4.57
%3.2
%0
%14.12

Codes

Color #D1D4DB in popluar color models

D1D4DB
RGB209212219
HSL222°12.20%83.92%
HSB/HSV222°4.57%85.88%
CMYK4.57%3.20%0.00%
14.12%

Color #D1D4DB in popluar number systems.

HEXD1D4DB
Decimal209212219
Binary110100011101010011011011
Octal321324333

Shades and tints

Shades of #D1D4DB

#D1D4DB
(209,212,219)
#BEC1C8
(190,193,200)
#ABAEB5
(171,174,181)
#989BA2
(152,155,162)
#85888F
(133,136,143)
#72757C
(114,117,124)
#5F6269
(95,98,105)
#4C4F56
(76,79,86)
#393C43
(57,60,67)
#262930
(38,41,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #D1D4DB

#D1D4DB
(209,212,219)
#D5D7DE
(213,215,222)
#D9DAE1
(217,218,225)
#DDDDE4
(221,221,228)
#E1E0E7
(225,224,231)
#E5E3EA
(229,227,234)
#E9E6ED
(233,230,237)
#EDE9F0
(237,233,240)
#F1ECF3
(241,236,243)
#F5EFF6
(245,239,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D4DB color. Also use rgb(209,212,219) instead hex code.

Text Font Color

.myTextColor { color: #D1D4DB; }

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

This text font color is #D1D4DB.


Background Color

.myBgColor { background-color: #D1D4DB; }

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

This div background color is #D1D4DB.


Border color

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

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

This div border color is #D1D4DB.


Opacity

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

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

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

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

This text has shadow with #D1D4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D4DB on black background.


Color preview on white background

This text has color #D1D4DB on white background.



Black color preview on #D1D4DB background

This text has black color on #D1D4DB background.


White color preview on #D1D4DB background

This text has white color on #D1D4DB background.