COLOR #D1E5ED

HEX: #D1E5ED
RGB: (209,229,237)

Color info

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

RGB color model

#D1E5ED color RGB value is (209,229,237).

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

RGB channels and saturation

R 209 of 255 = 82%
G 229 of 255 = 90%
B 237 of 255 = 93%

209
229
237

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

Portions of RGB colors in percentages

R + G + B =
209 + 229 + 237 = 675 (100%)
R 209 of 675 ~ 30.96%
G 229 of 675 ~ 33.93%
B 237 of 675 ~ 35.11%

%30.96
%33.93
%35.11

CMYK color model

#D1E5ED color CMYK value is (12,3,0,7).

  • cyan value is 11.81%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(12,3,0,7)
C12M3Y0K7 
(12%,3%,0%,7%)
(0.12/0.03/0.00/0.07)	

CMYK percentages

%11.81
%3.38
%0
%7.06

Codes

Color #D1E5ED in popluar color models

D1E5ED
RGB209229237
HSL197°43.75%87.45%
HSB/HSV197°11.81%92.94%
CMYK11.81%3.38%0.00%
7.06%

Color #D1E5ED in popluar number systems.

HEXD1E5ED
Decimal209229237
Binary110100011110010111101101
Octal321345355

Shades and tints

Shades of #D1E5ED

#D1E5ED
(209,229,237)
#BED1D8
(190,209,216)
#ABBDC3
(171,189,195)
#98A9AE
(152,169,174)
#859599
(133,149,153)
#728184
(114,129,132)
#5F6D6F
(95,109,111)
#4C595A
(76,89,90)
#394545
(57,69,69)
#263130
(38,49,48)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #D1E5ED

#D1E5ED
(209,229,237)
#D5E7EE
(213,231,238)
#D9E9EF
(217,233,239)
#DDEBF0
(221,235,240)
#E1EDF1
(225,237,241)
#E5EFF2
(229,239,242)
#E9F1F3
(233,241,243)
#EDF3F4
(237,243,244)
#F1F5F5
(241,245,245)
#F5F7F6
(245,247,246)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E5ED; }

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

This text font color is #D1E5ED.


Background Color

.myBgColor { background-color: #D1E5ED; }

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

This div background color is #D1E5ED.


Border color

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

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

This div border color is #D1E5ED.


Opacity

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

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

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

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

This text has shadow with #D1E5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E5ED on black background.


Color preview on white background

This text has color #D1E5ED on white background.



Black color preview on #D1E5ED background

This text has black color on #D1E5ED background.


White color preview on #D1E5ED background

This text has white color on #D1E5ED background.