COLOR #D4EDC5

HEX: #D4EDC5 RGB: (212,237,197)

Color info

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

RGB color model

#D4EDC5 color RGB value is (212,237,197).

RGB: (212,237,197) (83%, 93%, 77%)

RGB channels and saturation

R 212 of 255 = 83%
G 237 of 255 = 93%
B 197 of 255 = 77%

212
237
197

R + G + B ~ 84%. #D4EDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 237 + 197 = 646 (100%)
R 212 of 646 ~ 32.82%
G 237 of 646 ~ 36.69%
B 197 of 646 ~ 30.5'%

%32.82
%36.69
%30.5

CMYK color model

#D4EDC5 color CMYK value is (11,0,17,7).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 7.06%

CMYK: (11,0,17,7)
C11M0Y17K7 (11%, 0%, 17%, 7%)
(0.11 / 0.00 / 0.17 / 0.07)

CMYK percentages

%10.55
%0
%16.88
%7.06

Codes

Color #D4EDC5 in popluar color models

D4 ED C5
RGB 212 237 197
HSL 98° 52.63% 85.10%
HSB/HSV 98° 16.88% 92.94%
CMYK 10.55% 0.00% 16.88%
7.06%

Color #D4EDC5 in popluar number systems.

HEX D4 ED C5
Decimal 212 237 197
Binary 11010100 11101101 11000101
Octal 324 355 305

Shades and tints

Shades of #D4EDC5

#D4EDC5
(212,237,197)
#C1D8B4
(193,216,180)
#AEC3A3
(174,195,163)
#9BAE92
(155,174,146)
#889981
(136,153,129)
#758470
(117,132,112)
#626F5F
(98,111,95)
#4F5A4E
(79,90,78)
#3C453D
(60,69,61)
#29302C
(41,48,44)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #D4EDC5

#D4EDC5
(212,237,197)
#D7EECA
(215,238,202)
#DAEFCF
(218,239,207)
#DDF0D4
(221,240,212)
#E0F1D9
(224,241,217)
#E3F2DE
(227,242,222)
#E6F3E3
(230,243,227)
#E9F4E8
(233,244,232)
#ECF5ED
(236,245,237)
#EFF6F2
(239,246,242)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EDC5; }

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

This text font color is #D4EDC5.

Background Color

.myBgColor { background-color: #D4EDC5; }

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

This div background color is #D4EDC5.

Border color

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

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

This div border color is #D4EDC5.

Opacity

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

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

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

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

This text has shadow with #D4EDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EDC5.

Preview

Color preview on black background

This text has color #D4EDC5 on black background.


Color preview on white background

This text has color #D4EDC5 on white background.


Black color preview on #D4EDC5 background

This text has black color on #D4EDC5 background.


White color preview on #D4EDC5 background

This text has white color on #D4EDC5 background.


Related colors

Complementary color

Complementary color for #hex is #2B123A.


I love getcolorcode.com

Triadic colors

1 #C5D4ED and #EDC5D4 with #D4EDC5 are triadic colors.

2 #C5EDD4 and #EDD4C5 with #D4EDC5 are triadic colors.