COLOR #D8D6DB

HEX: #D8D6DB RGB: (216,214,219)

Color info

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

RGB color model

#D8D6DB color RGB value is (216,214,219).

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

RGB channels and saturation

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

216
214
219

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

Portions of RGB colors in percentages

R + G + B = 216 + 214 + 219 = 649 (100%)
R 216 of 649 ~ 33.28%
G 214 of 649 ~ 32.97%
B 219 of 649 ~ 33.74'%

%33.28
%32.97
%33.74

CMYK color model

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

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

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

CMYK percentages

%1.37
%2.28
%0
%14.12

Codes

Color #D8D6DB in popluar color models

D8 D6 DB
RGB 216 214 219
HSL 264° 6.49% 84.90%
HSB/HSV 264° 2.28% 85.88%
CMYK 1.37% 2.28% 0.00%
14.12%

Color #D8D6DB in popluar number systems.

HEX D8 D6 DB
Decimal 216 214 219
Binary 11011000 11010110 11011011
Octal 330 326 333

Shades and tints

Shades of #D8D6DB

#D8D6DB
(216,214,219)
#C5C3C8
(197,195,200)
#B2B0B5
(178,176,181)
#9F9DA2
(159,157,162)
#8C8A8F
(140,138,143)
#79777C
(121,119,124)
#666469
(102,100,105)
#535156
(83,81,86)
#403E43
(64,62,67)
#2D2B30
(45,43,48)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #D8D6DB

#D8D6DB
(216,214,219)
#DBD9DE
(219,217,222)
#DEDCE1
(222,220,225)
#E1DFE4
(225,223,228)
#E4E2E7
(228,226,231)
#E7E5EA
(231,229,234)
#EAE8ED
(234,232,237)
#EDEBF0
(237,235,240)
#F0EEF3
(240,238,243)
#F3F1F6
(243,241,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D6DB; }

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

This text font color is #D8D6DB.

Background Color

.myBgColor { background-color: #D8D6DB; }

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

This div background color is #D8D6DB.

Border color

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

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

This div border color is #D8D6DB.

Opacity

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

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

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

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

This text has shadow with #D8D6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D6DB.

Preview

Color preview on black background

This text has color #D8D6DB on black background.


Color preview on white background

This text has color #D8D6DB on white background.


Black color preview on #D8D6DB background

This text has black color on #D8D6DB background.


White color preview on #D8D6DB background

This text has white color on #D8D6DB background.


Related colors

Complementary color

Complementary color for #hex is #272924.


I love getcolorcode.com

Triadic colors

1 #DBD8D6 and #D6DBD8 with #D8D6DB are triadic colors.

2 #DBD6D8 and #D6D8DB with #D8D6DB are triadic colors.