COLOR #D2D9DC

HEX: #D2D9DC RGB: (210,217,220)

Color info

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

RGB color model

#D2D9DC color RGB value is (210,217,220).

RGB: (210,217,220) (82%, 85%, 86%)

RGB channels and saturation

R 210 of 255 = 82%
G 217 of 255 = 85%
B 220 of 255 = 86%

210
217
220

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

Portions of RGB colors in percentages

R + G + B = 210 + 217 + 220 = 647 (100%)
R 210 of 647 ~ 32.46%
G 217 of 647 ~ 33.54%
B 220 of 647 ~ 34'%

%32.46
%33.54
%34

CMYK color model

#D2D9DC color CMYK value is (5,1,0,14).

  • cyan value is 4.55%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (5,1,0,14)
C5M1Y0K14 (5%, 1%, 0%, 14%)
(0.05 / 0.01 / 0.00 / 0.14)

CMYK percentages

%4.55
%1.36
%0
%13.73

Codes

Color #D2D9DC in popluar color models

D2 D9 DC
RGB 210 217 220
HSL 198° 12.50% 84.31%
HSB/HSV 198° 4.55% 86.27%
CMYK 4.55% 1.36% 0.00%
13.73%

Color #D2D9DC in popluar number systems.

HEX D2 D9 DC
Decimal 210 217 220
Binary 11010010 11011001 11011100
Octal 322 331 334

Shades and tints

Shades of #D2D9DC

#D2D9DC
(210,217,220)
#BFC6C8
(191,198,200)
#ACB3B4
(172,179,180)
#99A0A0
(153,160,160)
#868D8C
(134,141,140)
#737A78
(115,122,120)
#606764
(96,103,100)
#4D5450
(77,84,80)
#3A413C
(58,65,60)
#272E28
(39,46,40)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #D2D9DC

#D2D9DC
(210,217,220)
#D6DCDF
(214,220,223)
#DADFE2
(218,223,226)
#DEE2E5
(222,226,229)
#E2E5E8
(226,229,232)
#E6E8EB
(230,232,235)
#EAEBEE
(234,235,238)
#EEEEF1
(238,238,241)
#F2F1F4
(242,241,244)
#F6F4F7
(246,244,247)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D9DC; }

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

This text font color is #D2D9DC.

Background Color

.myBgColor { background-color: #D2D9DC; }

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

This div background color is #D2D9DC.

Border color

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

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

This div border color is #D2D9DC.

Opacity

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

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

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

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

This text has shadow with #D2D9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D9DC.

Preview

Color preview on black background

This text has color #D2D9DC on black background.


Color preview on white background

This text has color #D2D9DC on white background.


Black color preview on #D2D9DC background

This text has black color on #D2D9DC background.


White color preview on #D2D9DC background

This text has white color on #D2D9DC background.


Related colors

Complementary color

Complementary color for #hex is #2D2623.


I love getcolorcode.com

Triadic colors

1 #DCD2D9 and #D9DCD2 with #D2D9DC are triadic colors.

2 #DCD9D2 and #D9D2DC with #D2D9DC are triadic colors.