COLOR #DCD4CC

HEX: #DCD4CC
RGB: (220,212,204)

Color info

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

RGB color model

#DCD4CC color RGB value is (220,212,204).

  • red value is 220;
  • green value is 212;
  • blue value is 204.
RGB:
(220,212,204)
(86%,83%,80%)

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 204 of 255 = 80%

220
212
204

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

Portions of RGB colors in percentages

R + G + B =
220 + 212 + 204 = 636 (100%)
R 220 of 636 ~ 34.59%
G 212 of 636 ~ 33.33%
B 204 of 636 ~ 32.08%

%34.59
%33.33
%32.08

CMYK color model

#DCD4CC color CMYK value is (0,4,7,14).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(0,4,7,14)
C0M4Y7K14 
(0%,4%,7%,14%)
(0.00/0.04/0.07/0.14)	

CMYK percentages

%0
%3.64
%7.27
%13.73

Codes

Color #DCD4CC in popluar color models

DCD4CC
RGB220212204
HSL30°18.60%83.14%
HSB/HSV30°7.27%86.27%
CMYK0.00%3.64%7.27%
13.73%

Color #DCD4CC in popluar number systems.

HEXDCD4CC
Decimal220212204
Binary110111001101010011001100
Octal334324314

Shades and tints

Shades of #DCD4CC

#DCD4CC
(220,212,204)
#C8C1BA
(200,193,186)
#B4AEA8
(180,174,168)
#A09B96
(160,155,150)
#8C8884
(140,136,132)
#787572
(120,117,114)
#646260
(100,98,96)
#504F4E
(80,79,78)
#3C3C3C
(60,60,60)
#28292A
(40,41,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #DCD4CC

#DCD4CC
(220,212,204)
#DFD7D0
(223,215,208)
#E2DAD4
(226,218,212)
#E5DDD8
(229,221,216)
#E8E0DC
(232,224,220)
#EBE3E0
(235,227,224)
#EEE6E4
(238,230,228)
#F1E9E8
(241,233,232)
#F4ECEC
(244,236,236)
#F7EFF0
(247,239,240)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD4CC; }

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

This text font color is #DCD4CC.


Background Color

.myBgColor { background-color: #DCD4CC; }

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

This div background color is #DCD4CC.


Border color

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

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

This div border color is #DCD4CC.


Opacity

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

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

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

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

This text has shadow with #DCD4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD4CC on black background.


Color preview on white background

This text has color #DCD4CC on white background.



Black color preview on #DCD4CC background

This text has black color on #DCD4CC background.


White color preview on #DCD4CC background

This text has white color on #DCD4CC background.