COLOR #D5ECE1

HEX: #D5ECE1 RGB: (213,236,225)

Color info

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

RGB color model

#D5ECE1 color RGB value is (213,236,225).

RGB: (213,236,225) (84%, 93%, 88%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 225 of 255 = 88%

213
236
225

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

Portions of RGB colors in percentages

R + G + B = 213 + 236 + 225 = 674 (100%)
R 213 of 674 ~ 31.6%
G 236 of 674 ~ 35.01%
B 225 of 674 ~ 33.38'%

%31.6
%35.01
%33.38

CMYK color model

#D5ECE1 color CMYK value is (10,0,5,7).

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 4.66%
  • key color value is 7.45%
CMYK: (10,0,5,7) C10M0Y5K7 (10%,0%,5%,7%) (0.10/0.00/0.05/0.07) 

CMYK percentages

%9.75
%0
%4.66
%7.45

Codes

Color #D5ECE1 in popluar color models

D5 EC E1
RGB 213 236 225
HSL 151° 37.70% 88.04%
HSB/HSV 151° 9.75% 92.55%
CMYK 9.75% 0.00% 4.66%
7.45%

Color #D5ECE1 in popluar number systems.

HEX D5 EC E1
Decimal 213 236 225
Binary 11010101 11101100 11100001
Octal 325 354 341

Shades and tints

Shades of #D5ECE1

#D5ECE1
(213,236,225)
#C2D7CD
(194,215,205)
#AFC2B9
(175,194,185)
#9CADA5
(156,173,165)
#899891
(137,152,145)
#76837D
(118,131,125)
#636E69
(99,110,105)
#505955
(80,89,85)
#3D4441
(61,68,65)
#2A2F2D
(42,47,45)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #D5ECE1

#D5ECE1
(213,236,225)
#D8EDE3
(216,237,227)
#DBEEE5
(219,238,229)
#DEEFE7
(222,239,231)
#E1F0E9
(225,240,233)
#E4F1EB
(228,241,235)
#E7F2ED
(231,242,237)
#EAF3EF
(234,243,239)
#EDF4F1
(237,244,241)
#F0F5F3
(240,245,243)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ECE1; }

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

This text font color is #D5ECE1.

Background Color

.myBgColor { background-color: #D5ECE1; }

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

This div background color is #D5ECE1.

Border color

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

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

This div border color is #D5ECE1.

Opacity

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

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

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

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

This text has shadow with #D5ECE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5ECE1.

Preview

Color preview on black background

This text has color #D5ECE1 on black background.


Color preview on white background

This text has color #D5ECE1 on white background.


Black color preview on #D5ECE1 background

This text has black color on #D5ECE1 background.


White color preview on #D5ECE1 background

This text has white color on #D5ECE1 background.


Related colors

Complementary color

Complementary color for #hex is #2A131E.


I love getcolorcode.com

Triadic colors

1 #E1D5EC and #ECE1D5 with #D5ECE1 are triadic colors.

2 #E1ECD5 and #ECD5E1 with #D5ECE1 are triadic colors.