COLOR #D2DFD7

HEX: #D2DFD7
RGB: (210,223,215)

Color info

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

RGB color model

#D2DFD7 color RGB value is (210,223,215).

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

RGB channels and saturation

R 210 of 255 = 82%
G 223 of 255 = 87%
B 215 of 255 = 84%

210
223
215

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

Portions of RGB colors in percentages

R + G + B =
210 + 223 + 215 = 648 (100%)
R 210 of 648 ~ 32.41%
G 223 of 648 ~ 34.41%
B 215 of 648 ~ 33.18%

%32.41
%34.41
%33.18

CMYK color model

#D2DFD7 color CMYK value is (6,0,4,13).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(6,0,4,13)
C6M0Y4K13 
(6%,0%,4%,13%)
(0.06/0.00/0.04/0.13)	

CMYK percentages

%5.83
%0
%3.59
%12.55

Codes

Color #D2DFD7 in popluar color models

D2DFD7
RGB210223215
HSL143°16.88%84.90%
HSB/HSV143°5.83%87.45%
CMYK5.83%0.00%3.59%
12.55%

Color #D2DFD7 in popluar number systems.

HEXD2DFD7
Decimal210223215
Binary110100101101111111010111
Octal322337327

Shades and tints

Shades of #D2DFD7

#D2DFD7
(210,223,215)
#BFCBC4
(191,203,196)
#ACB7B1
(172,183,177)
#99A39E
(153,163,158)
#868F8B
(134,143,139)
#737B78
(115,123,120)
#606765
(96,103,101)
#4D5352
(77,83,82)
#3A3F3F
(58,63,63)
#272B2C
(39,43,44)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #D2DFD7

#D2DFD7
(210,223,215)
#D6E1DA
(214,225,218)
#DAE3DD
(218,227,221)
#DEE5E0
(222,229,224)
#E2E7E3
(226,231,227)
#E6E9E6
(230,233,230)
#EAEBE9
(234,235,233)
#EEEDEC
(238,237,236)
#F2EFEF
(242,239,239)
#F6F1F2
(246,241,242)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DFD7; }

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

This text font color is #D2DFD7.


Background Color

.myBgColor { background-color: #D2DFD7; }

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

This div background color is #D2DFD7.


Border color

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

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

This div border color is #D2DFD7.


Opacity

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

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

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

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

This text has shadow with #D2DFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DFD7 on black background.


Color preview on white background

This text has color #D2DFD7 on white background.



Black color preview on #D2DFD7 background

This text has black color on #D2DFD7 background.


White color preview on #D2DFD7 background

This text has white color on #D2DFD7 background.