COLOR #D3D6DB

HEX: #D3D6DB
RGB: (211,214,219)

Color info

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

RGB color model

#D3D6DB color RGB value is (211,214,219).

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

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 219 of 255 = 86%

211
214
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 214 + 219 = 644 (100%)
R 211 of 644 ~ 32.76%
G 214 of 644 ~ 33.23%
B 219 of 644 ~ 34.01%

%32.76
%33.23
%34.01

CMYK color model

#D3D6DB color CMYK value is (4,2,0,14).

  • cyan value is 3.65%
  • magenta value is 2.28%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,2,0,14)
C4M2Y0K14 
(4%,2%,0%,14%)
(0.04/0.02/0.00/0.14)	

CMYK percentages

%3.65
%2.28
%0
%14.12

Codes

Color #D3D6DB in popluar color models

D3D6DB
RGB211214219
HSL218°10.00%84.31%
HSB/HSV218°3.65%85.88%
CMYK3.65%2.28%0.00%
14.12%

Color #D3D6DB in popluar number systems.

HEXD3D6DB
Decimal211214219
Binary110100111101011011011011
Octal323326333

Shades and tints

Shades of #D3D6DB

#D3D6DB
(211,214,219)
#C0C3C8
(192,195,200)
#ADB0B5
(173,176,181)
#9A9DA2
(154,157,162)
#878A8F
(135,138,143)
#74777C
(116,119,124)
#616469
(97,100,105)
#4E5156
(78,81,86)
#3B3E43
(59,62,67)
#282B30
(40,43,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #D3D6DB

#D3D6DB
(211,214,219)
#D7D9DE
(215,217,222)
#DBDCE1
(219,220,225)
#DFDFE4
(223,223,228)
#E3E2E7
(227,226,231)
#E7E5EA
(231,229,234)
#EBE8ED
(235,232,237)
#EFEBF0
(239,235,240)
#F3EEF3
(243,238,243)
#F7F1F6
(247,241,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D6DB; }

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

This text font color is #D3D6DB.


Background Color

.myBgColor { background-color: #D3D6DB; }

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

This div background color is #D3D6DB.


Border color

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

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

This div border color is #D3D6DB.


Opacity

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

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

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

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

This text has shadow with #D3D6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D6DB on black background.


Color preview on white background

This text has color #D3D6DB on white background.



Black color preview on #D3D6DB background

This text has black color on #D3D6DB background.


White color preview on #D3D6DB background

This text has white color on #D3D6DB background.