COLOR #D1E5EC

HEX: #D1E5EC
RGB: (209,229,236)

Color info

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

RGB color model

#D1E5EC color RGB value is (209,229,236).

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

RGB channels and saturation

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

209
229
236

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

Portions of RGB colors in percentages

R + G + B =
209 + 229 + 236 = 674 (100%)
R 209 of 674 ~ 31.01%
G 229 of 674 ~ 33.98%
B 236 of 674 ~ 35.01%

%31.01
%33.98
%35.01

CMYK color model

#D1E5EC color CMYK value is (11,3,0,7).

  • cyan value is 11.44%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(11,3,0,7)
C11M3Y0K7 
(11%,3%,0%,7%)
(0.11/0.03/0.00/0.07)	

CMYK percentages

%11.44
%2.97
%0
%7.45

Codes

Color #D1E5EC in popluar color models

D1E5EC
RGB209229236
HSL196°41.54%87.25%
HSB/HSV196°11.44%92.55%
CMYK11.44%2.97%0.00%
7.45%

Color #D1E5EC in popluar number systems.

HEXD1E5EC
Decimal209229236
Binary110100011110010111101100
Octal321345354

Shades and tints

Shades of #D1E5EC

#D1E5EC
(209,229,236)
#BED1D7
(190,209,215)
#ABBDC2
(171,189,194)
#98A9AD
(152,169,173)
#859598
(133,149,152)
#728183
(114,129,131)
#5F6D6E
(95,109,110)
#4C5959
(76,89,89)
#394544
(57,69,68)
#26312F
(38,49,47)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #D1E5EC

#D1E5EC
(209,229,236)
#D5E7ED
(213,231,237)
#D9E9EE
(217,233,238)
#DDEBEF
(221,235,239)
#E1EDF0
(225,237,240)
#E5EFF1
(229,239,241)
#E9F1F2
(233,241,242)
#EDF3F3
(237,243,243)
#F1F5F4
(241,245,244)
#F5F7F5
(245,247,245)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E5EC; }

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

This text font color is #D1E5EC.


Background Color

.myBgColor { background-color: #D1E5EC; }

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

This div background color is #D1E5EC.


Border color

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

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

This div border color is #D1E5EC.


Opacity

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

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

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

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

This text has shadow with #D1E5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E5EC on black background.


Color preview on white background

This text has color #D1E5EC on white background.



Black color preview on #D1E5EC background

This text has black color on #D1E5EC background.


White color preview on #D1E5EC background

This text has white color on #D1E5EC background.