COLOR #D3D1D6

HEX: #D3D1D6
RGB: (211,209,214)

Color info

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

RGB color model

#D3D1D6 color RGB value is (211,209,214).

  • red value is 211;
  • green value is 209;
  • blue value is 214.
RGB:
(211,209,214)
(83%,82%,84%)

RGB channels and saturation

R 211 of 255 = 83%
G 209 of 255 = 82%
B 214 of 255 = 84%

211
209
214

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

Portions of RGB colors in percentages

R + G + B =
211 + 209 + 214 = 634 (100%)
R 211 of 634 ~ 33.28%
G 209 of 634 ~ 32.97%
B 214 of 634 ~ 33.75%

%33.28
%32.97
%33.75

CMYK color model

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

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

CMYK percentages

%1.4
%2.34
%0
%16.08

Codes

Color #D3D1D6 in popluar color models

D3D1D6
RGB211209214
HSL264°5.75%82.94%
HSB/HSV264°2.34%83.92%
CMYK1.40%2.34%0.00%
16.08%

Color #D3D1D6 in popluar number systems.

HEXD3D1D6
Decimal211209214
Binary110100111101000111010110
Octal323321326

Shades and tints

Shades of #D3D1D6

#D3D1D6
(211,209,214)
#C0BEC3
(192,190,195)
#ADABB0
(173,171,176)
#9A989D
(154,152,157)
#87858A
(135,133,138)
#747277
(116,114,119)
#615F64
(97,95,100)
#4E4C51
(78,76,81)
#3B393E
(59,57,62)
#28262B
(40,38,43)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #D3D1D6

#D3D1D6
(211,209,214)
#D7D5D9
(215,213,217)
#DBD9DC
(219,217,220)
#DFDDDF
(223,221,223)
#E3E1E2
(227,225,226)
#E7E5E5
(231,229,229)
#EBE9E8
(235,233,232)
#EFEDEB
(239,237,235)
#F3F1EE
(243,241,238)
#F7F5F1
(247,245,241)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D1D6 color. Also use rgb(211,209,214) instead hex code.

Text Font Color

.myTextColor { color: #D3D1D6; }

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

This text font color is #D3D1D6.


Background Color

.myBgColor { background-color: #D3D1D6; }

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

This div background color is #D3D1D6.


Border color

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

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

This div border color is #D3D1D6.


Opacity

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

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

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

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

This text has shadow with #D3D1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D1D6 on black background.


Color preview on white background

This text has color #D3D1D6 on white background.



Black color preview on #D3D1D6 background

This text has black color on #D3D1D6 background.


White color preview on #D3D1D6 background

This text has white color on #D3D1D6 background.