COLOR #DCD2BB

HEX: #DCD2BB
RGB: (220,210,187)

Color info

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

RGB color model

#DCD2BB color RGB value is (220,210,187).

  • red value is 220;
  • green value is 210;
  • blue value is 187.
RGB:
(220,210,187)
(86%,82%,73%)

RGB channels and saturation

R 220 of 255 = 86%
G 210 of 255 = 82%
B 187 of 255 = 73%

220
210
187

R + G + B ~ 80%. #DCD2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 210 + 187 = 617 (100%)
R 220 of 617 ~ 35.66%
G 210 of 617 ~ 34.04%
B 187 of 617 ~ 30.31%

%35.66
%34.04
%30.31

CMYK color model

#DCD2BB color CMYK value is (0,5,15,14).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(0,5,15,14)
C0M5Y15K14 
(0%,5%,15%,14%)
(0.00/0.05/0.15/0.14)	

CMYK percentages

%0
%4.55
%15
%13.73

Codes

Color #DCD2BB in popluar color models

DCD2BB
RGB220210187
HSL42°32.04%79.80%
HSB/HSV42°15.00%86.27%
CMYK0.00%4.55%15.00%
13.73%

Color #DCD2BB in popluar number systems.

HEXDCD2BB
Decimal220210187
Binary110111001101001010111011
Octal334322273

Shades and tints

Shades of #DCD2BB

#DCD2BB
(220,210,187)
#C8BFAA
(200,191,170)
#B4AC99
(180,172,153)
#A09988
(160,153,136)
#8C8677
(140,134,119)
#787366
(120,115,102)
#646055
(100,96,85)
#504D44
(80,77,68)
#3C3A33
(60,58,51)
#282722
(40,39,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #DCD2BB

#DCD2BB
(220,210,187)
#DFD6C1
(223,214,193)
#E2DAC7
(226,218,199)
#E5DECD
(229,222,205)
#E8E2D3
(232,226,211)
#EBE6D9
(235,230,217)
#EEEADF
(238,234,223)
#F1EEE5
(241,238,229)
#F4F2EB
(244,242,235)
#F7F6F1
(247,246,241)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD2BB color. Also use rgb(220,210,187) instead hex code.

Text Font Color

.myTextColor { color: #DCD2BB; }

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

This text font color is #DCD2BB.


Background Color

.myBgColor { background-color: #DCD2BB; }

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

This div background color is #DCD2BB.


Border color

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

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

This div border color is #DCD2BB.


Opacity

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

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

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

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

This text has shadow with #DCD2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD2BB on black background.


Color preview on white background

This text has color #DCD2BB on white background.



Black color preview on #DCD2BB background

This text has black color on #DCD2BB background.


White color preview on #DCD2BB background

This text has white color on #DCD2BB background.