COLOR #D1D2DE

HEX: #D1D2DE
RGB: (209,210,222)

Color info

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

RGB color model

#D1D2DE color RGB value is (209,210,222).

  • red value is 209;
  • green value is 210;
  • blue value is 222.
RGB: (209,210,222) (82%,82%,87%)

RGB channels and saturation

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

209
210
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 210 + 222 = 641 (100%)
R 209 of 641 ~ 32.61%
G 210 of 641 ~ 32.76%
B 222 of 641 ~ 34.63%

%32.61
%32.76
%34.63

CMYK color model

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

  • cyan value is 5.86%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (6,5,0,13) C6M5Y0K13 (6%,5%,0%,13%) (0.06/0.05/0.00/0.13)

CMYK percentages

%5.86
%5.41
%0
%12.94

Codes

Color #D1D2DE in popluar color models

D1D2DE
RGB209210222
HSL235°16.46%84.51%
HSB/HSV235°5.86%87.06%
CMYK5.86%5.41%0.00%
12.94%

Color #D1D2DE in popluar number systems.

HEXD1D2DE
Decimal209210222
Binary110100011101001011011110
Octal321322336

Shades and tints

Shades of #D1D2DE

#D1D2DE
(209,210,222)
#BEBFCA
(190,191,202)
#ABACB6
(171,172,182)
#9899A2
(152,153,162)
#85868E
(133,134,142)
#72737A
(114,115,122)
#5F6066
(95,96,102)
#4C4D52
(76,77,82)
#393A3E
(57,58,62)
#26272A
(38,39,42)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #D1D2DE

#D1D2DE
(209,210,222)
#D5D6E1
(213,214,225)
#D9DAE4
(217,218,228)
#DDDEE7
(221,222,231)
#E1E2EA
(225,226,234)
#E5E6ED
(229,230,237)
#E9EAF0
(233,234,240)
#EDEEF3
(237,238,243)
#F1F2F6
(241,242,246)
#F5F6F9
(245,246,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D2DE; }

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

This text font color is #D1D2DE.


Background Color

.myBgColor { background-color: #D1D2DE; }

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

This div background color is #D1D2DE.


Border color

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

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

This div border color is #D1D2DE.


Opacity

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

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

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

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

This text has shadow with #D1D2DE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D1D2DE on black background.


Color preview on white background

This text has color #D1D2DE on white background.



Black color preview on #D1D2DE background

This text has black color on #D1D2DE background.


White color preview on #D1D2DE background

This text has white color on #D1D2DE background.