COLOR #DCB6AB

HEX: #DCB6AB
RGB: (220,182,171)

Color info

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

RGB color model

#DCB6AB color RGB value is (220,182,171).

  • red value is 220;
  • green value is 182;
  • blue value is 171.
RGB:
(220,182,171)
(86%,71%,67%)

RGB channels and saturation

R 220 of 255 = 86%
G 182 of 255 = 71%
B 171 of 255 = 67%

220
182
171

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

Portions of RGB colors in percentages

R + G + B =
220 + 182 + 171 = 573 (100%)
R 220 of 573 ~ 38.39%
G 182 of 573 ~ 31.76%
B 171 of 573 ~ 29.84%

%38.39
%31.76
%29.84

CMYK color model

#DCB6AB color CMYK value is (0,17,22,14).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(0,17,22,14)
C0M17Y22K14 
(0%,17%,22%,14%)
(0.00/0.17/0.22/0.14)	

CMYK percentages

%0
%17.27
%22.27
%13.73

Codes

Color #DCB6AB in popluar color models

DCB6AB
RGB220182171
HSL13°41.18%76.67%
HSB/HSV13°22.27%86.27%
CMYK0.00%17.27%22.27%
13.73%

Color #DCB6AB in popluar number systems.

HEXDCB6AB
Decimal220182171
Binary110111001011011010101011
Octal334266253

Shades and tints

Shades of #DCB6AB

#DCB6AB
(220,182,171)
#C8A69C
(200,166,156)
#B4968D
(180,150,141)
#A0867E
(160,134,126)
#8C766F
(140,118,111)
#786660
(120,102,96)
#645651
(100,86,81)
#504642
(80,70,66)
#3C3633
(60,54,51)
#282624
(40,38,36)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #DCB6AB

#DCB6AB
(220,182,171)
#DFBCB2
(223,188,178)
#E2C2B9
(226,194,185)
#E5C8C0
(229,200,192)
#E8CEC7
(232,206,199)
#EBD4CE
(235,212,206)
#EEDAD5
(238,218,213)
#F1E0DC
(241,224,220)
#F4E6E3
(244,230,227)
#F7ECEA
(247,236,234)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB6AB color. Also use rgb(220,182,171) instead hex code.

Text Font Color

.myTextColor { color: #DCB6AB; }

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

This text font color is #DCB6AB.


Background Color

.myBgColor { background-color: #DCB6AB; }

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

This div background color is #DCB6AB.


Border color

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

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

This div border color is #DCB6AB.


Opacity

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

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

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

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

This text has shadow with #DCB6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB6AB on black background.


Color preview on white background

This text has color #DCB6AB on white background.



Black color preview on #DCB6AB background

This text has black color on #DCB6AB background.


White color preview on #DCB6AB background

This text has white color on #DCB6AB background.