COLOR #DCD7CC

HEX: #DCD7CC
RGB: (220,215,204)

Color info

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

RGB color model

#DCD7CC color RGB value is (220,215,204).

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

RGB channels and saturation

R 220 of 255 = 86%
G 215 of 255 = 84%
B 204 of 255 = 80%

220
215
204

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

Portions of RGB colors in percentages

R + G + B =
220 + 215 + 204 = 639 (100%)
R 220 of 639 ~ 34.43%
G 215 of 639 ~ 33.65%
B 204 of 639 ~ 31.92%

%34.43
%33.65
%31.92

CMYK color model

#DCD7CC color CMYK value is (0,2,7,14).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(0,2,7,14)
C0M2Y7K14 
(0%,2%,7%,14%)
(0.00/0.02/0.07/0.14)	

CMYK percentages

%0
%2.27
%7.27
%13.73

Codes

Color #DCD7CC in popluar color models

DCD7CC
RGB220215204
HSL41°18.60%83.14%
HSB/HSV41°7.27%86.27%
CMYK0.00%2.27%7.27%
13.73%

Color #DCD7CC in popluar number systems.

HEXDCD7CC
Decimal220215204
Binary110111001101011111001100
Octal334327314

Shades and tints

Shades of #DCD7CC

#DCD7CC
(220,215,204)
#C8C4BA
(200,196,186)
#B4B1A8
(180,177,168)
#A09E96
(160,158,150)
#8C8B84
(140,139,132)
#787872
(120,120,114)
#646560
(100,101,96)
#50524E
(80,82,78)
#3C3F3C
(60,63,60)
#282C2A
(40,44,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #DCD7CC

#DCD7CC
(220,215,204)
#DFDAD0
(223,218,208)
#E2DDD4
(226,221,212)
#E5E0D8
(229,224,216)
#E8E3DC
(232,227,220)
#EBE6E0
(235,230,224)
#EEE9E4
(238,233,228)
#F1ECE8
(241,236,232)
#F4EFEC
(244,239,236)
#F7F2F0
(247,242,240)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD7CC; }

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

This text font color is #DCD7CC.


Background Color

.myBgColor { background-color: #DCD7CC; }

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

This div background color is #DCD7CC.


Border color

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

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

This div border color is #DCD7CC.


Opacity

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

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

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

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

This text has shadow with #DCD7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD7CC on black background.


Color preview on white background

This text has color #DCD7CC on white background.



Black color preview on #DCD7CC background

This text has black color on #DCD7CC background.


White color preview on #DCD7CC background

This text has white color on #DCD7CC background.