COLOR #D6DBD7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
219
215

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

Portions of RGB colors in percentages

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

%33.02
%33.8
%33.18

CMYK color model

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

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

CMYK percentages

%2.28
%0
%1.83
%14.12

Codes

Color #D6DBD7 in popluar color models

D6DBD7
RGB214219215
HSL132°6.49%84.90%
HSB/HSV132°2.28%85.88%
CMYK2.28%0.00%1.83%
14.12%

Color #D6DBD7 in popluar number systems.

HEXD6DBD7
Decimal214219215
Binary110101101101101111010111
Octal326333327

Shades and tints

Shades of #D6DBD7

#D6DBD7
(214,219,215)
#C3C8C4
(195,200,196)
#B0B5B1
(176,181,177)
#9DA29E
(157,162,158)
#8A8F8B
(138,143,139)
#777C78
(119,124,120)
#646965
(100,105,101)
#515652
(81,86,82)
#3E433F
(62,67,63)
#2B302C
(43,48,44)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #D6DBD7

#D6DBD7
(214,219,215)
#D9DEDA
(217,222,218)
#DCE1DD
(220,225,221)
#DFE4E0
(223,228,224)
#E2E7E3
(226,231,227)
#E5EAE6
(229,234,230)
#E8EDE9
(232,237,233)
#EBF0EC
(235,240,236)
#EEF3EF
(238,243,239)
#F1F6F2
(241,246,242)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBD7; }

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

This text font color is #D6DBD7.


Background Color

.myBgColor { background-color: #D6DBD7; }

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

This div background color is #D6DBD7.


Border color

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

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

This div border color is #D6DBD7.


Opacity

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

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

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

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

This text has shadow with #D6DBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DBD7 on black background.


Color preview on white background

This text has color #D6DBD7 on white background.



Black color preview on #D6DBD7 background

This text has black color on #D6DBD7 background.


White color preview on #D6DBD7 background

This text has white color on #D6DBD7 background.