COLOR #D8D4DB

HEX: #D8D4DB RGB: (216,212,219)

Color info

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

RGB color model

#D8D4DB color RGB value is (216,212,219).

RGB: (216,212,219) (85%, 83%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 212 of 255 = 83%
B 219 of 255 = 86%

216
212
219

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

Portions of RGB colors in percentages

R + G + B = 216 + 212 + 219 = 647 (100%)
R 216 of 647 ~ 33.38%
G 212 of 647 ~ 32.77%
B 219 of 647 ~ 33.85'%

%33.38
%32.77
%33.85

CMYK color model

#D8D4DB color CMYK value is (1,3,0,14).

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

CMYK: (1,3,0,14)
C1M3Y0K14 (1%, 3%, 0%, 14%)
(0.01 / 0.03 / 0.00 / 0.14)

CMYK percentages

%1.37
%3.2
%0
%14.12

Codes

Color #D8D4DB in popluar color models

D8 D4 DB
RGB 216 212 219
HSL 274° 8.86% 84.51%
HSB/HSV 274° 3.20% 85.88%
CMYK 1.37% 3.20% 0.00%
14.12%

Color #D8D4DB in popluar number systems.

HEX D8 D4 DB
Decimal 216 212 219
Binary 11011000 11010100 11011011
Octal 330 324 333

Shades and tints

Shades of #D8D4DB

#D8D4DB
(216,212,219)
#C5C1C8
(197,193,200)
#B2AEB5
(178,174,181)
#9F9BA2
(159,155,162)
#8C888F
(140,136,143)
#79757C
(121,117,124)
#666269
(102,98,105)
#534F56
(83,79,86)
#403C43
(64,60,67)
#2D2930
(45,41,48)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #D8D4DB

#D8D4DB
(216,212,219)
#DBD7DE
(219,215,222)
#DEDAE1
(222,218,225)
#E1DDE4
(225,221,228)
#E4E0E7
(228,224,231)
#E7E3EA
(231,227,234)
#EAE6ED
(234,230,237)
#EDE9F0
(237,233,240)
#F0ECF3
(240,236,243)
#F3EFF6
(243,239,246)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D4DB; }

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

This text font color is #D8D4DB.

Background Color

.myBgColor { background-color: #D8D4DB; }

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

This div background color is #D8D4DB.

Border color

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

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

This div border color is #D8D4DB.

Opacity

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

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

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

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

This text has shadow with #D8D4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D4DB.

Preview

Color preview on black background

This text has color #D8D4DB on black background.


Color preview on white background

This text has color #D8D4DB on white background.


Black color preview on #D8D4DB background

This text has black color on #D8D4DB background.


White color preview on #D8D4DB background

This text has white color on #D8D4DB background.


Related colors

Complementary color

Complementary color for #hex is #272B24.


I love getcolorcode.com

Triadic colors

1 #DBD8D4 and #D4DBD8 with #D8D4DB are triadic colors.

2 #DBD4D8 and #D4D8DB with #D8D4DB are triadic colors.