COLOR #D4DBDF

HEX: #D4DBDF
RGB: (212,219,223)

Color info

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

RGB color model

#D4DBDF color RGB value is (212,219,223).

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

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 223 of 255 = 87%

212
219
223

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

Portions of RGB colors in percentages

R + G + B =
212 + 219 + 223 = 654 (100%)
R 212 of 654 ~ 32.42%
G 219 of 654 ~ 33.49%
B 223 of 654 ~ 34.1%

%32.42
%33.49
%34.1

CMYK color model

#D4DBDF color CMYK value is (5,2,0,13).

  • cyan value is 4.93%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(5,2,0,13)
C5M2Y0K13 
(5%,2%,0%,13%)
(0.05/0.02/0.00/0.13)	

CMYK percentages

%4.93
%1.79
%0
%12.55

Codes

Color #D4DBDF in popluar color models

D4DBDF
RGB212219223
HSL202°14.67%85.29%
HSB/HSV202°4.93%87.45%
CMYK4.93%1.79%0.00%
12.55%

Color #D4DBDF in popluar number systems.

HEXD4DBDF
Decimal212219223
Binary110101001101101111011111
Octal324333337

Shades and tints

Shades of #D4DBDF

#D4DBDF
(212,219,223)
#C1C8CB
(193,200,203)
#AEB5B7
(174,181,183)
#9BA2A3
(155,162,163)
#888F8F
(136,143,143)
#757C7B
(117,124,123)
#626967
(98,105,103)
#4F5653
(79,86,83)
#3C433F
(60,67,63)
#29302B
(41,48,43)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #D4DBDF

#D4DBDF
(212,219,223)
#D7DEE1
(215,222,225)
#DAE1E3
(218,225,227)
#DDE4E5
(221,228,229)
#E0E7E7
(224,231,231)
#E3EAE9
(227,234,233)
#E6EDEB
(230,237,235)
#E9F0ED
(233,240,237)
#ECF3EF
(236,243,239)
#EFF6F1
(239,246,241)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DBDF; }

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

This text font color is #D4DBDF.


Background Color

.myBgColor { background-color: #D4DBDF; }

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

This div background color is #D4DBDF.


Border color

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

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

This div border color is #D4DBDF.


Opacity

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

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

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

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

This text has shadow with #D4DBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DBDF on black background.


Color preview on white background

This text has color #D4DBDF on white background.



Black color preview on #D4DBDF background

This text has black color on #D4DBDF background.


White color preview on #D4DBDF background

This text has white color on #D4DBDF background.