COLOR #DCB1AB

HEX: #DCB1AB
RGB: (220,177,171)

Color info

#DCB1AB contains red, green and blue colors in about the same proportion. Web safe color of #DCB1AB is #CC9999 (or #C99).

RGB color model

#DCB1AB color RGB value is (220,177,171).

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

RGB channels and saturation

R 220 of 255 = 86%
G 177 of 255 = 69%
B 171 of 255 = 67%

220
177
171

R + G + B ~ 74%. #DCB1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 177 + 171 = 568 (100%)
R 220 of 568 ~ 38.73%
G 177 of 568 ~ 31.16%
B 171 of 568 ~ 30.11%

%38.73
%31.16
%30.11

CMYK color model

#DCB1AB color CMYK value is (0,20,22,14).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(0,20,22,14)
C0M20Y22K14 
(0%,20%,22%,14%)
(0.00/0.20/0.22/0.14)	

CMYK percentages

%0
%19.55
%22.27
%13.73

Codes

Color #DCB1AB in popluar color models

DCB1AB
RGB220177171
HSL41.18%76.67%
HSB/HSV22.27%86.27%
CMYK0.00%19.55%22.27%
13.73%

Color #DCB1AB in popluar number systems.

HEXDCB1AB
Decimal220177171
Binary110111001011000110101011
Octal334261253

Shades and tints

Shades of #DCB1AB

#DCB1AB
(220,177,171)
#C8A19C
(200,161,156)
#B4918D
(180,145,141)
#A0817E
(160,129,126)
#8C716F
(140,113,111)
#786160
(120,97,96)
#645151
(100,81,81)
#504142
(80,65,66)
#3C3133
(60,49,51)
#282124
(40,33,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #DCB1AB

#DCB1AB
(220,177,171)
#DFB8B2
(223,184,178)
#E2BFB9
(226,191,185)
#E5C6C0
(229,198,192)
#E8CDC7
(232,205,199)
#EBD4CE
(235,212,206)
#EEDBD5
(238,219,213)
#F1E2DC
(241,226,220)
#F4E9E3
(244,233,227)
#F7F0EA
(247,240,234)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB1AB; }

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

This text font color is #DCB1AB.


Background Color

.myBgColor { background-color: #DCB1AB; }

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

This div background color is #DCB1AB.


Border color

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

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

This div border color is #DCB1AB.


Opacity

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

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

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

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

This text has shadow with #DCB1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB1AB on black background.


Color preview on white background

This text has color #DCB1AB on white background.



Black color preview on #DCB1AB background

This text has black color on #DCB1AB background.


White color preview on #DCB1AB background

This text has white color on #DCB1AB background.