COLOR #D1DBE0

HEX: #D1DBE0
RGB: (209,219,224)

Color info

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

RGB color model

#D1DBE0 color RGB value is (209,219,224).

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

RGB channels and saturation

R 209 of 255 = 82%
G 219 of 255 = 86%
B 224 of 255 = 88%

209
219
224

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

Portions of RGB colors in percentages

R + G + B =
209 + 219 + 224 = 652 (100%)
R 209 of 652 ~ 32.06%
G 219 of 652 ~ 33.59%
B 224 of 652 ~ 34.36%

%32.06
%33.59
%34.36

CMYK color model

#D1DBE0 color CMYK value is (7,2,0,12).

  • cyan value is 6.70%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(7,2,0,12)
C7M2Y0K12 
(7%,2%,0%,12%)
(0.07/0.02/0.00/0.12)	

CMYK percentages

%6.7
%2.23
%0
%12.16

Codes

Color #D1DBE0 in popluar color models

D1DBE0
RGB209219224
HSL200°19.48%84.90%
HSB/HSV200°6.70%87.84%
CMYK6.70%2.23%0.00%
12.16%

Color #D1DBE0 in popluar number systems.

HEXD1DBE0
Decimal209219224
Binary110100011101101111100000
Octal321333340

Shades and tints

Shades of #D1DBE0

#D1DBE0
(209,219,224)
#BEC8CC
(190,200,204)
#ABB5B8
(171,181,184)
#98A2A4
(152,162,164)
#858F90
(133,143,144)
#727C7C
(114,124,124)
#5F6968
(95,105,104)
#4C5654
(76,86,84)
#394340
(57,67,64)
#26302C
(38,48,44)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #D1DBE0

#D1DBE0
(209,219,224)
#D5DEE2
(213,222,226)
#D9E1E4
(217,225,228)
#DDE4E6
(221,228,230)
#E1E7E8
(225,231,232)
#E5EAEA
(229,234,234)
#E9EDEC
(233,237,236)
#EDF0EE
(237,240,238)
#F1F3F0
(241,243,240)
#F5F6F2
(245,246,242)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DBE0; }

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

This text font color is #D1DBE0.


Background Color

.myBgColor { background-color: #D1DBE0; }

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

This div background color is #D1DBE0.


Border color

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

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

This div border color is #D1DBE0.


Opacity

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

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

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

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

This text has shadow with #D1DBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DBE0 on black background.


Color preview on white background

This text has color #D1DBE0 on white background.



Black color preview on #D1DBE0 background

This text has black color on #D1DBE0 background.


White color preview on #D1DBE0 background

This text has white color on #D1DBE0 background.