COLOR #D1D5DA

HEX: #D1D5DA RGB: (209,213,218)

Color info

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

RGB color model

#D1D5DA color RGB value is (209,213,218).

RGB: (209,213,218) (82%, 84%, 85%)

RGB channels and saturation

R 209 of 255 = 82%
G 213 of 255 = 84%
B 218 of 255 = 85%

209
213
218

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

Portions of RGB colors in percentages

R + G + B = 209 + 213 + 218 = 640 (100%)
R 209 of 640 ~ 32.66%
G 213 of 640 ~ 33.28%
B 218 of 640 ~ 34.06'%

%32.66
%33.28
%34.06

CMYK color model

#D1D5DA color CMYK value is (4,2,0,15).

  • cyan value is 4.13%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (4,2,0,15)
C4M2Y0K15 (4%, 2%, 0%, 15%)
(0.04 / 0.02 / 0.00 / 0.15)

CMYK percentages

%4.13
%2.29
%0
%14.51

Codes

Color #D1D5DA in popluar color models

D1 D5 DA
RGB 209 213 218
HSL 213° 10.84% 83.73%
HSB/HSV 213° 4.13% 85.49%
CMYK 4.13% 2.29% 0.00%
14.51%

Color #D1D5DA in popluar number systems.

HEX D1 D5 DA
Decimal 209 213 218
Binary 11010001 11010101 11011010
Octal 321 325 332

Shades and tints

Shades of #D1D5DA

#D1D5DA
(209,213,218)
#BEC2C7
(190,194,199)
#ABAFB4
(171,175,180)
#989CA1
(152,156,161)
#85898E
(133,137,142)
#72767B
(114,118,123)
#5F6368
(95,99,104)
#4C5055
(76,80,85)
#393D42
(57,61,66)
#262A2F
(38,42,47)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #D1D5DA

#D1D5DA
(209,213,218)
#D5D8DD
(213,216,221)
#D9DBE0
(217,219,224)
#DDDEE3
(221,222,227)
#E1E1E6
(225,225,230)
#E5E4E9
(229,228,233)
#E9E7EC
(233,231,236)
#EDEAEF
(237,234,239)
#F1EDF2
(241,237,242)
#F5F0F5
(245,240,245)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D5DA; }

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

This text font color is #D1D5DA.

Background Color

.myBgColor { background-color: #D1D5DA; }

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

This div background color is #D1D5DA.

Border color

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

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

This div border color is #D1D5DA.

Opacity

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

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

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

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

This text has shadow with #D1D5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D5DA.

Preview

Color preview on black background

This text has color #D1D5DA on black background.


Color preview on white background

This text has color #D1D5DA on white background.


Black color preview on #D1D5DA background

This text has black color on #D1D5DA background.


White color preview on #D1D5DA background

This text has white color on #D1D5DA background.


Related colors

Complementary color

Complementary color for #hex is #2E2A25.


I love getcolorcode.com

Triadic colors

1 #DAD1D5 and #D5DAD1 with #D1D5DA are triadic colors.

2 #DAD5D1 and #D5D1DA with #D1D5DA are triadic colors.