COLOR #D8D6DA

HEX: #D8D6DA RGB: (216,214,218)

Color info

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

RGB color model

#D8D6DA color RGB value is (216,214,218).

RGB: (216,214,218) (85%, 84%, 85%)

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 218 of 255 = 85%

216
214
218

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

Portions of RGB colors in percentages

R + G + B = 216 + 214 + 218 = 648 (100%)
R 216 of 648 ~ 33.33%
G 214 of 648 ~ 33.02%
B 218 of 648 ~ 33.64'%

%33.33
%33.02
%33.64

CMYK color model

#D8D6DA color CMYK value is (1,2,0,15).

  • cyan value is 0.92%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (1,2,0,15)
C1M2Y0K15 (1%, 2%, 0%, 15%)
(0.01 / 0.02 / 0.00 / 0.15)

CMYK percentages

%0.92
%1.83
%0
%14.51

Codes

Color #D8D6DA in popluar color models

D8 D6 DA
RGB 216 214 218
HSL 270° 5.13% 84.71%
HSB/HSV 270° 1.83% 85.49%
CMYK 0.92% 1.83% 0.00%
14.51%

Color #D8D6DA in popluar number systems.

HEX D8 D6 DA
Decimal 216 214 218
Binary 11011000 11010110 11011010
Octal 330 326 332

Shades and tints

Shades of #D8D6DA

#D8D6DA
(216,214,218)
#C5C3C7
(197,195,199)
#B2B0B4
(178,176,180)
#9F9DA1
(159,157,161)
#8C8A8E
(140,138,142)
#79777B
(121,119,123)
#666468
(102,100,104)
#535155
(83,81,85)
#403E42
(64,62,66)
#2D2B2F
(45,43,47)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #D8D6DA

#D8D6DA
(216,214,218)
#DBD9DD
(219,217,221)
#DEDCE0
(222,220,224)
#E1DFE3
(225,223,227)
#E4E2E6
(228,226,230)
#E7E5E9
(231,229,233)
#EAE8EC
(234,232,236)
#EDEBEF
(237,235,239)
#F0EEF2
(240,238,242)
#F3F1F5
(243,241,245)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D6DA; }

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

This text font color is #D8D6DA.

Background Color

.myBgColor { background-color: #D8D6DA; }

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

This div background color is #D8D6DA.

Border color

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

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

This div border color is #D8D6DA.

Opacity

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

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

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

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

This text has shadow with #D8D6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D6DA.

Preview

Color preview on black background

This text has color #D8D6DA on black background.


Color preview on white background

This text has color #D8D6DA on white background.


Black color preview on #D8D6DA background

This text has black color on #D8D6DA background.


White color preview on #D8D6DA background

This text has white color on #D8D6DA background.


Related colors

Complementary color

Complementary color for #hex is #272925.


I love getcolorcode.com

Triadic colors

1 #DAD8D6 and #D6DAD8 with #D8D6DA are triadic colors.

2 #DAD6D8 and #D6D8DA with #D8D6DA are triadic colors.