COLOR #D1DBEE

HEX: #D1DBEE
RGB: (209,219,238)

Color info

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

RGB color model

#D1DBEE color RGB value is (209,219,238).

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

RGB channels and saturation

R 209 of 255 = 82%
G 219 of 255 = 86%
B 238 of 255 = 93%

209
219
238

R + G + B ~ 87%. #D1DBEE is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 219 + 238 = 666 (100%)
R 209 of 666 ~ 31.38%
G 219 of 666 ~ 32.88%
B 238 of 666 ~ 35.74%

%31.38
%32.88
%35.74

CMYK color model

#D1DBEE color CMYK value is (12,8,0,7).

  • cyan value is 12.18%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,8,0,7)
C12M8Y0K7 
(12%,8%,0%,7%)
(0.12/0.08/0.00/0.07)	

CMYK percentages

%12.18
%7.98
%0
%6.67

Codes

Color #D1DBEE in popluar color models

D1DBEE
RGB209219238
HSL219°46.03%87.65%
HSB/HSV219°12.18%93.33%
CMYK12.18%7.98%0.00%
6.67%

Color #D1DBEE in popluar number systems.

HEXD1DBEE
Decimal209219238
Binary110100011101101111101110
Octal321333356

Shades and tints

Shades of #D1DBEE

#D1DBEE
(209,219,238)
#BEC8D9
(190,200,217)
#ABB5C4
(171,181,196)
#98A2AF
(152,162,175)
#858F9A
(133,143,154)
#727C85
(114,124,133)
#5F6970
(95,105,112)
#4C565B
(76,86,91)
#394346
(57,67,70)
#263031
(38,48,49)
#131D1C
(19,29,28)
#000000
(0,0,0)

Tints of #D1DBEE

#D1DBEE
(209,219,238)
#D5DEEF
(213,222,239)
#D9E1F0
(217,225,240)
#DDE4F1
(221,228,241)
#E1E7F2
(225,231,242)
#E5EAF3
(229,234,243)
#E9EDF4
(233,237,244)
#EDF0F5
(237,240,245)
#F1F3F6
(241,243,246)
#F5F6F7
(245,246,247)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DBEE; }

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

This text font color is #D1DBEE.


Background Color

.myBgColor { background-color: #D1DBEE; }

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

This div background color is #D1DBEE.


Border color

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

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

This div border color is #D1DBEE.


Opacity

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

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

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

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

This text has shadow with #D1DBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DBEE on black background.


Color preview on white background

This text has color #D1DBEE on white background.



Black color preview on #D1DBEE background

This text has black color on #D1DBEE background.


White color preview on #D1DBEE background

This text has white color on #D1DBEE background.