COLOR #D1D4DC

HEX: #D1D4DC
RGB: (209,212,220)

Color info

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

RGB color model

#D1D4DC color RGB value is (209,212,220).

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

RGB channels and saturation

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

209
212
220

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

Portions of RGB colors in percentages

R + G + B =
209 + 212 + 220 = 641 (100%)
R 209 of 641 ~ 32.61%
G 212 of 641 ~ 33.07%
B 220 of 641 ~ 34.32%

%32.61
%33.07
%34.32

CMYK color model

#D1D4DC color CMYK value is (5,4,0,14).

  • cyan value is 5.00%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,4,0,14)
C5M4Y0K14 
(5%,4%,0%,14%)
(0.05/0.04/0.00/0.14)	

CMYK percentages

%5
%3.64
%0
%13.73

Codes

Color #D1D4DC in popluar color models

D1D4DC
RGB209212220
HSL224°13.58%84.12%
HSB/HSV224°5.00%86.27%
CMYK5.00%3.64%0.00%
13.73%

Color #D1D4DC in popluar number systems.

HEXD1D4DC
Decimal209212220
Binary110100011101010011011100
Octal321324334

Shades and tints

Shades of #D1D4DC

#D1D4DC
(209,212,220)
#BEC1C8
(190,193,200)
#ABAEB4
(171,174,180)
#989BA0
(152,155,160)
#85888C
(133,136,140)
#727578
(114,117,120)
#5F6264
(95,98,100)
#4C4F50
(76,79,80)
#393C3C
(57,60,60)
#262928
(38,41,40)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #D1D4DC

#D1D4DC
(209,212,220)
#D5D7DF
(213,215,223)
#D9DAE2
(217,218,226)
#DDDDE5
(221,221,229)
#E1E0E8
(225,224,232)
#E5E3EB
(229,227,235)
#E9E6EE
(233,230,238)
#EDE9F1
(237,233,241)
#F1ECF4
(241,236,244)
#F5EFF7
(245,239,247)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D4DC; }

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

This text font color is #D1D4DC.


Background Color

.myBgColor { background-color: #D1D4DC; }

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

This div background color is #D1D4DC.


Border color

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

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

This div border color is #D1D4DC.


Opacity

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

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

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

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

This text has shadow with #D1D4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D4DC on black background.


Color preview on white background

This text has color #D1D4DC on white background.



Black color preview on #D1D4DC background

This text has black color on #D1D4DC background.


White color preview on #D1D4DC background

This text has white color on #D1D4DC background.