COLOR #DCD6D3

HEX: #DCD6D3
RGB: (220,214,211)

Color info

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

RGB color model

#DCD6D3 color RGB value is (220,214,211).

  • red value is 220;
  • green value is 214;
  • blue value is 211.
RGB:
(220,214,211)
(86%,84%,83%)

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 211 of 255 = 83%

220
214
211

R + G + B ~ 84%. #DCD6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 214 + 211 = 645 (100%)
R 220 of 645 ~ 34.11%
G 214 of 645 ~ 33.18%
B 211 of 645 ~ 32.71%

%34.11
%33.18
%32.71

CMYK color model

#DCD6D3 color CMYK value is (0,3,4,14).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 4.09%
  • key color value is 13.73%
CMYK:
(0,3,4,14)
C0M3Y4K14 
(0%,3%,4%,14%)
(0.00/0.03/0.04/0.14)	

CMYK percentages

%0
%2.73
%4.09
%13.73

Codes

Color #DCD6D3 in popluar color models

DCD6D3
RGB220214211
HSL20°11.39%84.51%
HSB/HSV20°4.09%86.27%
CMYK0.00%2.73%4.09%
13.73%

Color #DCD6D3 in popluar number systems.

HEXDCD6D3
Decimal220214211
Binary110111001101011011010011
Octal334326323

Shades and tints

Shades of #DCD6D3

#DCD6D3
(220,214,211)
#C8C3C0
(200,195,192)
#B4B0AD
(180,176,173)
#A09D9A
(160,157,154)
#8C8A87
(140,138,135)
#787774
(120,119,116)
#646461
(100,100,97)
#50514E
(80,81,78)
#3C3E3B
(60,62,59)
#282B28
(40,43,40)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #DCD6D3

#DCD6D3
(220,214,211)
#DFD9D7
(223,217,215)
#E2DCDB
(226,220,219)
#E5DFDF
(229,223,223)
#E8E2E3
(232,226,227)
#EBE5E7
(235,229,231)
#EEE8EB
(238,232,235)
#F1EBEF
(241,235,239)
#F4EEF3
(244,238,243)
#F7F1F7
(247,241,247)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD6D3 color. Also use rgb(220,214,211) instead hex code.

Text Font Color

.myTextColor { color: #DCD6D3; }

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

This text font color is #DCD6D3.


Background Color

.myBgColor { background-color: #DCD6D3; }

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

This div background color is #DCD6D3.


Border color

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

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

This div border color is #DCD6D3.


Opacity

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

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

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

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

This text has shadow with #DCD6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD6D3 on black background.


Color preview on white background

This text has color #DCD6D3 on white background.



Black color preview on #DCD6D3 background

This text has black color on #DCD6D3 background.


White color preview on #DCD6D3 background

This text has white color on #DCD6D3 background.