COLOR #DFBAA6

HEX: #DFBAA6
RGB: (223,186,166)

Color info

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

RGB color model

#DFBAA6 color RGB value is (223,186,166).

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

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 166 of 255 = 65%

223
186
166

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

Portions of RGB colors in percentages

R + G + B =
223 + 186 + 166 = 575 (100%)
R 223 of 575 ~ 38.78%
G 186 of 575 ~ 32.35%
B 166 of 575 ~ 28.87%

%38.78
%32.35
%28.87

CMYK color model

#DFBAA6 color CMYK value is (0,17,26,13).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 25.56%
  • key color value is 12.55%
CMYK:
(0,17,26,13)
C0M17Y26K13 
(0%,17%,26%,13%)
(0.00/0.17/0.26/0.13)	

CMYK percentages

%0
%16.59
%25.56
%12.55

Codes

Color #DFBAA6 in popluar color models

DFBAA6
RGB223186166
HSL21°47.11%76.27%
HSB/HSV21°25.56%87.45%
CMYK0.00%16.59%25.56%
12.55%

Color #DFBAA6 in popluar number systems.

HEXDFBAA6
Decimal223186166
Binary110111111011101010100110
Octal337272246

Shades and tints

Shades of #DFBAA6

#DFBAA6
(223,186,166)
#CBAA97
(203,170,151)
#B79A88
(183,154,136)
#A38A79
(163,138,121)
#8F7A6A
(143,122,106)
#7B6A5B
(123,106,91)
#675A4C
(103,90,76)
#534A3D
(83,74,61)
#3F3A2E
(63,58,46)
#2B2A1F
(43,42,31)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #DFBAA6

#DFBAA6
(223,186,166)
#E1C0AE
(225,192,174)
#E3C6B6
(227,198,182)
#E5CCBE
(229,204,190)
#E7D2C6
(231,210,198)
#E9D8CE
(233,216,206)
#EBDED6
(235,222,214)
#EDE4DE
(237,228,222)
#EFEAE6
(239,234,230)
#F1F0EE
(241,240,238)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBAA6; }

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

This text font color is #DFBAA6.


Background Color

.myBgColor { background-color: #DFBAA6; }

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

This div background color is #DFBAA6.


Border color

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

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

This div border color is #DFBAA6.


Opacity

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

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

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

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

This text has shadow with #DFBAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBAA6 on black background.


Color preview on white background

This text has color #DFBAA6 on white background.



Black color preview on #DFBAA6 background

This text has black color on #DFBAA6 background.


White color preview on #DFBAA6 background

This text has white color on #DFBAA6 background.