COLOR #DCD9CB

HEX: #DCD9CB
RGB: (220,217,203)

Color info

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

RGB color model

#DCD9CB color RGB value is (220,217,203).

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

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 203 of 255 = 80%

220
217
203

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

Portions of RGB colors in percentages

R + G + B =
220 + 217 + 203 = 640 (100%)
R 220 of 640 ~ 34.38%
G 217 of 640 ~ 33.91%
B 203 of 640 ~ 31.72%

%34.38
%33.91
%31.72

CMYK color model

#DCD9CB color CMYK value is (0,1,8,14).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 7.73%
  • key color value is 13.73%
CMYK:
(0,1,8,14)
C0M1Y8K14 
(0%,1%,8%,14%)
(0.00/0.01/0.08/0.14)	

CMYK percentages

%0
%1.36
%7.73
%13.73

Codes

Color #DCD9CB in popluar color models

DCD9CB
RGB220217203
HSL49°19.54%82.94%
HSB/HSV49°7.73%86.27%
CMYK0.00%1.36%7.73%
13.73%

Color #DCD9CB in popluar number systems.

HEXDCD9CB
Decimal220217203
Binary110111001101100111001011
Octal334331313

Shades and tints

Shades of #DCD9CB

#DCD9CB
(220,217,203)
#C8C6B9
(200,198,185)
#B4B3A7
(180,179,167)
#A0A095
(160,160,149)
#8C8D83
(140,141,131)
#787A71
(120,122,113)
#64675F
(100,103,95)
#50544D
(80,84,77)
#3C413B
(60,65,59)
#282E29
(40,46,41)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #DCD9CB

#DCD9CB
(220,217,203)
#DFDCCF
(223,220,207)
#E2DFD3
(226,223,211)
#E5E2D7
(229,226,215)
#E8E5DB
(232,229,219)
#EBE8DF
(235,232,223)
#EEEBE3
(238,235,227)
#F1EEE7
(241,238,231)
#F4F1EB
(244,241,235)
#F7F4EF
(247,244,239)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD9CB; }

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

This text font color is #DCD9CB.


Background Color

.myBgColor { background-color: #DCD9CB; }

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

This div background color is #DCD9CB.


Border color

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

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

This div border color is #DCD9CB.


Opacity

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

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

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

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

This text has shadow with #DCD9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD9CB on black background.


Color preview on white background

This text has color #DCD9CB on white background.



Black color preview on #DCD9CB background

This text has black color on #DCD9CB background.


White color preview on #DCD9CB background

This text has white color on #DCD9CB background.