COLOR #D4DECC

HEX: #D4DECC RGB: (212,222,204)

Color info

#D4DECC contains red, green and blue colors in about the same proportion. Web safe color of #D4DECC is #CCCCCC (or #CCC).

RGB color model

#D4DECC color RGB value is (212,222,204).

RGB: (212,222,204) (83%, 87%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 204 of 255 = 80%

212
222
204

R + G + B ~ 83%. #D4DECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 222 + 204 = 638 (100%)
R 212 of 638 ~ 33.23%
G 222 of 638 ~ 34.8%
B 204 of 638 ~ 31.97'%

%33.23
%34.8
%31.97

CMYK color model

#D4DECC color CMYK value is (5,0,8,13).

  • cyan value is 4.50%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 12.94%

CMYK: (5,0,8,13)
C5M0Y8K13 (5%, 0%, 8%, 13%)
(0.05 / 0.00 / 0.08 / 0.13)

CMYK percentages

%4.5
%0
%8.11
%12.94

Codes

Color #D4DECC in popluar color models

D4 DE CC
RGB 212 222 204
HSL 93° 21.43% 83.53%
HSB/HSV 93° 8.11% 87.06%
CMYK 4.50% 0.00% 8.11%
12.94%

Color #D4DECC in popluar number systems.

HEX D4 DE CC
Decimal 212 222 204
Binary 11010100 11011110 11001100
Octal 324 336 314

Shades and tints

Shades of #D4DECC

#D4DECC
(212,222,204)
#C1CABA
(193,202,186)
#AEB6A8
(174,182,168)
#9BA296
(155,162,150)
#888E84
(136,142,132)
#757A72
(117,122,114)
#626660
(98,102,96)
#4F524E
(79,82,78)
#3C3E3C
(60,62,60)
#292A2A
(41,42,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #D4DECC

#D4DECC
(212,222,204)
#D7E1D0
(215,225,208)
#DAE4D4
(218,228,212)
#DDE7D8
(221,231,216)
#E0EADC
(224,234,220)
#E3EDE0
(227,237,224)
#E6F0E4
(230,240,228)
#E9F3E8
(233,243,232)
#ECF6EC
(236,246,236)
#EFF9F0
(239,249,240)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DECC; }

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

This text font color is #D4DECC.

Background Color

.myBgColor { background-color: #D4DECC; }

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

This div background color is #D4DECC.

Border color

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

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

This div border color is #D4DECC.

Opacity

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

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

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

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

This text has shadow with #D4DECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DECC.

Preview

Color preview on black background

This text has color #D4DECC on black background.


Color preview on white background

This text has color #D4DECC on white background.


Black color preview on #D4DECC background

This text has black color on #D4DECC background.


White color preview on #D4DECC background

This text has white color on #D4DECC background.


Related colors

Complementary color

Complementary color for #hex is #2B2133.


I love getcolorcode.com

Triadic colors

1 #CCD4DE and #DECCD4 with #D4DECC are triadic colors.

2 #CCDED4 and #DED4CC with #D4DECC are triadic colors.