COLOR #D1ECE4

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

Color info

#D1ECE4 contains red, green and blue colors in about the same proportion. Web safe color of #D1ECE4 is #CCFFCC (or #CFC).

RGB color model

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

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

RGB channels and saturation

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

209
236
228

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

Portions of RGB colors in percentages

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

%31.05
%35.07
%33.88

CMYK color model

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

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

CMYK percentages

%11.44
%0
%3.39
%7.45

Codes

Color #D1ECE4 in popluar color models

D1ECE4
RGB209236228
HSL162°41.54%87.25%
HSB/HSV162°11.44%92.55%
CMYK11.44%0.00%3.39%
7.45%

Color #D1ECE4 in popluar number systems.

HEXD1ECE4
Decimal209236228
Binary110100011110110011100100
Octal321354344

Shades and tints

Shades of #D1ECE4

#D1ECE4
(209,236,228)
#BED7D0
(190,215,208)
#ABC2BC
(171,194,188)
#98ADA8
(152,173,168)
#859894
(133,152,148)
#728380
(114,131,128)
#5F6E6C
(95,110,108)
#4C5958
(76,89,88)
#394444
(57,68,68)
#262F30
(38,47,48)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #D1ECE4

#D1ECE4
(209,236,228)
#D5EDE6
(213,237,230)
#D9EEE8
(217,238,232)
#DDEFEA
(221,239,234)
#E1F0EC
(225,240,236)
#E5F1EE
(229,241,238)
#E9F2F0
(233,242,240)
#EDF3F2
(237,243,242)
#F1F4F4
(241,244,244)
#F5F5F6
(245,245,246)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ECE4; }

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

This text font color is #D1ECE4.


Background Color

.myBgColor { background-color: #D1ECE4; }

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

This div background color is #D1ECE4.


Border color

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

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

This div border color is #D1ECE4.


Opacity

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

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

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

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

This text has shadow with #D1ECE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ECE4 on black background.


Color preview on white background

This text has color #D1ECE4 on white background.



Black color preview on #D1ECE4 background

This text has black color on #D1ECE4 background.


White color preview on #D1ECE4 background

This text has white color on #D1ECE4 background.