COLOR #D1E3EC

HEX: #D1E3EC
RGB: (209,227,236)

Color info

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

RGB color model

#D1E3EC color RGB value is (209,227,236).

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

RGB channels and saturation

R 209 of 255 = 82%
G 227 of 255 = 89%
B 236 of 255 = 93%

209
227
236

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

Portions of RGB colors in percentages

R + G + B =
209 + 227 + 236 = 672 (100%)
R 209 of 672 ~ 31.1%
G 227 of 672 ~ 33.78%
B 236 of 672 ~ 35.12%

%31.1
%33.78
%35.12

CMYK color model

#D1E3EC color CMYK value is (11,4,0,7).

  • cyan value is 11.44%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(11,4,0,7)
C11M4Y0K7 
(11%,4%,0%,7%)
(0.11/0.04/0.00/0.07)	

CMYK percentages

%11.44
%3.81
%0
%7.45

Codes

Color #D1E3EC in popluar color models

D1E3EC
RGB209227236
HSL200°41.54%87.25%
HSB/HSV200°11.44%92.55%
CMYK11.44%3.81%0.00%
7.45%

Color #D1E3EC in popluar number systems.

HEXD1E3EC
Decimal209227236
Binary110100011110001111101100
Octal321343354

Shades and tints

Shades of #D1E3EC

#D1E3EC
(209,227,236)
#BECFD7
(190,207,215)
#ABBBC2
(171,187,194)
#98A7AD
(152,167,173)
#859398
(133,147,152)
#727F83
(114,127,131)
#5F6B6E
(95,107,110)
#4C5759
(76,87,89)
#394344
(57,67,68)
#262F2F
(38,47,47)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #D1E3EC

#D1E3EC
(209,227,236)
#D5E5ED
(213,229,237)
#D9E7EE
(217,231,238)
#DDE9EF
(221,233,239)
#E1EBF0
(225,235,240)
#E5EDF1
(229,237,241)
#E9EFF2
(233,239,242)
#EDF1F3
(237,241,243)
#F1F3F4
(241,243,244)
#F5F5F5
(245,245,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E3EC; }

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

This text font color is #D1E3EC.


Background Color

.myBgColor { background-color: #D1E3EC; }

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

This div background color is #D1E3EC.


Border color

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

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

This div border color is #D1E3EC.


Opacity

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

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

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

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

This text has shadow with #D1E3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E3EC on black background.


Color preview on white background

This text has color #D1E3EC on white background.



Black color preview on #D1E3EC background

This text has black color on #D1E3EC background.


White color preview on #D1E3EC background

This text has white color on #D1E3EC background.