COLOR #D1DBE7

HEX: #D1DBE7
RGB: (209,219,231)

Color info

#D1DBE7 contains red, green and blue colors in about the same proportion. Web safe color of #D1DBE7 is #CCCCFF (or #CCF).

RGB color model

#D1DBE7 color RGB value is (209,219,231).

  • red value is 209;
  • green value is 219;
  • blue value is 231.
RGB:
(209,219,231)
(82%,86%,91%)

RGB channels and saturation

R 209 of 255 = 82%
G 219 of 255 = 86%
B 231 of 255 = 91%

209
219
231

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

Portions of RGB colors in percentages

R + G + B =
209 + 219 + 231 = 659 (100%)
R 209 of 659 ~ 31.71%
G 219 of 659 ~ 33.23%
B 231 of 659 ~ 35.05%

%31.71
%33.23
%35.05

CMYK color model

#D1DBE7 color CMYK value is (10,5,0,9).

  • cyan value is 9.52%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,5,0,9)
C10M5Y0K9 
(10%,5%,0%,9%)
(0.10/0.05/0.00/0.09)	

CMYK percentages

%9.52
%5.19
%0
%9.41

Codes

Color #D1DBE7 in popluar color models

D1DBE7
RGB209219231
HSL213°31.43%86.27%
HSB/HSV213°9.52%90.59%
CMYK9.52%5.19%0.00%
9.41%

Color #D1DBE7 in popluar number systems.

HEXD1DBE7
Decimal209219231
Binary110100011101101111100111
Octal321333347

Shades and tints

Shades of #D1DBE7

#D1DBE7
(209,219,231)
#BEC8D2
(190,200,210)
#ABB5BD
(171,181,189)
#98A2A8
(152,162,168)
#858F93
(133,143,147)
#727C7E
(114,124,126)
#5F6969
(95,105,105)
#4C5654
(76,86,84)
#39433F
(57,67,63)
#26302A
(38,48,42)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #D1DBE7

#D1DBE7
(209,219,231)
#D5DEE9
(213,222,233)
#D9E1EB
(217,225,235)
#DDE4ED
(221,228,237)
#E1E7EF
(225,231,239)
#E5EAF1
(229,234,241)
#E9EDF3
(233,237,243)
#EDF0F5
(237,240,245)
#F1F3F7
(241,243,247)
#F5F6F9
(245,246,249)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DBE7 color. Also use rgb(209,219,231) instead hex code.

Text Font Color

.myTextColor { color: #D1DBE7; }

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

This text font color is #D1DBE7.


Background Color

.myBgColor { background-color: #D1DBE7; }

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

This div background color is #D1DBE7.


Border color

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

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

This div border color is #D1DBE7.


Opacity

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

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

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

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

This text has shadow with #D1DBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DBE7 on black background.


Color preview on white background

This text has color #D1DBE7 on white background.



Black color preview on #D1DBE7 background

This text has black color on #D1DBE7 background.


White color preview on #D1DBE7 background

This text has white color on #D1DBE7 background.