COLOR #D6D1DB

HEX: #D6D1DB RGB: (214,209,219)

Color info

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

RGB color model

#D6D1DB color RGB value is (214,209,219).

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

RGB channels and saturation

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

214
209
219

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

Portions of RGB colors in percentages

R + G + B = 214 + 209 + 219 = 642 (100%)
R 214 of 642 ~ 33.33%
G 209 of 642 ~ 32.55%
B 219 of 642 ~ 34.11'%

%33.33
%32.55
%34.11

CMYK color model

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

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

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

CMYK percentages

%2.28
%4.57
%0
%14.12

Codes

Color #D6D1DB in popluar color models

D6 D1 DB
RGB 214 209 219
HSL 270° 12.20% 83.92%
HSB/HSV 270° 4.57% 85.88%
CMYK 2.28% 4.57% 0.00%
14.12%

Color #D6D1DB in popluar number systems.

HEX D6 D1 DB
Decimal 214 209 219
Binary 11010110 11010001 11011011
Octal 326 321 333

Shades and tints

Shades of #D6D1DB

#D6D1DB
(214,209,219)
#C3BEC8
(195,190,200)
#B0ABB5
(176,171,181)
#9D98A2
(157,152,162)
#8A858F
(138,133,143)
#77727C
(119,114,124)
#645F69
(100,95,105)
#514C56
(81,76,86)
#3E3943
(62,57,67)
#2B2630
(43,38,48)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #D6D1DB

#D6D1DB
(214,209,219)
#D9D5DE
(217,213,222)
#DCD9E1
(220,217,225)
#DFDDE4
(223,221,228)
#E2E1E7
(226,225,231)
#E5E5EA
(229,229,234)
#E8E9ED
(232,233,237)
#EBEDF0
(235,237,240)
#EEF1F3
(238,241,243)
#F1F5F6
(241,245,246)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D1DB; }

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

This text font color is #D6D1DB.

Background Color

.myBgColor { background-color: #D6D1DB; }

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

This div background color is #D6D1DB.

Border color

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

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

This div border color is #D6D1DB.

Opacity

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

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

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

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

This text has shadow with #D6D1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D1DB.

Preview

Color preview on black background

This text has color #D6D1DB on black background.


Color preview on white background

This text has color #D6D1DB on white background.


Black color preview on #D6D1DB background

This text has black color on #D6D1DB background.


White color preview on #D6D1DB background

This text has white color on #D6D1DB background.


Related colors

Complementary color

Complementary color for #hex is #292E24.


I love getcolorcode.com

Triadic colors

1 #DBD6D1 and #D1DBD6 with #D6D1DB are triadic colors.

2 #DBD1D6 and #D1D6DB with #D6D1DB are triadic colors.