COLOR #DFBCAB

HEX: #DFBCAB
RGB: (223,188,171)

Color info

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

RGB color model

#DFBCAB color RGB value is (223,188,171).

  • red value is 223;
  • green value is 188;
  • blue value is 171.
RGB: (223,188,171) (87%,74%,67%)

RGB channels and saturation

R 223 of 255 = 87%
G 188 of 255 = 74%
B 171 of 255 = 67%

223
188
171

R + G + B ~ 76%. #DFBCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 188 + 171 = 582 (100%)
R 223 of 582 ~ 38.32%
G 188 of 582 ~ 32.3%
B 171 of 582 ~ 29.38%

%38.32
%32.3
%29.38

CMYK color model

#DFBCAB color CMYK value is (0,16,23,13).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 23.32%
  • key color value is 12.55%
CMYK: (0,16,23,13) C0M16Y23K13 (0%,16%,23%,13%) (0.00/0.16/0.23/0.13)

CMYK percentages

%0
%15.7
%23.32
%12.55

Codes

Color #DFBCAB in popluar color models

DFBCAB
RGB223188171
HSL20°44.83%77.25%
HSB/HSV20°23.32%87.45%
CMYK0.00%15.70%23.32%
12.55%

Color #DFBCAB in popluar number systems.

HEXDFBCAB
Decimal223188171
Binary110111111011110010101011
Octal337274253

Shades and tints

Shades of #DFBCAB

#DFBCAB
(223,188,171)
#CBAB9C
(203,171,156)
#B79A8D
(183,154,141)
#A3897E
(163,137,126)
#8F786F
(143,120,111)
#7B6760
(123,103,96)
#675651
(103,86,81)
#534542
(83,69,66)
#3F3433
(63,52,51)
#2B2324
(43,35,36)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #DFBCAB

#DFBCAB
(223,188,171)
#E1C2B2
(225,194,178)
#E3C8B9
(227,200,185)
#E5CEC0
(229,206,192)
#E7D4C7
(231,212,199)
#E9DACE
(233,218,206)
#EBE0D5
(235,224,213)
#EDE6DC
(237,230,220)
#EFECE3
(239,236,227)
#F1F2EA
(241,242,234)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBCAB color. Also use rgb(223,188,171) instead hex code.

Text Font Color

.myTextColor { color: #DFBCAB; }

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

This text font color is #DFBCAB.


Background Color

.myBgColor { background-color: #DFBCAB; }

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

This div background color is #DFBCAB.


Border color

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

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

This div border color is #DFBCAB.


Opacity

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

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

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

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

This text has shadow with #DFBCAB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFBCAB on black background.


Color preview on white background

This text has color #DFBCAB on white background.



Black color preview on #DFBCAB background

This text has black color on #DFBCAB background.


White color preview on #DFBCAB background

This text has white color on #DFBCAB background.