COLOR #D4D6DB

HEX: #D4D6DB
RGB: (212,214,219)

Color info

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

RGB color model

#D4D6DB color RGB value is (212,214,219).

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

RGB channels and saturation

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

212
214
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 214 + 219 = 645 (100%)
R 212 of 645 ~ 32.87%
G 214 of 645 ~ 33.18%
B 219 of 645 ~ 33.95%

%32.87
%33.18
%33.95

CMYK color model

#D4D6DB color CMYK value is (3,2,0,14).

  • cyan value is 3.20%
  • magenta value is 2.28%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(3,2,0,14)
C3M2Y0K14 
(3%,2%,0%,14%)
(0.03/0.02/0.00/0.14)	

CMYK percentages

%3.2
%2.28
%0
%14.12

Codes

Color #D4D6DB in popluar color models

D4D6DB
RGB212214219
HSL223°8.86%84.51%
HSB/HSV223°3.20%85.88%
CMYK3.20%2.28%0.00%
14.12%

Color #D4D6DB in popluar number systems.

HEXD4D6DB
Decimal212214219
Binary110101001101011011011011
Octal324326333

Shades and tints

Shades of #D4D6DB

#D4D6DB
(212,214,219)
#C1C3C8
(193,195,200)
#AEB0B5
(174,176,181)
#9B9DA2
(155,157,162)
#888A8F
(136,138,143)
#75777C
(117,119,124)
#626469
(98,100,105)
#4F5156
(79,81,86)
#3C3E43
(60,62,67)
#292B30
(41,43,48)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #D4D6DB

#D4D6DB
(212,214,219)
#D7D9DE
(215,217,222)
#DADCE1
(218,220,225)
#DDDFE4
(221,223,228)
#E0E2E7
(224,226,231)
#E3E5EA
(227,229,234)
#E6E8ED
(230,232,237)
#E9EBF0
(233,235,240)
#ECEEF3
(236,238,243)
#EFF1F6
(239,241,246)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D6DB; }

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

This text font color is #D4D6DB.


Background Color

.myBgColor { background-color: #D4D6DB; }

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

This div background color is #D4D6DB.


Border color

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

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

This div border color is #D4D6DB.


Opacity

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

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

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

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

This text has shadow with #D4D6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D6DB on black background.


Color preview on white background

This text has color #D4D6DB on white background.



Black color preview on #D4D6DB background

This text has black color on #D4D6DB background.


White color preview on #D4D6DB background

This text has white color on #D4D6DB background.