COLOR #D4ECE5

HEX: #D4ECE5 RGB: (212,236,229)

Color info

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

RGB color model

#D4ECE5 color RGB value is (212,236,229).

RGB: (212,236,229) (83%, 93%, 90%)

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 229 of 255 = 90%

212
236
229

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

Portions of RGB colors in percentages

R + G + B = 212 + 236 + 229 = 677 (100%)
R 212 of 677 ~ 31.31%
G 236 of 677 ~ 34.86%
B 229 of 677 ~ 33.83'%

%31.31
%34.86
%33.83

CMYK color model

#D4ECE5 color CMYK value is (10,0,3,7).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 7.45%

CMYK: (10,0,3,7)
C10M0Y3K7 (10%, 0%, 3%, 7%)
(0.10 / 0.00 / 0.03 / 0.07)

CMYK percentages

%10.17
%0
%2.97
%7.45

Codes

Color #D4ECE5 in popluar color models

D4 EC E5
RGB 212 236 229
HSL 163° 38.71% 87.84%
HSB/HSV 163° 10.17% 92.55%
CMYK 10.17% 0.00% 2.97%
7.45%

Color #D4ECE5 in popluar number systems.

HEX D4 EC E5
Decimal 212 236 229
Binary 11010100 11101100 11100101
Octal 324 354 345

Shades and tints

Shades of #D4ECE5

#D4ECE5
(212,236,229)
#C1D7D1
(193,215,209)
#AEC2BD
(174,194,189)
#9BADA9
(155,173,169)
#889895
(136,152,149)
#758381
(117,131,129)
#626E6D
(98,110,109)
#4F5959
(79,89,89)
#3C4445
(60,68,69)
#292F31
(41,47,49)
#161A1D
(22,26,29)
#000000
(0,0,0)

Tints of #D4ECE5

#D4ECE5
(212,236,229)
#D7EDE7
(215,237,231)
#DAEEE9
(218,238,233)
#DDEFEB
(221,239,235)
#E0F0ED
(224,240,237)
#E3F1EF
(227,241,239)
#E6F2F1
(230,242,241)
#E9F3F3
(233,243,243)
#ECF4F5
(236,244,245)
#EFF5F7
(239,245,247)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ECE5 color. Also use rgb(212,236,229) instead hex code.

Text Font Color

.myTextColor { color: #D4ECE5; }

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

This text font color is #D4ECE5.

Background Color

.myBgColor { background-color: #D4ECE5; }

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

This div background color is #D4ECE5.

Border color

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

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

This div border color is #D4ECE5.

Opacity

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

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

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

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

This text has shadow with #D4ECE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ECE5.

Preview

Color preview on black background

This text has color #D4ECE5 on black background.


Color preview on white background

This text has color #D4ECE5 on white background.


Black color preview on #D4ECE5 background

This text has black color on #D4ECE5 background.


White color preview on #D4ECE5 background

This text has white color on #D4ECE5 background.


Related colors

Complementary color

Complementary color for #hex is #2B131A.


I love getcolorcode.com

Triadic colors

1 #E5D4EC and #ECE5D4 with #D4ECE5 are triadic colors.

2 #E5ECD4 and #ECD4E5 with #D4ECE5 are triadic colors.