COLOR #D7D6DB

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

Color info

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

RGB color model

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

RGB: (215,214,219) (84%, 84%, 86%)

RGB channels and saturation

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

215
214
219

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

Portions of RGB colors in percentages

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

%33.18
%33.02
%33.8

CMYK color model

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

  • cyan value is 1.83%
  • magenta value is 2.28%
  • 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

%1.83
%2.28
%0
%14.12

Codes

Color #D7D6DB in popluar color models

D7 D6 DB
RGB 215 214 219
HSL 252° 6.49% 84.90%
HSB/HSV 252° 2.28% 85.88%
CMYK 1.83% 2.28% 0.00%
14.12%

Color #D7D6DB in popluar number systems.

HEX D7 D6 DB
Decimal 215 214 219
Binary 11010111 11010110 11011011
Octal 327 326 333

Shades and tints

Shades of #D7D6DB

#D7D6DB
(215,214,219)
#C4C3C8
(196,195,200)
#B1B0B5
(177,176,181)
#9E9DA2
(158,157,162)
#8B8A8F
(139,138,143)
#78777C
(120,119,124)
#656469
(101,100,105)
#525156
(82,81,86)
#3F3E43
(63,62,67)
#2C2B30
(44,43,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #D7D6DB

#D7D6DB
(215,214,219)
#DAD9DE
(218,217,222)
#DDDCE1
(221,220,225)
#E0DFE4
(224,223,228)
#E3E2E7
(227,226,231)
#E6E5EA
(230,229,234)
#E9E8ED
(233,232,237)
#ECEBF0
(236,235,240)
#EFEEF3
(239,238,243)
#F2F1F6
(242,241,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D6DB; }

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

This text font color is #D7D6DB.

Background Color

.myBgColor { background-color: #D7D6DB; }

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

This div background color is #D7D6DB.

Border color

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

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

This div border color is #D7D6DB.

Opacity

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

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

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

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

This text has shadow with #D7D6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D6DB.

Preview

Color preview on black background

This text has color #D7D6DB on black background.


Color preview on white background

This text has color #D7D6DB on white background.


Black color preview on #D7D6DB background

This text has black color on #D7D6DB background.


White color preview on #D7D6DB background

This text has white color on #D7D6DB background.


Related colors

Complementary color

Complementary color for #hex is #282924.


I love getcolorcode.com

Triadic colors

1 #DBD7D6 and #D6DBD7 with #D7D6DB are triadic colors.

2 #DBD6D7 and #D6D7DB with #D7D6DB are triadic colors.