COLOR #D1DBED

HEX: #D1DBED RGB: (209,219,237)

Color info

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

RGB color model

#D1DBED color RGB value is (209,219,237).

RGB: (209,219,237) (82%, 86%, 93%)

RGB channels and saturation

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

209
219
237

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

Portions of RGB colors in percentages

R + G + B = 209 + 219 + 237 = 665 (100%)
R 209 of 665 ~ 31.43%
G 219 of 665 ~ 32.93%
B 237 of 665 ~ 35.64'%

%31.43
%32.93
%35.64

CMYK color model

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

  • cyan value is 11.81%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (12,8,0,7)
C12M8Y0K7 (12%, 8%, 0%, 7%)
(0.12 / 0.08 / 0.00 / 0.07)

CMYK percentages

%11.81
%7.59
%0
%7.06

Codes

Color #D1DBED in popluar color models

D1 DB ED
RGB 209 219 237
HSL 219° 43.75% 87.45%
HSB/HSV 219° 11.81% 92.94%
CMYK 11.81% 7.59% 0.00%
7.06%

Color #D1DBED in popluar number systems.

HEX D1 DB ED
Decimal 209 219 237
Binary 11010001 11011011 11101101
Octal 321 333 355

Shades and tints

Shades of #D1DBED

#D1DBED
(209,219,237)
#BEC8D8
(190,200,216)
#ABB5C3
(171,181,195)
#98A2AE
(152,162,174)
#858F99
(133,143,153)
#727C84
(114,124,132)
#5F696F
(95,105,111)
#4C565A
(76,86,90)
#394345
(57,67,69)
#263030
(38,48,48)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #D1DBED

#D1DBED
(209,219,237)
#D5DEEE
(213,222,238)
#D9E1EF
(217,225,239)
#DDE4F0
(221,228,240)
#E1E7F1
(225,231,241)
#E5EAF2
(229,234,242)
#E9EDF3
(233,237,243)
#EDF0F4
(237,240,244)
#F1F3F5
(241,243,245)
#F5F6F6
(245,246,246)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DBED; }

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

This text font color is #D1DBED.

Background Color

.myBgColor { background-color: #D1DBED; }

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

This div background color is #D1DBED.

Border color

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

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

This div border color is #D1DBED.

Opacity

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

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

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

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

This text has shadow with #D1DBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DBED.

Preview

Color preview on black background

This text has color #D1DBED on black background.


Color preview on white background

This text has color #D1DBED on white background.


Black color preview on #D1DBED background

This text has black color on #D1DBED background.


White color preview on #D1DBED background

This text has white color on #D1DBED background.


Related colors

Complementary color

Complementary color for #hex is #2E2412.


I love getcolorcode.com

Triadic colors

1 #EDD1DB and #DBEDD1 with #D1DBED are triadic colors.

2 #EDDBD1 and #DBD1ED with #D1DBED are triadic colors.