COLOR #D3D4DB

HEX: #D3D4DB
RGB: (211,212,219)

Color info

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

RGB color model

#D3D4DB color RGB value is (211,212,219).

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

RGB channels and saturation

R 211 of 255 = 83%
G 212 of 255 = 83%
B 219 of 255 = 86%

211
212
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 212 + 219 = 642 (100%)
R 211 of 642 ~ 32.87%
G 212 of 642 ~ 33.02%
B 219 of 642 ~ 34.11%

%32.87
%33.02
%34.11

CMYK color model

#D3D4DB color CMYK value is (4,3,0,14).

  • cyan value is 3.65%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,3,0,14)
C4M3Y0K14 
(4%,3%,0%,14%)
(0.04/0.03/0.00/0.14)	

CMYK percentages

%3.65
%3.2
%0
%14.12

Codes

Color #D3D4DB in popluar color models

D3D4DB
RGB211212219
HSL233°10.00%84.31%
HSB/HSV233°3.65%85.88%
CMYK3.65%3.20%0.00%
14.12%

Color #D3D4DB in popluar number systems.

HEXD3D4DB
Decimal211212219
Binary110100111101010011011011
Octal323324333

Shades and tints

Shades of #D3D4DB

#D3D4DB
(211,212,219)
#C0C1C8
(192,193,200)
#ADAEB5
(173,174,181)
#9A9BA2
(154,155,162)
#87888F
(135,136,143)
#74757C
(116,117,124)
#616269
(97,98,105)
#4E4F56
(78,79,86)
#3B3C43
(59,60,67)
#282930
(40,41,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #D3D4DB

#D3D4DB
(211,212,219)
#D7D7DE
(215,215,222)
#DBDAE1
(219,218,225)
#DFDDE4
(223,221,228)
#E3E0E7
(227,224,231)
#E7E3EA
(231,227,234)
#EBE6ED
(235,230,237)
#EFE9F0
(239,233,240)
#F3ECF3
(243,236,243)
#F7EFF6
(247,239,246)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D4DB; }

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

This text font color is #D3D4DB.


Background Color

.myBgColor { background-color: #D3D4DB; }

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

This div background color is #D3D4DB.


Border color

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

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

This div border color is #D3D4DB.


Opacity

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

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

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

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

This text has shadow with #D3D4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D4DB on black background.


Color preview on white background

This text has color #D3D4DB on white background.



Black color preview on #D3D4DB background

This text has black color on #D3D4DB background.


White color preview on #D3D4DB background

This text has white color on #D3D4DB background.