COLOR #D4D1CC

HEX: #D4D1CC RGB: (212,209,204)

Color info

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

RGB color model

#D4D1CC color RGB value is (212,209,204).

RGB: (212,209,204) (83%, 82%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 209 of 255 = 82%
B 204 of 255 = 80%

212
209
204

R + G + B ~ 82%. #D4D1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 209 + 204 = 625 (100%)
R 212 of 625 ~ 33.92%
G 209 of 625 ~ 33.44%
B 204 of 625 ~ 32.64'%

%33.92
%33.44
%32.64

CMYK color model

#D4D1CC color CMYK value is (0,1,4,17).

  • cyan value is 0.00%
  • magenta value is 1.42%
  • yellow value is 3.77%
  • key color value is 16.86%

CMYK: (0,1,4,17)
C0M1Y4K17 (0%, 1%, 4%, 17%)
(0.00 / 0.01 / 0.04 / 0.17)

CMYK percentages

%0
%1.42
%3.77
%16.86

Codes

Color #D4D1CC in popluar color models

D4 D1 CC
RGB 212 209 204
HSL 37° 8.51% 81.57%
HSB/HSV 37° 3.77% 83.14%
CMYK 0.00% 1.42% 3.77%
16.86%

Color #D4D1CC in popluar number systems.

HEX D4 D1 CC
Decimal 212 209 204
Binary 11010100 11010001 11001100
Octal 324 321 314

Shades and tints

Shades of #D4D1CC

#D4D1CC
(212,209,204)
#C1BEBA
(193,190,186)
#AEABA8
(174,171,168)
#9B9896
(155,152,150)
#888584
(136,133,132)
#757272
(117,114,114)
#625F60
(98,95,96)
#4F4C4E
(79,76,78)
#3C393C
(60,57,60)
#29262A
(41,38,42)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #D4D1CC

#D4D1CC
(212,209,204)
#D7D5D0
(215,213,208)
#DAD9D4
(218,217,212)
#DDDDD8
(221,221,216)
#E0E1DC
(224,225,220)
#E3E5E0
(227,229,224)
#E6E9E4
(230,233,228)
#E9EDE8
(233,237,232)
#ECF1EC
(236,241,236)
#EFF5F0
(239,245,240)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D1CC; }

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

This text font color is #D4D1CC.

Background Color

.myBgColor { background-color: #D4D1CC; }

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

This div background color is #D4D1CC.

Border color

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

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

This div border color is #D4D1CC.

Opacity

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

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

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

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

This text has shadow with #D4D1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D1CC.

Preview

Color preview on black background

This text has color #D4D1CC on black background.


Color preview on white background

This text has color #D4D1CC on white background.


Black color preview on #D4D1CC background

This text has black color on #D4D1CC background.


White color preview on #D4D1CC background

This text has white color on #D4D1CC background.


Related colors

Complementary color

Complementary color for #hex is #2B2E33.


I love getcolorcode.com

Triadic colors

1 #CCD4D1 and #D1CCD4 with #D4D1CC are triadic colors.

2 #CCD1D4 and #D1D4CC with #D4D1CC are triadic colors.