COLOR #D8D6DF

HEX: #D8D6DF RGB: (216,214,223)

Color info

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

RGB color model

#D8D6DF color RGB value is (216,214,223).

RGB: (216,214,223) (85%, 84%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 223 of 255 = 87%

216
214
223

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

Portions of RGB colors in percentages

R + G + B = 216 + 214 + 223 = 653 (100%)
R 216 of 653 ~ 33.08%
G 214 of 653 ~ 32.77%
B 223 of 653 ~ 34.15'%

%33.08
%32.77
%34.15

CMYK color model

#D8D6DF color CMYK value is (3,4,0,13).

  • cyan value is 3.14%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (3,4,0,13)
C3M4Y0K13 (3%, 4%, 0%, 13%)
(0.03 / 0.04 / 0.00 / 0.13)

CMYK percentages

%3.14
%4.04
%0
%12.55

Codes

Color #D8D6DF in popluar color models

D8 D6 DF
RGB 216 214 223
HSL 253° 12.33% 85.69%
HSB/HSV 253° 4.04% 87.45%
CMYK 3.14% 4.04% 0.00%
12.55%

Color #D8D6DF in popluar number systems.

HEX D8 D6 DF
Decimal 216 214 223
Binary 11011000 11010110 11011111
Octal 330 326 337

Shades and tints

Shades of #D8D6DF

#D8D6DF
(216,214,223)
#C5C3CB
(197,195,203)
#B2B0B7
(178,176,183)
#9F9DA3
(159,157,163)
#8C8A8F
(140,138,143)
#79777B
(121,119,123)
#666467
(102,100,103)
#535153
(83,81,83)
#403E3F
(64,62,63)
#2D2B2B
(45,43,43)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8D6DF

#D8D6DF
(216,214,223)
#DBD9E1
(219,217,225)
#DEDCE3
(222,220,227)
#E1DFE5
(225,223,229)
#E4E2E7
(228,226,231)
#E7E5E9
(231,229,233)
#EAE8EB
(234,232,235)
#EDEBED
(237,235,237)
#F0EEEF
(240,238,239)
#F3F1F1
(243,241,241)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D6DF; }

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

This text font color is #D8D6DF.

Background Color

.myBgColor { background-color: #D8D6DF; }

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

This div background color is #D8D6DF.

Border color

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

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

This div border color is #D8D6DF.

Opacity

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

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

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

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

This text has shadow with #D8D6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D6DF.

Preview

Color preview on black background

This text has color #D8D6DF on black background.


Color preview on white background

This text has color #D8D6DF on white background.


Black color preview on #D8D6DF background

This text has black color on #D8D6DF background.


White color preview on #D8D6DF background

This text has white color on #D8D6DF background.


Related colors

Complementary color

Complementary color for #hex is #272920.


I love getcolorcode.com

Triadic colors

1 #DFD8D6 and #D6DFD8 with #D8D6DF are triadic colors.

2 #DFD6D8 and #D6D8DF with #D8D6DF are triadic colors.