COLOR #D3D4D7

HEX: #D3D4D7 RGB: (211,212,215)

Color info

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

RGB color model

#D3D4D7 color RGB value is (211,212,215).

RGB: (211,212,215) (83%, 83%, 84%)

RGB channels and saturation

R 211 of 255 = 83%
G 212 of 255 = 83%
B 215 of 255 = 84%

211
212
215

R + G + B ~ 83%. #D3D4D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 212 + 215 = 638 (100%)
R 211 of 638 ~ 33.07%
G 212 of 638 ~ 33.23%
B 215 of 638 ~ 33.7'%

%33.07
%33.23
%33.7

CMYK color model

#D3D4D7 color CMYK value is (2,1,0,16).

  • cyan value is 1.86%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (2,1,0,16) C2M1Y0K16 (2%,1%,0%,16%) (0.02/0.01/0.00/0.16) 

CMYK percentages

%1.86
%1.4
%0
%15.69

Codes

Color #D3D4D7 in popluar color models

D3 D4 D7
RGB 211 212 215
HSL 225° 4.76% 83.53%
HSB/HSV 225° 1.86% 84.31%
CMYK 1.86% 1.40% 0.00%
15.69%

Color #D3D4D7 in popluar number systems.

HEX D3 D4 D7
Decimal 211 212 215
Binary 11010011 11010100 11010111
Octal 323 324 327

Shades and tints

Shades of #D3D4D7

#D3D4D7
(211,212,215)
#C0C1C4
(192,193,196)
#ADAEB1
(173,174,177)
#9A9B9E
(154,155,158)
#87888B
(135,136,139)
#747578
(116,117,120)
#616265
(97,98,101)
#4E4F52
(78,79,82)
#3B3C3F
(59,60,63)
#28292C
(40,41,44)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #D3D4D7

#D3D4D7
(211,212,215)
#D7D7DA
(215,215,218)
#DBDADD
(219,218,221)
#DFDDE0
(223,221,224)
#E3E0E3
(227,224,227)
#E7E3E6
(231,227,230)
#EBE6E9
(235,230,233)
#EFE9EC
(239,233,236)
#F3ECEF
(243,236,239)
#F7EFF2
(247,239,242)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D4D7; }

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

This text font color is #D3D4D7.

Background Color

.myBgColor { background-color: #D3D4D7; }

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

This div background color is #D3D4D7.

Border color

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

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

This div border color is #D3D4D7.

Opacity

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

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

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

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

This text has shadow with #D3D4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3D4D7.

Preview

Color preview on black background

This text has color #D3D4D7 on black background.


Color preview on white background

This text has color #D3D4D7 on white background.


Black color preview on #D3D4D7 background

This text has black color on #D3D4D7 background.


White color preview on #D3D4D7 background

This text has white color on #D3D4D7 background.


Related colors

Complementary color

Complementary color for #hex is #2C2B28.


I love getcolorcode.com

Triadic colors

1 #D7D3D4 and #D4D7D3 with #D3D4D7 are triadic colors.

2 #D7D4D3 and #D4D3D7 with #D3D4D7 are triadic colors.