COLOR #D1E1ED

HEX: #D1E1ED RGB: (209,225,237)

Color info

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

RGB color model

#D1E1ED color RGB value is (209,225,237).

RGB: (209,225,237) (82%, 88%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 225 of 255 = 88%
B 237 of 255 = 93%

209
225
237

R + G + B ~ 88%. #D1E1ED is light color.

Portions of RGB colors in percentages

R + G + B = 209 + 225 + 237 = 671 (100%)
R 209 of 671 ~ 31.15%
G 225 of 671 ~ 33.53%
B 237 of 671 ~ 35.32'%

%31.15
%33.53
%35.32

CMYK color model

#D1E1ED color CMYK value is (12,5,0,7).

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

CMYK: (12,5,0,7)
C12M5Y0K7 (12%, 5%, 0%, 7%)
(0.12 / 0.05 / 0.00 / 0.07)

CMYK percentages

%11.81
%5.06
%0
%7.06

Codes

Color #D1E1ED in popluar color models

D1 E1 ED
RGB 209 225 237
HSL 206° 43.75% 87.45%
HSB/HSV 206° 11.81% 92.94%
CMYK 11.81% 5.06% 0.00%
7.06%

Color #D1E1ED in popluar number systems.

HEX D1 E1 ED
Decimal 209 225 237
Binary 11010001 11100001 11101101
Octal 321 341 355

Shades and tints

Shades of #D1E1ED

#D1E1ED
(209,225,237)
#BECDD8
(190,205,216)
#ABB9C3
(171,185,195)
#98A5AE
(152,165,174)
#859199
(133,145,153)
#727D84
(114,125,132)
#5F696F
(95,105,111)
#4C555A
(76,85,90)
#394145
(57,65,69)
#262D30
(38,45,48)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #D1E1ED

#D1E1ED
(209,225,237)
#D5E3EE
(213,227,238)
#D9E5EF
(217,229,239)
#DDE7F0
(221,231,240)
#E1E9F1
(225,233,241)
#E5EBF2
(229,235,242)
#E9EDF3
(233,237,243)
#EDEFF4
(237,239,244)
#F1F1F5
(241,241,245)
#F5F3F6
(245,243,246)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E1ED; }

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

This text font color is #D1E1ED.

Background Color

.myBgColor { background-color: #D1E1ED; }

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

This div background color is #D1E1ED.

Border color

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

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

This div border color is #D1E1ED.

Opacity

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

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

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

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

This text has shadow with #D1E1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E1ED.

Preview

Color preview on black background

This text has color #D1E1ED on black background.


Color preview on white background

This text has color #D1E1ED on white background.


Black color preview on #D1E1ED background

This text has black color on #D1E1ED background.


White color preview on #D1E1ED background

This text has white color on #D1E1ED background.


Related colors

Complementary color

Complementary color for #hex is #2E1E12.


I love getcolorcode.com

Triadic colors

1 #EDD1E1 and #E1EDD1 with #D1E1ED are triadic colors.

2 #EDE1D1 and #E1D1ED with #D1E1ED are triadic colors.