COLOR #D1D2DD

HEX: #D1D2DD RGB: (209,210,221)

Color info

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

RGB color model

#D1D2DD color RGB value is (209,210,221).

RGB: (209,210,221) (82%, 82%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 210 of 255 = 82%
B 221 of 255 = 87%

209
210
221

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

Portions of RGB colors in percentages

R + G + B = 209 + 210 + 221 = 640 (100%)
R 209 of 640 ~ 32.66%
G 210 of 640 ~ 32.81%
B 221 of 640 ~ 34.53'%

%32.66
%32.81
%34.53

CMYK color model

#D1D2DD color CMYK value is (5,5,0,13).

  • cyan value is 5.43%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (5,5,0,13) C5M5Y0K13 (5%,5%,0%,13%) (0.05/0.05/0.00/0.13) 

CMYK percentages

%5.43
%4.98
%0
%13.33

Codes

Color #D1D2DD in popluar color models

D1 D2 DD
RGB 209 210 221
HSL 235° 15.00% 84.31%
HSB/HSV 235° 5.43% 86.67%
CMYK 5.43% 4.98% 0.00%
13.33%

Color #D1D2DD in popluar number systems.

HEX D1 D2 DD
Decimal 209 210 221
Binary 11010001 11010010 11011101
Octal 321 322 335

Shades and tints

Shades of #D1D2DD

#D1D2DD
(209,210,221)
#BEBFC9
(190,191,201)
#ABACB5
(171,172,181)
#9899A1
(152,153,161)
#85868D
(133,134,141)
#727379
(114,115,121)
#5F6065
(95,96,101)
#4C4D51
(76,77,81)
#393A3D
(57,58,61)
#262729
(38,39,41)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #D1D2DD

#D1D2DD
(209,210,221)
#D5D6E0
(213,214,224)
#D9DAE3
(217,218,227)
#DDDEE6
(221,222,230)
#E1E2E9
(225,226,233)
#E5E6EC
(229,230,236)
#E9EAEF
(233,234,239)
#EDEEF2
(237,238,242)
#F1F2F5
(241,242,245)
#F5F6F8
(245,246,248)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D2DD color. Also use rgb(209,210,221) instead hex code.

Text Font Color

.myTextColor { color: #D1D2DD; }

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

This text font color is #D1D2DD.

Background Color

.myBgColor { background-color: #D1D2DD; }

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

This div background color is #D1D2DD.

Border color

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

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

This div border color is #D1D2DD.

Opacity

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

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

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

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

This text has shadow with #D1D2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D2DD.

Preview

Color preview on black background

This text has color #D1D2DD on black background.


Color preview on white background

This text has color #D1D2DD on white background.


Black color preview on #D1D2DD background

This text has black color on #D1D2DD background.


White color preview on #D1D2DD background

This text has white color on #D1D2DD background.


Related colors

Complementary color

Complementary color for #hex is #2E2D22.


I love getcolorcode.com

Triadic colors

1 #DDD1D2 and #D2DDD1 with #D1D2DD are triadic colors.

2 #DDD2D1 and #D2D1DD with #D1D2DD are triadic colors.