COLOR #D4D9DB

HEX: #D4D9DB
RGB: (212,217,219)

Color info

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

RGB color model

#D4D9DB color RGB value is (212,217,219).

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

RGB channels and saturation

R 212 of 255 = 83%
G 217 of 255 = 85%
B 219 of 255 = 86%

212
217
219

R + G + B ~ 85%. #D4D9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 217 + 219 = 648 (100%)
R 212 of 648 ~ 32.72%
G 217 of 648 ~ 33.49%
B 219 of 648 ~ 33.8%

%32.72
%33.49
%33.8

CMYK color model

#D4D9DB color CMYK value is (3,1,0,14).

  • cyan value is 3.20%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(3,1,0,14)
C3M1Y0K14 
(3%,1%,0%,14%)
(0.03/0.01/0.00/0.14)	

CMYK percentages

%3.2
%0.91
%0
%14.12

Codes

Color #D4D9DB in popluar color models

D4D9DB
RGB212217219
HSL197°8.86%84.51%
HSB/HSV197°3.20%85.88%
CMYK3.20%0.91%0.00%
14.12%

Color #D4D9DB in popluar number systems.

HEXD4D9DB
Decimal212217219
Binary110101001101100111011011
Octal324331333

Shades and tints

Shades of #D4D9DB

#D4D9DB
(212,217,219)
#C1C6C8
(193,198,200)
#AEB3B5
(174,179,181)
#9BA0A2
(155,160,162)
#888D8F
(136,141,143)
#757A7C
(117,122,124)
#626769
(98,103,105)
#4F5456
(79,84,86)
#3C4143
(60,65,67)
#292E30
(41,46,48)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #D4D9DB

#D4D9DB
(212,217,219)
#D7DCDE
(215,220,222)
#DADFE1
(218,223,225)
#DDE2E4
(221,226,228)
#E0E5E7
(224,229,231)
#E3E8EA
(227,232,234)
#E6EBED
(230,235,237)
#E9EEF0
(233,238,240)
#ECF1F3
(236,241,243)
#EFF4F6
(239,244,246)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D9DB; }

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

This text font color is #D4D9DB.


Background Color

.myBgColor { background-color: #D4D9DB; }

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

This div background color is #D4D9DB.


Border color

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

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

This div border color is #D4D9DB.


Opacity

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

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

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

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

This text has shadow with #D4D9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D9DB on black background.


Color preview on white background

This text has color #D4D9DB on white background.



Black color preview on #D4D9DB background

This text has black color on #D4D9DB background.


White color preview on #D4D9DB background

This text has white color on #D4D9DB background.