COLOR #D1E4EC

HEX: #D1E4EC
RGB: (209,228,236)

Color info

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

RGB color model

#D1E4EC color RGB value is (209,228,236).

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

RGB channels and saturation

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

209
228
236

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

Portions of RGB colors in percentages

R + G + B =
209 + 228 + 236 = 673 (100%)
R 209 of 673 ~ 31.05%
G 228 of 673 ~ 33.88%
B 236 of 673 ~ 35.07%

%31.05
%33.88
%35.07

CMYK color model

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

  • cyan value is 11.44%
  • magenta value is 3.39%
  • 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
%3.39
%0
%7.45

Codes

Color #D1E4EC in popluar color models

D1E4EC
RGB209228236
HSL198°41.54%87.25%
HSB/HSV198°11.44%92.55%
CMYK11.44%3.39%0.00%
7.45%

Color #D1E4EC in popluar number systems.

HEXD1E4EC
Decimal209228236
Binary110100011110010011101100
Octal321344354

Shades and tints

Shades of #D1E4EC

#D1E4EC
(209,228,236)
#BED0D7
(190,208,215)
#ABBCC2
(171,188,194)
#98A8AD
(152,168,173)
#859498
(133,148,152)
#728083
(114,128,131)
#5F6C6E
(95,108,110)
#4C5859
(76,88,89)
#394444
(57,68,68)
#26302F
(38,48,47)
#131C1A
(19,28,26)
#000000
(0,0,0)

Tints of #D1E4EC

#D1E4EC
(209,228,236)
#D5E6ED
(213,230,237)
#D9E8EE
(217,232,238)
#DDEAEF
(221,234,239)
#E1ECF0
(225,236,240)
#E5EEF1
(229,238,241)
#E9F0F2
(233,240,242)
#EDF2F3
(237,242,243)
#F1F4F4
(241,244,244)
#F5F6F5
(245,246,245)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E4EC; }

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

This text font color is #D1E4EC.


Background Color

.myBgColor { background-color: #D1E4EC; }

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

This div background color is #D1E4EC.


Border color

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

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

This div border color is #D1E4EC.


Opacity

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

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

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

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

This text has shadow with #D1E4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E4EC on black background.


Color preview on white background

This text has color #D1E4EC on white background.



Black color preview on #D1E4EC background

This text has black color on #D1E4EC background.


White color preview on #D1E4EC background

This text has white color on #D1E4EC background.