COLOR #D4ECD2

HEX: #D4ECD2
RGB: (212,236,210)

Color info

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

RGB color model

#D4ECD2 color RGB value is (212,236,210).

  • red value is 212;
  • green value is 236;
  • blue value is 210.
RGB:
(212,236,210)
(83%,93%,82%)

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 210 of 255 = 82%

212
236
210

R + G + B ~ 86%. #D4ECD2 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 236 + 210 = 658 (100%)
R 212 of 658 ~ 32.22%
G 236 of 658 ~ 35.87%
B 210 of 658 ~ 31.91%

%32.22
%35.87
%31.91

CMYK color model

#D4ECD2 color CMYK value is (10,0,11,7).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 7.45%
CMYK:
(10,0,11,7)
C10M0Y11K7 
(10%,0%,11%,7%)
(0.10/0.00/0.11/0.07)	

CMYK percentages

%10.17
%0
%11.02
%7.45

Codes

Color #D4ECD2 in popluar color models

D4ECD2
RGB212236210
HSL115°40.63%87.45%
HSB/HSV115°11.02%92.55%
CMYK10.17%0.00%11.02%
7.45%

Color #D4ECD2 in popluar number systems.

HEXD4ECD2
Decimal212236210
Binary110101001110110011010010
Octal324354322

Shades and tints

Shades of #D4ECD2

#D4ECD2
(212,236,210)
#C1D7BF
(193,215,191)
#AEC2AC
(174,194,172)
#9BAD99
(155,173,153)
#889886
(136,152,134)
#758373
(117,131,115)
#626E60
(98,110,96)
#4F594D
(79,89,77)
#3C443A
(60,68,58)
#292F27
(41,47,39)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #D4ECD2

#D4ECD2
(212,236,210)
#D7EDD6
(215,237,214)
#DAEEDA
(218,238,218)
#DDEFDE
(221,239,222)
#E0F0E2
(224,240,226)
#E3F1E6
(227,241,230)
#E6F2EA
(230,242,234)
#E9F3EE
(233,243,238)
#ECF4F2
(236,244,242)
#EFF5F6
(239,245,246)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ECD2; }

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

This text font color is #D4ECD2.


Background Color

.myBgColor { background-color: #D4ECD2; }

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

This div background color is #D4ECD2.


Border color

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

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

This div border color is #D4ECD2.


Opacity

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

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

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

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

This text has shadow with #D4ECD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ECD2 on black background.


Color preview on white background

This text has color #D4ECD2 on white background.



Black color preview on #D4ECD2 background

This text has black color on #D4ECD2 background.


White color preview on #D4ECD2 background

This text has white color on #D4ECD2 background.