COLOR #D3D7DA

HEX: #D3D7DA
RGB: (211,215,218)

Color info

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

RGB color model

#D3D7DA color RGB value is (211,215,218).

  • red value is 211;
  • green value is 215;
  • blue value is 218.
RGB:
(211,215,218)
(83%,84%,85%)

RGB channels and saturation

R 211 of 255 = 83%
G 215 of 255 = 84%
B 218 of 255 = 85%

211
215
218

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

Portions of RGB colors in percentages

R + G + B =
211 + 215 + 218 = 644 (100%)
R 211 of 644 ~ 32.76%
G 215 of 644 ~ 33.39%
B 218 of 644 ~ 33.85%

%32.76
%33.39
%33.85

CMYK color model

#D3D7DA color CMYK value is (3,1,0,15).

  • cyan value is 3.21%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(3,1,0,15)
C3M1Y0K15 
(3%,1%,0%,15%)
(0.03/0.01/0.00/0.15)	

CMYK percentages

%3.21
%1.38
%0
%14.51

Codes

Color #D3D7DA in popluar color models

D3D7DA
RGB211215218
HSL206°8.64%84.12%
HSB/HSV206°3.21%85.49%
CMYK3.21%1.38%0.00%
14.51%

Color #D3D7DA in popluar number systems.

HEXD3D7DA
Decimal211215218
Binary110100111101011111011010
Octal323327332

Shades and tints

Shades of #D3D7DA

#D3D7DA
(211,215,218)
#C0C4C7
(192,196,199)
#ADB1B4
(173,177,180)
#9A9EA1
(154,158,161)
#878B8E
(135,139,142)
#74787B
(116,120,123)
#616568
(97,101,104)
#4E5255
(78,82,85)
#3B3F42
(59,63,66)
#282C2F
(40,44,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #D3D7DA

#D3D7DA
(211,215,218)
#D7DADD
(215,218,221)
#DBDDE0
(219,221,224)
#DFE0E3
(223,224,227)
#E3E3E6
(227,227,230)
#E7E6E9
(231,230,233)
#EBE9EC
(235,233,236)
#EFECEF
(239,236,239)
#F3EFF2
(243,239,242)
#F7F2F5
(247,242,245)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D7DA color. Also use rgb(211,215,218) instead hex code.

Text Font Color

.myTextColor { color: #D3D7DA; }

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

This text font color is #D3D7DA.


Background Color

.myBgColor { background-color: #D3D7DA; }

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

This div background color is #D3D7DA.


Border color

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

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

This div border color is #D3D7DA.


Opacity

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

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

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

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

This text has shadow with #D3D7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D7DA on black background.


Color preview on white background

This text has color #D3D7DA on white background.



Black color preview on #D3D7DA background

This text has black color on #D3D7DA background.


White color preview on #D3D7DA background

This text has white color on #D3D7DA background.