COLOR #DCD6CB

HEX: #DCD6CB
RGB: (220,214,203)

Color info

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

RGB color model

#DCD6CB color RGB value is (220,214,203).

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

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 203 of 255 = 80%

220
214
203

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

Portions of RGB colors in percentages

R + G + B =
220 + 214 + 203 = 637 (100%)
R 220 of 637 ~ 34.54%
G 214 of 637 ~ 33.59%
B 203 of 637 ~ 31.87%

%34.54
%33.59
%31.87

CMYK color model

#DCD6CB color CMYK value is (0,3,8,14).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 7.73%
  • key color value is 13.73%
CMYK:
(0,3,8,14)
C0M3Y8K14 
(0%,3%,8%,14%)
(0.00/0.03/0.08/0.14)	

CMYK percentages

%0
%2.73
%7.73
%13.73

Codes

Color #DCD6CB in popluar color models

DCD6CB
RGB220214203
HSL39°19.54%82.94%
HSB/HSV39°7.73%86.27%
CMYK0.00%2.73%7.73%
13.73%

Color #DCD6CB in popluar number systems.

HEXDCD6CB
Decimal220214203
Binary110111001101011011001011
Octal334326313

Shades and tints

Shades of #DCD6CB

#DCD6CB
(220,214,203)
#C8C3B9
(200,195,185)
#B4B0A7
(180,176,167)
#A09D95
(160,157,149)
#8C8A83
(140,138,131)
#787771
(120,119,113)
#64645F
(100,100,95)
#50514D
(80,81,77)
#3C3E3B
(60,62,59)
#282B29
(40,43,41)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #DCD6CB

#DCD6CB
(220,214,203)
#DFD9CF
(223,217,207)
#E2DCD3
(226,220,211)
#E5DFD7
(229,223,215)
#E8E2DB
(232,226,219)
#EBE5DF
(235,229,223)
#EEE8E3
(238,232,227)
#F1EBE7
(241,235,231)
#F4EEEB
(244,238,235)
#F7F1EF
(247,241,239)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD6CB; }

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

This text font color is #DCD6CB.


Background Color

.myBgColor { background-color: #DCD6CB; }

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

This div background color is #DCD6CB.


Border color

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

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

This div border color is #DCD6CB.


Opacity

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

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

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

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

This text has shadow with #DCD6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD6CB on black background.


Color preview on white background

This text has color #DCD6CB on white background.



Black color preview on #DCD6CB background

This text has black color on #DCD6CB background.


White color preview on #DCD6CB background

This text has white color on #DCD6CB background.