COLOR #D9DBD6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

217
219
214

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

Portions of RGB colors in percentages

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

%33.38
%33.69
%32.92

CMYK color model

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

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

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

CMYK percentages

%0.91
%0
%2.28
%14.12

Codes

Color #D9DBD6 in popluar color models

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

Color #D9DBD6 in popluar number systems.

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

Shades and tints

Shades of #D9DBD6

#D9DBD6
(217,219,214)
#C6C8C3
(198,200,195)
#B3B5B0
(179,181,176)
#A0A29D
(160,162,157)
#8D8F8A
(141,143,138)
#7A7C77
(122,124,119)
#676964
(103,105,100)
#545651
(84,86,81)
#41433E
(65,67,62)
#2E302B
(46,48,43)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #D9DBD6

#D9DBD6
(217,219,214)
#DCDED9
(220,222,217)
#DFE1DC
(223,225,220)
#E2E4DF
(226,228,223)
#E5E7E2
(229,231,226)
#E8EAE5
(232,234,229)
#EBEDE8
(235,237,232)
#EEF0EB
(238,240,235)
#F1F3EE
(241,243,238)
#F4F6F1
(244,246,241)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DBD6; }

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

This text font color is #D9DBD6.

Background Color

.myBgColor { background-color: #D9DBD6; }

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

This div background color is #D9DBD6.

Border color

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

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

This div border color is #D9DBD6.

Opacity

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

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

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

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

This text has shadow with #D9DBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DBD6.

Preview

Color preview on black background

This text has color #D9DBD6 on black background.


Color preview on white background

This text has color #D9DBD6 on white background.


Black color preview on #D9DBD6 background

This text has black color on #D9DBD6 background.


White color preview on #D9DBD6 background

This text has white color on #D9DBD6 background.


Related colors

Complementary color

Complementary color for #hex is #262429.


I love getcolorcode.com

Triadic colors

1 #D6D9DB and #DBD6D9 with #D9DBD6 are triadic colors.

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