COLOR #DCD7C7

HEX: #DCD7C7
RGB: (220,215,199)

Color info

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

RGB color model

#DCD7C7 color RGB value is (220,215,199).

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

RGB channels and saturation

R 220 of 255 = 86%
G 215 of 255 = 84%
B 199 of 255 = 78%

220
215
199

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

Portions of RGB colors in percentages

R + G + B =
220 + 215 + 199 = 634 (100%)
R 220 of 634 ~ 34.7%
G 215 of 634 ~ 33.91%
B 199 of 634 ~ 31.39%

%34.7
%33.91
%31.39

CMYK color model

#DCD7C7 color CMYK value is (0,2,10,14).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 9.55%
  • key color value is 13.73%
CMYK:
(0,2,10,14)
C0M2Y10K14 
(0%,2%,10%,14%)
(0.00/0.02/0.10/0.14)	

CMYK percentages

%0
%2.27
%9.55
%13.73

Codes

Color #DCD7C7 in popluar color models

DCD7C7
RGB220215199
HSL46°23.08%82.16%
HSB/HSV46°9.55%86.27%
CMYK0.00%2.27%9.55%
13.73%

Color #DCD7C7 in popluar number systems.

HEXDCD7C7
Decimal220215199
Binary110111001101011111000111
Octal334327307

Shades and tints

Shades of #DCD7C7

#DCD7C7
(220,215,199)
#C8C4B5
(200,196,181)
#B4B1A3
(180,177,163)
#A09E91
(160,158,145)
#8C8B7F
(140,139,127)
#78786D
(120,120,109)
#64655B
(100,101,91)
#505249
(80,82,73)
#3C3F37
(60,63,55)
#282C25
(40,44,37)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #DCD7C7

#DCD7C7
(220,215,199)
#DFDACC
(223,218,204)
#E2DDD1
(226,221,209)
#E5E0D6
(229,224,214)
#E8E3DB
(232,227,219)
#EBE6E0
(235,230,224)
#EEE9E5
(238,233,229)
#F1ECEA
(241,236,234)
#F4EFEF
(244,239,239)
#F7F2F4
(247,242,244)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD7C7; }

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

This text font color is #DCD7C7.


Background Color

.myBgColor { background-color: #DCD7C7; }

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

This div background color is #DCD7C7.


Border color

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

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

This div border color is #DCD7C7.


Opacity

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

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

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

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

This text has shadow with #DCD7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD7C7 on black background.


Color preview on white background

This text has color #DCD7C7 on white background.



Black color preview on #DCD7C7 background

This text has black color on #DCD7C7 background.


White color preview on #DCD7C7 background

This text has white color on #DCD7C7 background.