COLOR #DCB9B4

HEX: #DCB9B4
RGB: (220,185,180)

Color info

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

RGB color model

#DCB9B4 color RGB value is (220,185,180).

  • red value is 220;
  • green value is 185;
  • blue value is 180.
RGB:
(220,185,180)
(86%,73%,71%)

RGB channels and saturation

R 220 of 255 = 86%
G 185 of 255 = 73%
B 180 of 255 = 71%

220
185
180

R + G + B ~ 77%. #DCB9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 185 + 180 = 585 (100%)
R 220 of 585 ~ 37.61%
G 185 of 585 ~ 31.62%
B 180 of 585 ~ 30.77%

%37.61
%31.62
%30.77

CMYK color model

#DCB9B4 color CMYK value is (0,16,18,14).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 18.18%
  • key color value is 13.73%
CMYK:
(0,16,18,14)
C0M16Y18K14 
(0%,16%,18%,14%)
(0.00/0.16/0.18/0.14)	

CMYK percentages

%0
%15.91
%18.18
%13.73

Codes

Color #DCB9B4 in popluar color models

DCB9B4
RGB220185180
HSL36.36%78.43%
HSB/HSV18.18%86.27%
CMYK0.00%15.91%18.18%
13.73%

Color #DCB9B4 in popluar number systems.

HEXDCB9B4
Decimal220185180
Binary110111001011100110110100
Octal334271264

Shades and tints

Shades of #DCB9B4

#DCB9B4
(220,185,180)
#C8A9A4
(200,169,164)
#B49994
(180,153,148)
#A08984
(160,137,132)
#8C7974
(140,121,116)
#786964
(120,105,100)
#645954
(100,89,84)
#504944
(80,73,68)
#3C3934
(60,57,52)
#282924
(40,41,36)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCB9B4

#DCB9B4
(220,185,180)
#DFBFBA
(223,191,186)
#E2C5C0
(226,197,192)
#E5CBC6
(229,203,198)
#E8D1CC
(232,209,204)
#EBD7D2
(235,215,210)
#EEDDD8
(238,221,216)
#F1E3DE
(241,227,222)
#F4E9E4
(244,233,228)
#F7EFEA
(247,239,234)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB9B4 color. Also use rgb(220,185,180) instead hex code.

Text Font Color

.myTextColor { color: #DCB9B4; }

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

This text font color is #DCB9B4.


Background Color

.myBgColor { background-color: #DCB9B4; }

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

This div background color is #DCB9B4.


Border color

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

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

This div border color is #DCB9B4.


Opacity

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

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

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

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

This text has shadow with #DCB9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB9B4 on black background.


Color preview on white background

This text has color #DCB9B4 on white background.



Black color preview on #DCB9B4 background

This text has black color on #DCB9B4 background.


White color preview on #DCB9B4 background

This text has white color on #DCB9B4 background.