COLOR #D1DBE5

HEX: #D1DBE5
RGB: (209,219,229)

Color info

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

RGB color model

#D1DBE5 color RGB value is (209,219,229).

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

RGB channels and saturation

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

209
219
229

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

Portions of RGB colors in percentages

R + G + B =
209 + 219 + 229 = 657 (100%)
R 209 of 657 ~ 31.81%
G 219 of 657 ~ 33.33%
B 229 of 657 ~ 34.86%

%31.81
%33.33
%34.86

CMYK color model

#D1DBE5 color CMYK value is (9,4,0,10).

  • cyan value is 8.73%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(9,4,0,10)
C9M4Y0K10 
(9%,4%,0%,10%)
(0.09/0.04/0.00/0.10)	

CMYK percentages

%8.73
%4.37
%0
%10.2

Codes

Color #D1DBE5 in popluar color models

D1DBE5
RGB209219229
HSL210°27.78%85.88%
HSB/HSV210°8.73%89.80%
CMYK8.73%4.37%0.00%
10.20%

Color #D1DBE5 in popluar number systems.

HEXD1DBE5
Decimal209219229
Binary110100011101101111100101
Octal321333345

Shades and tints

Shades of #D1DBE5

#D1DBE5
(209,219,229)
#BEC8D1
(190,200,209)
#ABB5BD
(171,181,189)
#98A2A9
(152,162,169)
#858F95
(133,143,149)
#727C81
(114,124,129)
#5F696D
(95,105,109)
#4C5659
(76,86,89)
#394345
(57,67,69)
#263031
(38,48,49)
#131D1D
(19,29,29)
#000000
(0,0,0)

Tints of #D1DBE5

#D1DBE5
(209,219,229)
#D5DEE7
(213,222,231)
#D9E1E9
(217,225,233)
#DDE4EB
(221,228,235)
#E1E7ED
(225,231,237)
#E5EAEF
(229,234,239)
#E9EDF1
(233,237,241)
#EDF0F3
(237,240,243)
#F1F3F5
(241,243,245)
#F5F6F7
(245,246,247)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DBE5; }

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

This text font color is #D1DBE5.


Background Color

.myBgColor { background-color: #D1DBE5; }

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

This div background color is #D1DBE5.


Border color

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

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

This div border color is #D1DBE5.


Opacity

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

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

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

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

This text has shadow with #D1DBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DBE5 on black background.


Color preview on white background

This text has color #D1DBE5 on white background.



Black color preview on #D1DBE5 background

This text has black color on #D1DBE5 background.


White color preview on #D1DBE5 background

This text has white color on #D1DBE5 background.