COLOR #D6D7DB

HEX: #D6D7DB
RGB: (214,215,219)

Color info

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

RGB color model

#D6D7DB color RGB value is (214,215,219).

  • red value is 214;
  • green value is 215;
  • blue value is 219.
RGB:
(214,215,219)
(84%,84%,86%)

RGB channels and saturation

R 214 of 255 = 84%
G 215 of 255 = 84%
B 219 of 255 = 86%

214
215
219

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

Portions of RGB colors in percentages

R + G + B =
214 + 215 + 219 = 648 (100%)
R 214 of 648 ~ 33.02%
G 215 of 648 ~ 33.18%
B 219 of 648 ~ 33.8%

%33.02
%33.18
%33.8

CMYK color model

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

  • cyan value is 2.28%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,2,0,14)
C2M2Y0K14 
(2%,2%,0%,14%)
(0.02/0.02/0.00/0.14)	

CMYK percentages

%2.28
%1.83
%0
%14.12

Codes

Color #D6D7DB in popluar color models

D6D7DB
RGB214215219
HSL228°6.49%84.90%
HSB/HSV228°2.28%85.88%
CMYK2.28%1.83%0.00%
14.12%

Color #D6D7DB in popluar number systems.

HEXD6D7DB
Decimal214215219
Binary110101101101011111011011
Octal326327333

Shades and tints

Shades of #D6D7DB

#D6D7DB
(214,215,219)
#C3C4C8
(195,196,200)
#B0B1B5
(176,177,181)
#9D9EA2
(157,158,162)
#8A8B8F
(138,139,143)
#77787C
(119,120,124)
#646569
(100,101,105)
#515256
(81,82,86)
#3E3F43
(62,63,67)
#2B2C30
(43,44,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #D6D7DB

#D6D7DB
(214,215,219)
#D9DADE
(217,218,222)
#DCDDE1
(220,221,225)
#DFE0E4
(223,224,228)
#E2E3E7
(226,227,231)
#E5E6EA
(229,230,234)
#E8E9ED
(232,233,237)
#EBECF0
(235,236,240)
#EEEFF3
(238,239,243)
#F1F2F6
(241,242,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D7DB; }

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

This text font color is #D6D7DB.


Background Color

.myBgColor { background-color: #D6D7DB; }

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

This div background color is #D6D7DB.


Border color

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

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

This div border color is #D6D7DB.


Opacity

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

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

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

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

This text has shadow with #D6D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D7DB on black background.


Color preview on white background

This text has color #D6D7DB on white background.



Black color preview on #D6D7DB background

This text has black color on #D6D7DB background.


White color preview on #D6D7DB background

This text has white color on #D6D7DB background.