COLOR #D4ECC0

HEX: #D4ECC0
RGB: (212,236,192)

Color info

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

RGB color model

#D4ECC0 color RGB value is (212,236,192).

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

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 192 of 255 = 75%

212
236
192

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

Portions of RGB colors in percentages

R + G + B =
212 + 236 + 192 = 640 (100%)
R 212 of 640 ~ 33.13%
G 236 of 640 ~ 36.88%
B 192 of 640 ~ 30%

%33.13
%36.88
%30

CMYK color model

#D4ECC0 color CMYK value is (10,0,19,7).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 7.45%
CMYK:
(10,0,19,7)
C10M0Y19K7 
(10%,0%,19%,7%)
(0.10/0.00/0.19/0.07)	

CMYK percentages

%10.17
%0
%18.64
%7.45

Codes

Color #D4ECC0 in popluar color models

D4ECC0
RGB212236192
HSL93°53.66%83.92%
HSB/HSV93°18.64%92.55%
CMYK10.17%0.00%18.64%
7.45%

Color #D4ECC0 in popluar number systems.

HEXD4ECC0
Decimal212236192
Binary110101001110110011000000
Octal324354300

Shades and tints

Shades of #D4ECC0

#D4ECC0
(212,236,192)
#C1D7AF
(193,215,175)
#AEC29E
(174,194,158)
#9BAD8D
(155,173,141)
#88987C
(136,152,124)
#75836B
(117,131,107)
#626E5A
(98,110,90)
#4F5949
(79,89,73)
#3C4438
(60,68,56)
#292F27
(41,47,39)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #D4ECC0

#D4ECC0
(212,236,192)
#D7EDC5
(215,237,197)
#DAEECA
(218,238,202)
#DDEFCF
(221,239,207)
#E0F0D4
(224,240,212)
#E3F1D9
(227,241,217)
#E6F2DE
(230,242,222)
#E9F3E3
(233,243,227)
#ECF4E8
(236,244,232)
#EFF5ED
(239,245,237)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ECC0; }

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

This text font color is #D4ECC0.


Background Color

.myBgColor { background-color: #D4ECC0; }

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

This div background color is #D4ECC0.


Border color

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

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

This div border color is #D4ECC0.


Opacity

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

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

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

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

This text has shadow with #D4ECC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ECC0 on black background.


Color preview on white background

This text has color #D4ECC0 on white background.



Black color preview on #D4ECC0 background

This text has black color on #D4ECC0 background.


White color preview on #D4ECC0 background

This text has white color on #D4ECC0 background.