COLOR #D9ECE1

HEX: #D9ECE1 RGB: (217,236,225)

Color info

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

RGB color model

#D9ECE1 color RGB value is (217,236,225).

RGB: (217,236,225) (85%, 93%, 88%)

RGB channels and saturation

R 217 of 255 = 85%
G 236 of 255 = 93%
B 225 of 255 = 88%

217
236
225

R + G + B ~ 89%. #D9ECE1 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 236 + 225 = 678 (100%)
R 217 of 678 ~ 32.01%
G 236 of 678 ~ 34.81%
B 225 of 678 ~ 33.19'%

%32.01
%34.81
%33.19

CMYK color model

#D9ECE1 color CMYK value is (8,0,5,7).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 4.66%
  • key color value is 7.45%
CMYK: (8,0,5,7) C8M0Y5K7 (8%,0%,5%,7%) (0.08/0.00/0.05/0.07) 

CMYK percentages

%8.05
%0
%4.66
%7.45

Codes

Color #D9ECE1 in popluar color models

D9 EC E1
RGB 217 236 225
HSL 145° 33.33% 88.82%
HSB/HSV 145° 8.05% 92.55%
CMYK 8.05% 0.00% 4.66%
7.45%

Color #D9ECE1 in popluar number systems.

HEX D9 EC E1
Decimal 217 236 225
Binary 11011001 11101100 11100001
Octal 331 354 341

Shades and tints

Shades of #D9ECE1

#D9ECE1
(217,236,225)
#C6D7CD
(198,215,205)
#B3C2B9
(179,194,185)
#A0ADA5
(160,173,165)
#8D9891
(141,152,145)
#7A837D
(122,131,125)
#676E69
(103,110,105)
#545955
(84,89,85)
#414441
(65,68,65)
#2E2F2D
(46,47,45)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #D9ECE1

#D9ECE1
(217,236,225)
#DCEDE3
(220,237,227)
#DFEEE5
(223,238,229)
#E2EFE7
(226,239,231)
#E5F0E9
(229,240,233)
#E8F1EB
(232,241,235)
#EBF2ED
(235,242,237)
#EEF3EF
(238,243,239)
#F1F4F1
(241,244,241)
#F4F5F3
(244,245,243)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9ECE1 color. Also use rgb(217,236,225) instead hex code.

Text Font Color

.myTextColor { color: #D9ECE1; }

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

This text font color is #D9ECE1.

Background Color

.myBgColor { background-color: #D9ECE1; }

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

This div background color is #D9ECE1.

Border color

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

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

This div border color is #D9ECE1.

Opacity

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

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

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

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

This text has shadow with #D9ECE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ECE1.

Preview

Color preview on black background

This text has color #D9ECE1 on black background.


Color preview on white background

This text has color #D9ECE1 on white background.


Black color preview on #D9ECE1 background

This text has black color on #D9ECE1 background.


White color preview on #D9ECE1 background

This text has white color on #D9ECE1 background.


Related colors

Complementary color

Complementary color for #hex is #26131E.


I love getcolorcode.com

Triadic colors

1 #E1D9EC and #ECE1D9 with #D9ECE1 are triadic colors.

2 #E1ECD9 and #ECD9E1 with #D9ECE1 are triadic colors.