COLOR #D2DFD9

HEX: #D2DFD9
RGB: (210,223,217)

Color info

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

RGB color model

#D2DFD9 color RGB value is (210,223,217).

  • red value is 210;
  • green value is 223;
  • blue value is 217.
RGB:
(210,223,217)
(82%,87%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 223 of 255 = 87%
B 217 of 255 = 85%

210
223
217

R + G + B ~ 85%. #D2DFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 223 + 217 = 650 (100%)
R 210 of 650 ~ 32.31%
G 223 of 650 ~ 34.31%
B 217 of 650 ~ 33.38%

%32.31
%34.31
%33.38

CMYK color model

#D2DFD9 color CMYK value is (6,0,3,13).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 2.69%
  • key color value is 12.55%
CMYK:
(6,0,3,13)
C6M0Y3K13 
(6%,0%,3%,13%)
(0.06/0.00/0.03/0.13)	

CMYK percentages

%5.83
%0
%2.69
%12.55

Codes

Color #D2DFD9 in popluar color models

D2DFD9
RGB210223217
HSL152°16.88%84.90%
HSB/HSV152°5.83%87.45%
CMYK5.83%0.00%2.69%
12.55%

Color #D2DFD9 in popluar number systems.

HEXD2DFD9
Decimal210223217
Binary110100101101111111011001
Octal322337331

Shades and tints

Shades of #D2DFD9

#D2DFD9
(210,223,217)
#BFCBC6
(191,203,198)
#ACB7B3
(172,183,179)
#99A3A0
(153,163,160)
#868F8D
(134,143,141)
#737B7A
(115,123,122)
#606767
(96,103,103)
#4D5354
(77,83,84)
#3A3F41
(58,63,65)
#272B2E
(39,43,46)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #D2DFD9

#D2DFD9
(210,223,217)
#D6E1DC
(214,225,220)
#DAE3DF
(218,227,223)
#DEE5E2
(222,229,226)
#E2E7E5
(226,231,229)
#E6E9E8
(230,233,232)
#EAEBEB
(234,235,235)
#EEEDEE
(238,237,238)
#F2EFF1
(242,239,241)
#F6F1F4
(246,241,244)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DFD9; }

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

This text font color is #D2DFD9.


Background Color

.myBgColor { background-color: #D2DFD9; }

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

This div background color is #D2DFD9.


Border color

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

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

This div border color is #D2DFD9.


Opacity

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

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

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

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

This text has shadow with #D2DFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DFD9 on black background.


Color preview on white background

This text has color #D2DFD9 on white background.



Black color preview on #D2DFD9 background

This text has black color on #D2DFD9 background.


White color preview on #D2DFD9 background

This text has white color on #D2DFD9 background.