COLOR #D1D7DB

HEX: #D1D7DB RGB: (209,215,219)

Color info

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

RGB color model

#D1D7DB color RGB value is (209,215,219).

RGB: (209,215,219) (82%, 84%, 86%)

RGB channels and saturation

R 209 of 255 = 82%
G 215 of 255 = 84%
B 219 of 255 = 86%

209
215
219

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

Portions of RGB colors in percentages

R + G + B = 209 + 215 + 219 = 643 (100%)
R 209 of 643 ~ 32.5%
G 215 of 643 ~ 33.44%
B 219 of 643 ~ 34.06'%

%32.5
%33.44
%34.06

CMYK color model

#D1D7DB color CMYK value is (5,2,0,14).

  • cyan value is 4.57%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (5,2,0,14)
C5M2Y0K14 (5%, 2%, 0%, 14%)
(0.05 / 0.02 / 0.00 / 0.14)

CMYK percentages

%4.57
%1.83
%0
%14.12

Codes

Color #D1D7DB in popluar color models

D1 D7 DB
RGB 209 215 219
HSL 204° 12.20% 83.92%
HSB/HSV 204° 4.57% 85.88%
CMYK 4.57% 1.83% 0.00%
14.12%

Color #D1D7DB in popluar number systems.

HEX D1 D7 DB
Decimal 209 215 219
Binary 11010001 11010111 11011011
Octal 321 327 333

Shades and tints

Shades of #D1D7DB

#D1D7DB
(209,215,219)
#BEC4C8
(190,196,200)
#ABB1B5
(171,177,181)
#989EA2
(152,158,162)
#858B8F
(133,139,143)
#72787C
(114,120,124)
#5F6569
(95,101,105)
#4C5256
(76,82,86)
#393F43
(57,63,67)
#262C30
(38,44,48)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #D1D7DB

#D1D7DB
(209,215,219)
#D5DADE
(213,218,222)
#D9DDE1
(217,221,225)
#DDE0E4
(221,224,228)
#E1E3E7
(225,227,231)
#E5E6EA
(229,230,234)
#E9E9ED
(233,233,237)
#EDECF0
(237,236,240)
#F1EFF3
(241,239,243)
#F5F2F6
(245,242,246)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D7DB; }

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

This text font color is #D1D7DB.

Background Color

.myBgColor { background-color: #D1D7DB; }

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

This div background color is #D1D7DB.

Border color

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

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

This div border color is #D1D7DB.

Opacity

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

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

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

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

This text has shadow with #D1D7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D7DB.

Preview

Color preview on black background

This text has color #D1D7DB on black background.


Color preview on white background

This text has color #D1D7DB on white background.


Black color preview on #D1D7DB background

This text has black color on #D1D7DB background.


White color preview on #D1D7DB background

This text has white color on #D1D7DB background.


Related colors

Complementary color

Complementary color for #hex is #2E2824.


I love getcolorcode.com

Triadic colors

1 #DBD1D7 and #D7DBD1 with #D1D7DB are triadic colors.

2 #DBD7D1 and #D7D1DB with #D1D7DB are triadic colors.