COLOR #D9DBE1

HEX: #D9DBE1
RGB: (217,219,225)

Color info

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

RGB color model

#D9DBE1 color RGB value is (217,219,225).

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

RGB channels and saturation

R 217 of 255 = 85%
G 219 of 255 = 86%
B 225 of 255 = 88%

217
219
225

R + G + B ~ 86%. #D9DBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 219 + 225 = 661 (100%)
R 217 of 661 ~ 32.83%
G 219 of 661 ~ 33.13%
B 225 of 661 ~ 34.04%

%32.83
%33.13
%34.04

CMYK color model

#D9DBE1 color CMYK value is (4,3,0,12).

  • cyan value is 3.56%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(4,3,0,12)
C4M3Y0K12 
(4%,3%,0%,12%)
(0.04/0.03/0.00/0.12)	

CMYK percentages

%3.56
%2.67
%0
%11.76

Codes

Color #D9DBE1 in popluar color models

D9DBE1
RGB217219225
HSL225°11.76%86.67%
HSB/HSV225°3.56%88.24%
CMYK3.56%2.67%0.00%
11.76%

Color #D9DBE1 in popluar number systems.

HEXD9DBE1
Decimal217219225
Binary110110011101101111100001
Octal331333341

Shades and tints

Shades of #D9DBE1

#D9DBE1
(217,219,225)
#C6C8CD
(198,200,205)
#B3B5B9
(179,181,185)
#A0A2A5
(160,162,165)
#8D8F91
(141,143,145)
#7A7C7D
(122,124,125)
#676969
(103,105,105)
#545655
(84,86,85)
#414341
(65,67,65)
#2E302D
(46,48,45)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #D9DBE1

#D9DBE1
(217,219,225)
#DCDEE3
(220,222,227)
#DFE1E5
(223,225,229)
#E2E4E7
(226,228,231)
#E5E7E9
(229,231,233)
#E8EAEB
(232,234,235)
#EBEDED
(235,237,237)
#EEF0EF
(238,240,239)
#F1F3F1
(241,243,241)
#F4F6F3
(244,246,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DBE1; }

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

This text font color is #D9DBE1.


Background Color

.myBgColor { background-color: #D9DBE1; }

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

This div background color is #D9DBE1.


Border color

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

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

This div border color is #D9DBE1.


Opacity

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

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

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

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

This text has shadow with #D9DBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DBE1 on black background.


Color preview on white background

This text has color #D9DBE1 on white background.



Black color preview on #D9DBE1 background

This text has black color on #D9DBE1 background.


White color preview on #D9DBE1 background

This text has white color on #D9DBE1 background.