COLOR #D6D2D7

HEX: #D6D2D7 RGB: (214,210,215)

Color info

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

RGB color model

#D6D2D7 color RGB value is (214,210,215).

RGB: (214,210,215) (84%, 82%, 84%)

RGB channels and saturation

R 214 of 255 = 84%
G 210 of 255 = 82%
B 215 of 255 = 84%

214
210
215

R + G + B ~ 83%. #D6D2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 210 + 215 = 639 (100%)
R 214 of 639 ~ 33.49%
G 210 of 639 ~ 32.86%
B 215 of 639 ~ 33.65'%

%33.49
%32.86
%33.65

CMYK color model

#D6D2D7 color CMYK value is (0,2,0,16).

  • cyan value is 0.47%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (0,2,0,16)
C0M2Y0K16 (0%, 2%, 0%, 16%)
(0.00 / 0.02 / 0.00 / 0.16)

CMYK percentages

%0.47
%2.33
%0
%15.69

Codes

Color #D6D2D7 in popluar color models

D6 D2 D7
RGB 214 210 215
HSL 288° 5.88% 83.33%
HSB/HSV 288° 2.33% 84.31%
CMYK 0.47% 2.33% 0.00%
15.69%

Color #D6D2D7 in popluar number systems.

HEX D6 D2 D7
Decimal 214 210 215
Binary 11010110 11010010 11010111
Octal 326 322 327

Shades and tints

Shades of #D6D2D7

#D6D2D7
(214,210,215)
#C3BFC4
(195,191,196)
#B0ACB1
(176,172,177)
#9D999E
(157,153,158)
#8A868B
(138,134,139)
#777378
(119,115,120)
#646065
(100,96,101)
#514D52
(81,77,82)
#3E3A3F
(62,58,63)
#2B272C
(43,39,44)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #D6D2D7

#D6D2D7
(214,210,215)
#D9D6DA
(217,214,218)
#DCDADD
(220,218,221)
#DFDEE0
(223,222,224)
#E2E2E3
(226,226,227)
#E5E6E6
(229,230,230)
#E8EAE9
(232,234,233)
#EBEEEC
(235,238,236)
#EEF2EF
(238,242,239)
#F1F6F2
(241,246,242)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D2D7; }

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

This text font color is #D6D2D7.

Background Color

.myBgColor { background-color: #D6D2D7; }

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

This div background color is #D6D2D7.

Border color

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

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

This div border color is #D6D2D7.

Opacity

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

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

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

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

This text has shadow with #D6D2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D2D7.

Preview

Color preview on black background

This text has color #D6D2D7 on black background.


Color preview on white background

This text has color #D6D2D7 on white background.


Black color preview on #D6D2D7 background

This text has black color on #D6D2D7 background.


White color preview on #D6D2D7 background

This text has white color on #D6D2D7 background.


Related colors

Complementary color

Complementary color for #hex is #292D28.


I love getcolorcode.com

Triadic colors

1 #D7D6D2 and #D2D7D6 with #D6D2D7 are triadic colors.

2 #D7D2D6 and #D2D6D7 with #D6D2D7 are triadic colors.