COLOR #D6DFD0

HEX: #D6DFD0 RGB: (214,223,208)

Color info

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

RGB color model

#D6DFD0 color RGB value is (214,223,208).

RGB: (214,223,208) (84%, 87%, 82%)

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 208 of 255 = 82%

214
223
208

R + G + B ~ 84%. #D6DFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 223 + 208 = 645 (100%)
R 214 of 645 ~ 33.18%
G 223 of 645 ~ 34.57%
B 208 of 645 ~ 32.25'%

%33.18
%34.57
%32.25

CMYK color model

#D6DFD0 color CMYK value is (4,0,7,13).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 12.55%
CMYK: (4,0,7,13) C4M0Y7K13 (4%,0%,7%,13%) (0.04/0.00/0.07/0.13) 

CMYK percentages

%4.04
%0
%6.73
%12.55

Codes

Color #D6DFD0 in popluar color models

D6 DF D0
RGB 214 223 208
HSL 96° 18.99% 84.51%
HSB/HSV 96° 6.73% 87.45%
CMYK 4.04% 0.00% 6.73%
12.55%

Color #D6DFD0 in popluar number systems.

HEX D6 DF D0
Decimal 214 223 208
Binary 11010110 11011111 11010000
Octal 326 337 320

Shades and tints

Shades of #D6DFD0

#D6DFD0
(214,223,208)
#C3CBBE
(195,203,190)
#B0B7AC
(176,183,172)
#9DA39A
(157,163,154)
#8A8F88
(138,143,136)
#777B76
(119,123,118)
#646764
(100,103,100)
#515352
(81,83,82)
#3E3F40
(62,63,64)
#2B2B2E
(43,43,46)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #D6DFD0

#D6DFD0
(214,223,208)
#D9E1D4
(217,225,212)
#DCE3D8
(220,227,216)
#DFE5DC
(223,229,220)
#E2E7E0
(226,231,224)
#E5E9E4
(229,233,228)
#E8EBE8
(232,235,232)
#EBEDEC
(235,237,236)
#EEEFF0
(238,239,240)
#F1F1F4
(241,241,244)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DFD0 color. Also use rgb(214,223,208) instead hex code.

Text Font Color

.myTextColor { color: #D6DFD0; }

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

This text font color is #D6DFD0.

Background Color

.myBgColor { background-color: #D6DFD0; }

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

This div background color is #D6DFD0.

Border color

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

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

This div border color is #D6DFD0.

Opacity

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

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

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

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

This text has shadow with #D6DFD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DFD0.

Preview

Color preview on black background

This text has color #D6DFD0 on black background.


Color preview on white background

This text has color #D6DFD0 on white background.


Black color preview on #D6DFD0 background

This text has black color on #D6DFD0 background.


White color preview on #D6DFD0 background

This text has white color on #D6DFD0 background.


Related colors

Complementary color

Complementary color for #hex is #29202F.


I love getcolorcode.com

Triadic colors

1 #D0D6DF and #DFD0D6 with #D6DFD0 are triadic colors.

2 #D0DFD6 and #DFD6D0 with #D6DFD0 are triadic colors.