COLOR #D6DBD9

HEX: #D6DBD9 RGB: (214,219,217)

Color info

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

RGB color model

#D6DBD9 color RGB value is (214,219,217).

RGB: (214,219,217) (84%, 86%, 85%)

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 217 of 255 = 85%

214
219
217

R + G + B ~ 85%. #D6DBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 219 + 217 = 650 (100%)
R 214 of 650 ~ 32.92%
G 219 of 650 ~ 33.69%
B 217 of 650 ~ 33.38'%

%32.92
%33.69
%33.38

CMYK color model

#D6DBD9 color CMYK value is (2,0,1,14).

  • cyan value is 2.28%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 14.12%

CMYK: (2,0,1,14)
C2M0Y1K14 (2%, 0%, 1%, 14%)
(0.02 / 0.00 / 0.01 / 0.14)

CMYK percentages

%2.28
%0
%0.91
%14.12

Codes

Color #D6DBD9 in popluar color models

D6 DB D9
RGB 214 219 217
HSL 156° 6.49% 84.90%
HSB/HSV 156° 2.28% 85.88%
CMYK 2.28% 0.00% 0.91%
14.12%

Color #D6DBD9 in popluar number systems.

HEX D6 DB D9
Decimal 214 219 217
Binary 11010110 11011011 11011001
Octal 326 333 331

Shades and tints

Shades of #D6DBD9

#D6DBD9
(214,219,217)
#C3C8C6
(195,200,198)
#B0B5B3
(176,181,179)
#9DA2A0
(157,162,160)
#8A8F8D
(138,143,141)
#777C7A
(119,124,122)
#646967
(100,105,103)
#515654
(81,86,84)
#3E4341
(62,67,65)
#2B302E
(43,48,46)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #D6DBD9

#D6DBD9
(214,219,217)
#D9DEDC
(217,222,220)
#DCE1DF
(220,225,223)
#DFE4E2
(223,228,226)
#E2E7E5
(226,231,229)
#E5EAE8
(229,234,232)
#E8EDEB
(232,237,235)
#EBF0EE
(235,240,238)
#EEF3F1
(238,243,241)
#F1F6F4
(241,246,244)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DBD9 color. Also use rgb(214,219,217) instead hex code.

Text Font Color

.myTextColor { color: #D6DBD9; }

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

This text font color is #D6DBD9.

Background Color

.myBgColor { background-color: #D6DBD9; }

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

This div background color is #D6DBD9.

Border color

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

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

This div border color is #D6DBD9.

Opacity

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

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

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

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

This text has shadow with #D6DBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DBD9.

Preview

Color preview on black background

This text has color #D6DBD9 on black background.


Color preview on white background

This text has color #D6DBD9 on white background.


Black color preview on #D6DBD9 background

This text has black color on #D6DBD9 background.


White color preview on #D6DBD9 background

This text has white color on #D6DBD9 background.


Related colors

Complementary color

Complementary color for #hex is #292426.


I love getcolorcode.com

Triadic colors

1 #D9D6DB and #DBD9D6 with #D6DBD9 are triadic colors.

2 #D9DBD6 and #DBD6D9 with #D6DBD9 are triadic colors.