COLOR #D4EDCE

HEX: #D4EDCE
RGB: (212,237,206)

Color info

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

RGB color model

#D4EDCE color RGB value is (212,237,206).

  • red value is 212;
  • green value is 237;
  • blue value is 206.
RGB: (212,237,206) (83%,93%,81%)

RGB channels and saturation

R 212 of 255 = 83%
G 237 of 255 = 93%
B 206 of 255 = 81%

212
237
206

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

Portions of RGB colors in percentages

R + G + B =
212 + 237 + 206 = 655 (100%)
R 212 of 655 ~ 32.37%
G 237 of 655 ~ 36.18%
B 206 of 655 ~ 31.45%

%32.37
%36.18
%31.45

CMYK color model

#D4EDCE color CMYK value is (11,0,13,7).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK: (11,0,13,7) C11M0Y13K7 (11%,0%,13%,7%) (0.11/0.00/0.13/0.07)

CMYK percentages

%10.55
%0
%13.08
%7.06

Codes

Color #D4EDCE in popluar color models

D4EDCE
RGB212237206
HSL108°46.27%86.86%
HSB/HSV108°13.08%92.94%
CMYK10.55%0.00%13.08%
7.06%

Color #D4EDCE in popluar number systems.

HEXD4EDCE
Decimal212237206
Binary110101001110110111001110
Octal324355316

Shades and tints

Shades of #D4EDCE

#D4EDCE
(212,237,206)
#C1D8BC
(193,216,188)
#AEC3AA
(174,195,170)
#9BAE98
(155,174,152)
#889986
(136,153,134)
#758474
(117,132,116)
#626F62
(98,111,98)
#4F5A50
(79,90,80)
#3C453E
(60,69,62)
#29302C
(41,48,44)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #D4EDCE

#D4EDCE
(212,237,206)
#D7EED2
(215,238,210)
#DAEFD6
(218,239,214)
#DDF0DA
(221,240,218)
#E0F1DE
(224,241,222)
#E3F2E2
(227,242,226)
#E6F3E6
(230,243,230)
#E9F4EA
(233,244,234)
#ECF5EE
(236,245,238)
#EFF6F2
(239,246,242)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EDCE color. Also use rgb(212,237,206) instead hex code.

Text Font Color

.myTextColor { color: #D4EDCE; }

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

This text font color is #D4EDCE.


Background Color

.myBgColor { background-color: #D4EDCE; }

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

This div background color is #D4EDCE.


Border color

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

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

This div border color is #D4EDCE.


Opacity

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

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

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

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

This text has shadow with #D4EDCE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D4EDCE on black background.


Color preview on white background

This text has color #D4EDCE on white background.



Black color preview on #D4EDCE background

This text has black color on #D4EDCE background.


White color preview on #D4EDCE background

This text has white color on #D4EDCE background.