COLOR #DCBDA7

HEX: #DCBDA7
RGB: (220,189,167)

Color info

#DCBDA7 contains red, green and blue colors in about the same proportion. Web safe color of #DCBDA7 is #CCCC99 (or #CC9).

RGB color model

#DCBDA7 color RGB value is (220,189,167).

  • red value is 220;
  • green value is 189;
  • blue value is 167.
RGB:
(220,189,167)
(86%,74%,65%)

RGB channels and saturation

R 220 of 255 = 86%
G 189 of 255 = 74%
B 167 of 255 = 65%

220
189
167

R + G + B ~ 75%. #DCBDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 189 + 167 = 576 (100%)
R 220 of 576 ~ 38.19%
G 189 of 576 ~ 32.81%
B 167 of 576 ~ 28.99%

%38.19
%32.81
%28.99

CMYK color model

#DCBDA7 color CMYK value is (0,14,24,14).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 24.09%
  • key color value is 13.73%
CMYK:
(0,14,24,14)
C0M14Y24K14 
(0%,14%,24%,14%)
(0.00/0.14/0.24/0.14)	

CMYK percentages

%0
%14.09
%24.09
%13.73

Codes

Color #DCBDA7 in popluar color models

DCBDA7
RGB220189167
HSL25°43.09%75.88%
HSB/HSV25°24.09%86.27%
CMYK0.00%14.09%24.09%
13.73%

Color #DCBDA7 in popluar number systems.

HEXDCBDA7
Decimal220189167
Binary110111001011110110100111
Octal334275247

Shades and tints

Shades of #DCBDA7

#DCBDA7
(220,189,167)
#C8AC98
(200,172,152)
#B49B89
(180,155,137)
#A08A7A
(160,138,122)
#8C796B
(140,121,107)
#78685C
(120,104,92)
#64574D
(100,87,77)
#50463E
(80,70,62)
#3C352F
(60,53,47)
#282420
(40,36,32)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #DCBDA7

#DCBDA7
(220,189,167)
#DFC3AF
(223,195,175)
#E2C9B7
(226,201,183)
#E5CFBF
(229,207,191)
#E8D5C7
(232,213,199)
#EBDBCF
(235,219,207)
#EEE1D7
(238,225,215)
#F1E7DF
(241,231,223)
#F4EDE7
(244,237,231)
#F7F3EF
(247,243,239)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBDA7 color. Also use rgb(220,189,167) instead hex code.

Text Font Color

.myTextColor { color: #DCBDA7; }

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

This text font color is #DCBDA7.


Background Color

.myBgColor { background-color: #DCBDA7; }

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

This div background color is #DCBDA7.


Border color

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

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

This div border color is #DCBDA7.


Opacity

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

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

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

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

This text has shadow with #DCBDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBDA7 on black background.


Color preview on white background

This text has color #DCBDA7 on white background.



Black color preview on #DCBDA7 background

This text has black color on #DCBDA7 background.


White color preview on #DCBDA7 background

This text has white color on #DCBDA7 background.