COLOR #D2D6DC

HEX: #D2D6DC
RGB: (210,214,220)

Color info

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

RGB color model

#D2D6DC color RGB value is (210,214,220).

  • red value is 210;
  • green value is 214;
  • blue value is 220.
RGB:
(210,214,220)
(82%,84%,86%)

RGB channels and saturation

R 210 of 255 = 82%
G 214 of 255 = 84%
B 220 of 255 = 86%

210
214
220

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

Portions of RGB colors in percentages

R + G + B =
210 + 214 + 220 = 644 (100%)
R 210 of 644 ~ 32.61%
G 214 of 644 ~ 33.23%
B 220 of 644 ~ 34.16%

%32.61
%33.23
%34.16

CMYK color model

#D2D6DC color CMYK value is (5,3,0,14).

  • cyan value is 4.55%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,3,0,14)
C5M3Y0K14 
(5%,3%,0%,14%)
(0.05/0.03/0.00/0.14)	

CMYK percentages

%4.55
%2.73
%0
%13.73

Codes

Color #D2D6DC in popluar color models

D2D6DC
RGB210214220
HSL216°12.50%84.31%
HSB/HSV216°4.55%86.27%
CMYK4.55%2.73%0.00%
13.73%

Color #D2D6DC in popluar number systems.

HEXD2D6DC
Decimal210214220
Binary110100101101011011011100
Octal322326334

Shades and tints

Shades of #D2D6DC

#D2D6DC
(210,214,220)
#BFC3C8
(191,195,200)
#ACB0B4
(172,176,180)
#999DA0
(153,157,160)
#868A8C
(134,138,140)
#737778
(115,119,120)
#606464
(96,100,100)
#4D5150
(77,81,80)
#3A3E3C
(58,62,60)
#272B28
(39,43,40)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #D2D6DC

#D2D6DC
(210,214,220)
#D6D9DF
(214,217,223)
#DADCE2
(218,220,226)
#DEDFE5
(222,223,229)
#E2E2E8
(226,226,232)
#E6E5EB
(230,229,235)
#EAE8EE
(234,232,238)
#EEEBF1
(238,235,241)
#F2EEF4
(242,238,244)
#F6F1F7
(246,241,247)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D6DC; }

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

This text font color is #D2D6DC.


Background Color

.myBgColor { background-color: #D2D6DC; }

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

This div background color is #D2D6DC.


Border color

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

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

This div border color is #D2D6DC.


Opacity

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

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

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

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

This text has shadow with #D2D6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D6DC on black background.


Color preview on white background

This text has color #D2D6DC on white background.



Black color preview on #D2D6DC background

This text has black color on #D2D6DC background.


White color preview on #D2D6DC background

This text has white color on #D2D6DC background.