COLOR #D1DBE6

HEX: #D1DBE6
RGB: (209,219,230)

Color info

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

RGB color model

#D1DBE6 color RGB value is (209,219,230).

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

RGB channels and saturation

R 209 of 255 = 82%
G 219 of 255 = 86%
B 230 of 255 = 90%

209
219
230

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

Portions of RGB colors in percentages

R + G + B =
209 + 219 + 230 = 658 (100%)
R 209 of 658 ~ 31.76%
G 219 of 658 ~ 33.28%
B 230 of 658 ~ 34.95%

%31.76
%33.28
%34.95

CMYK color model

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

  • cyan value is 9.13%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(9,5,0,10)
C9M5Y0K10 
(9%,5%,0%,10%)
(0.09/0.05/0.00/0.10)	

CMYK percentages

%9.13
%4.78
%0
%9.8

Codes

Color #D1DBE6 in popluar color models

D1DBE6
RGB209219230
HSL211°29.58%86.08%
HSB/HSV211°9.13%90.20%
CMYK9.13%4.78%0.00%
9.80%

Color #D1DBE6 in popluar number systems.

HEXD1DBE6
Decimal209219230
Binary110100011101101111100110
Octal321333346

Shades and tints

Shades of #D1DBE6

#D1DBE6
(209,219,230)
#BEC8D2
(190,200,210)
#ABB5BE
(171,181,190)
#98A2AA
(152,162,170)
#858F96
(133,143,150)
#727C82
(114,124,130)
#5F696E
(95,105,110)
#4C565A
(76,86,90)
#394346
(57,67,70)
#263032
(38,48,50)
#131D1E
(19,29,30)
#000000
(0,0,0)

Tints of #D1DBE6

#D1DBE6
(209,219,230)
#D5DEE8
(213,222,232)
#D9E1EA
(217,225,234)
#DDE4EC
(221,228,236)
#E1E7EE
(225,231,238)
#E5EAF0
(229,234,240)
#E9EDF2
(233,237,242)
#EDF0F4
(237,240,244)
#F1F3F6
(241,243,246)
#F5F6F8
(245,246,248)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DBE6; }

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

This text font color is #D1DBE6.


Background Color

.myBgColor { background-color: #D1DBE6; }

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

This div background color is #D1DBE6.


Border color

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

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

This div border color is #D1DBE6.


Opacity

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

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

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

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

This text has shadow with #D1DBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DBE6 on black background.


Color preview on white background

This text has color #D1DBE6 on white background.



Black color preview on #D1DBE6 background

This text has black color on #D1DBE6 background.


White color preview on #D1DBE6 background

This text has white color on #D1DBE6 background.