COLOR #D1D3DA

HEX: #D1D3DA
RGB: (209,211,218)

Color info

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

RGB color model

#D1D3DA color RGB value is (209,211,218).

  • red value is 209;
  • green value is 211;
  • blue value is 218.
RGB:
(209,211,218)
(82%,83%,85%)

RGB channels and saturation

R 209 of 255 = 82%
G 211 of 255 = 83%
B 218 of 255 = 85%

209
211
218

R + G + B ~ 83%. #D1D3DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 211 + 218 = 638 (100%)
R 209 of 638 ~ 32.76%
G 211 of 638 ~ 33.07%
B 218 of 638 ~ 34.17%

%32.76
%33.07
%34.17

CMYK color model

#D1D3DA color CMYK value is (4,3,0,15).

  • cyan value is 4.13%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(4,3,0,15)
C4M3Y0K15 
(4%,3%,0%,15%)
(0.04/0.03/0.00/0.15)	

CMYK percentages

%4.13
%3.21
%0
%14.51

Codes

Color #D1D3DA in popluar color models

D1D3DA
RGB209211218
HSL227°10.84%83.73%
HSB/HSV227°4.13%85.49%
CMYK4.13%3.21%0.00%
14.51%

Color #D1D3DA in popluar number systems.

HEXD1D3DA
Decimal209211218
Binary110100011101001111011010
Octal321323332

Shades and tints

Shades of #D1D3DA

#D1D3DA
(209,211,218)
#BEC0C7
(190,192,199)
#ABADB4
(171,173,180)
#989AA1
(152,154,161)
#85878E
(133,135,142)
#72747B
(114,116,123)
#5F6168
(95,97,104)
#4C4E55
(76,78,85)
#393B42
(57,59,66)
#26282F
(38,40,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D1D3DA

#D1D3DA
(209,211,218)
#D5D7DD
(213,215,221)
#D9DBE0
(217,219,224)
#DDDFE3
(221,223,227)
#E1E3E6
(225,227,230)
#E5E7E9
(229,231,233)
#E9EBEC
(233,235,236)
#EDEFEF
(237,239,239)
#F1F3F2
(241,243,242)
#F5F7F5
(245,247,245)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D3DA color. Also use rgb(209,211,218) instead hex code.

Text Font Color

.myTextColor { color: #D1D3DA; }

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

This text font color is #D1D3DA.


Background Color

.myBgColor { background-color: #D1D3DA; }

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

This div background color is #D1D3DA.


Border color

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

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

This div border color is #D1D3DA.


Opacity

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

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

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

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

This text has shadow with #D1D3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D3DA on black background.


Color preview on white background

This text has color #D1D3DA on white background.



Black color preview on #D1D3DA background

This text has black color on #D1D3DA background.


White color preview on #D1D3DA background

This text has white color on #D1D3DA background.