COLOR #D1DBD7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

209
219
215

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

Portions of RGB colors in percentages

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

%32.5
%34.06
%33.44

CMYK color model

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

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.12%
CMYK: (5,0,2,14) C5M0Y2K14 (5%,0%,2%,14%) (0.05/0.00/0.02/0.14) 

CMYK percentages

%4.57
%0
%1.83
%14.12

Codes

Color #D1DBD7 in popluar color models

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

Color #D1DBD7 in popluar number systems.

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

Shades and tints

Shades of #D1DBD7

#D1DBD7
(209,219,215)
#BEC8C4
(190,200,196)
#ABB5B1
(171,181,177)
#98A29E
(152,162,158)
#858F8B
(133,143,139)
#727C78
(114,124,120)
#5F6965
(95,105,101)
#4C5652
(76,86,82)
#39433F
(57,67,63)
#26302C
(38,48,44)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #D1DBD7

#D1DBD7
(209,219,215)
#D5DEDA
(213,222,218)
#D9E1DD
(217,225,221)
#DDE4E0
(221,228,224)
#E1E7E3
(225,231,227)
#E5EAE6
(229,234,230)
#E9EDE9
(233,237,233)
#EDF0EC
(237,240,236)
#F1F3EF
(241,243,239)
#F5F6F2
(245,246,242)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DBD7; }

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

This text font color is #D1DBD7.

Background Color

.myBgColor { background-color: #D1DBD7; }

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

This div background color is #D1DBD7.

Border color

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

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

This div border color is #D1DBD7.

Opacity

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

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

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

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

This text has shadow with #D1DBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DBD7.

Preview

Color preview on black background

This text has color #D1DBD7 on black background.


Color preview on white background

This text has color #D1DBD7 on white background.


Black color preview on #D1DBD7 background

This text has black color on #D1DBD7 background.


White color preview on #D1DBD7 background

This text has white color on #D1DBD7 background.


Related colors

Complementary color

Complementary color for #hex is #2E2428.


I love getcolorcode.com

Triadic colors

1 #D7D1DB and #DBD7D1 with #D1DBD7 are triadic colors.

2 #D7DBD1 and #DBD1D7 with #D1DBD7 are triadic colors.