COLOR #DFBAAB

HEX: #DFBAAB
RGB: (223,186,171)

Color info

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

RGB color model

#DFBAAB color RGB value is (223,186,171).

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

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 171 of 255 = 67%

223
186
171

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

Portions of RGB colors in percentages

R + G + B =
223 + 186 + 171 = 580 (100%)
R 223 of 580 ~ 38.45%
G 186 of 580 ~ 32.07%
B 171 of 580 ~ 29.48%

%38.45
%32.07
%29.48

CMYK color model

#DFBAAB color CMYK value is (0,17,23,13).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 23.32%
  • key color value is 12.55%
CMYK:
(0,17,23,13)
C0M17Y23K13 
(0%,17%,23%,13%)
(0.00/0.17/0.23/0.13)	

CMYK percentages

%0
%16.59
%23.32
%12.55

Codes

Color #DFBAAB in popluar color models

DFBAAB
RGB223186171
HSL17°44.83%77.25%
HSB/HSV17°23.32%87.45%
CMYK0.00%16.59%23.32%
12.55%

Color #DFBAAB in popluar number systems.

HEXDFBAAB
Decimal223186171
Binary110111111011101010101011
Octal337272253

Shades and tints

Shades of #DFBAAB

#DFBAAB
(223,186,171)
#CBAA9C
(203,170,156)
#B79A8D
(183,154,141)
#A38A7E
(163,138,126)
#8F7A6F
(143,122,111)
#7B6A60
(123,106,96)
#675A51
(103,90,81)
#534A42
(83,74,66)
#3F3A33
(63,58,51)
#2B2A24
(43,42,36)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #DFBAAB

#DFBAAB
(223,186,171)
#E1C0B2
(225,192,178)
#E3C6B9
(227,198,185)
#E5CCC0
(229,204,192)
#E7D2C7
(231,210,199)
#E9D8CE
(233,216,206)
#EBDED5
(235,222,213)
#EDE4DC
(237,228,220)
#EFEAE3
(239,234,227)
#F1F0EA
(241,240,234)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBAAB; }

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

This text font color is #DFBAAB.


Background Color

.myBgColor { background-color: #DFBAAB; }

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

This div background color is #DFBAAB.


Border color

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

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

This div border color is #DFBAAB.


Opacity

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

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

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

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

This text has shadow with #DFBAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBAAB on black background.


Color preview on white background

This text has color #DFBAAB on white background.



Black color preview on #DFBAAB background

This text has black color on #DFBAAB background.


White color preview on #DFBAAB background

This text has white color on #DFBAAB background.