COLOR #D4ECCC

HEX: #D4ECCC RGB: (212,236,204)

Color info

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

RGB color model

#D4ECCC color RGB value is (212,236,204).

RGB: (212,236,204) (83%, 93%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 204 of 255 = 80%

212
236
204

R + G + B ~ 85%. #D4ECCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 236 + 204 = 652 (100%)
R 212 of 652 ~ 32.52%
G 236 of 652 ~ 36.2%
B 204 of 652 ~ 31.29'%

%32.52
%36.2
%31.29

CMYK color model

#D4ECCC color CMYK value is (10,0,14,7).

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

CMYK: (10,0,14,7)
C10M0Y14K7 (10%, 0%, 14%, 7%)
(0.10 / 0.00 / 0.14 / 0.07)

CMYK percentages

%10.17
%0
%13.56
%7.45

Codes

Color #D4ECCC in popluar color models

D4 EC CC
RGB 212 236 204
HSL 105° 45.71% 86.27%
HSB/HSV 105° 13.56% 92.55%
CMYK 10.17% 0.00% 13.56%
7.45%

Color #D4ECCC in popluar number systems.

HEX D4 EC CC
Decimal 212 236 204
Binary 11010100 11101100 11001100
Octal 324 354 314

Shades and tints

Shades of #D4ECCC

#D4ECCC
(212,236,204)
#C1D7BA
(193,215,186)
#AEC2A8
(174,194,168)
#9BAD96
(155,173,150)
#889884
(136,152,132)
#758372
(117,131,114)
#626E60
(98,110,96)
#4F594E
(79,89,78)
#3C443C
(60,68,60)
#292F2A
(41,47,42)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4ECCC

#D4ECCC
(212,236,204)
#D7EDD0
(215,237,208)
#DAEED4
(218,238,212)
#DDEFD8
(221,239,216)
#E0F0DC
(224,240,220)
#E3F1E0
(227,241,224)
#E6F2E4
(230,242,228)
#E9F3E8
(233,243,232)
#ECF4EC
(236,244,236)
#EFF5F0
(239,245,240)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ECCC; }

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

This text font color is #D4ECCC.

Background Color

.myBgColor { background-color: #D4ECCC; }

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

This div background color is #D4ECCC.

Border color

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

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

This div border color is #D4ECCC.

Opacity

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

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

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

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

This text has shadow with #D4ECCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ECCC.

Preview

Color preview on black background

This text has color #D4ECCC on black background.


Color preview on white background

This text has color #D4ECCC on white background.


Black color preview on #D4ECCC background

This text has black color on #D4ECCC background.


White color preview on #D4ECCC background

This text has white color on #D4ECCC background.


Related colors

Complementary color

Complementary color for #hex is #2B1333.


I love getcolorcode.com

Triadic colors

1 #CCD4EC and #ECCCD4 with #D4ECCC are triadic colors.

2 #CCECD4 and #ECD4CC with #D4ECCC are triadic colors.