COLOR #D6D8DC

HEX: #D6D8DC
RGB: (214,216,220)

Color info

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

RGB color model

#D6D8DC color RGB value is (214,216,220).

  • red value is 214;
  • green value is 216;
  • blue value is 220.
RGB:
(214,216,220)
(84%,85%,86%)

RGB channels and saturation

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

214
216
220

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

Portions of RGB colors in percentages

R + G + B =
214 + 216 + 220 = 650 (100%)
R 214 of 650 ~ 32.92%
G 216 of 650 ~ 33.23%
B 220 of 650 ~ 33.85%

%32.92
%33.23
%33.85

CMYK color model

#D6D8DC color CMYK value is (3,2,0,14).

  • cyan value is 2.73%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,2,0,14)
C3M2Y0K14 
(3%,2%,0%,14%)
(0.03/0.02/0.00/0.14)	

CMYK percentages

%2.73
%1.82
%0
%13.73

Codes

Color #D6D8DC in popluar color models

D6D8DC
RGB214216220
HSL220°7.89%85.10%
HSB/HSV220°2.73%86.27%
CMYK2.73%1.82%0.00%
13.73%

Color #D6D8DC in popluar number systems.

HEXD6D8DC
Decimal214216220
Binary110101101101100011011100
Octal326330334

Shades and tints

Shades of #D6D8DC

#D6D8DC
(214,216,220)
#C3C5C8
(195,197,200)
#B0B2B4
(176,178,180)
#9D9FA0
(157,159,160)
#8A8C8C
(138,140,140)
#777978
(119,121,120)
#646664
(100,102,100)
#515350
(81,83,80)
#3E403C
(62,64,60)
#2B2D28
(43,45,40)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #D6D8DC

#D6D8DC
(214,216,220)
#D9DBDF
(217,219,223)
#DCDEE2
(220,222,226)
#DFE1E5
(223,225,229)
#E2E4E8
(226,228,232)
#E5E7EB
(229,231,235)
#E8EAEE
(232,234,238)
#EBEDF1
(235,237,241)
#EEF0F4
(238,240,244)
#F1F3F7
(241,243,247)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D8DC; }

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

This text font color is #D6D8DC.


Background Color

.myBgColor { background-color: #D6D8DC; }

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

This div background color is #D6D8DC.


Border color

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

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

This div border color is #D6D8DC.


Opacity

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

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

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

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

This text has shadow with #D6D8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D8DC on black background.


Color preview on white background

This text has color #D6D8DC on white background.



Black color preview on #D6D8DC background

This text has black color on #D6D8DC background.


White color preview on #D6D8DC background

This text has white color on #D6D8DC background.