COLOR #DFB7A6

HEX: #DFB7A6 RGB: (223,183,166)

Color info

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

RGB color model

#DFB7A6 color RGB value is (223,183,166).

RGB: (223,183,166) (87%, 72%, 65%)

RGB channels and saturation

R 223 of 255 = 87%
G 183 of 255 = 72%
B 166 of 255 = 65%

223
183
166

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

Portions of RGB colors in percentages

R + G + B = 223 + 183 + 166 = 572 (100%)
R 223 of 572 ~ 38.99%
G 183 of 572 ~ 31.99%
B 166 of 572 ~ 29.02'%

%38.99
%31.99
%29.02

CMYK color model

#DFB7A6 color CMYK value is (0,18,26,13).

  • cyan value is 0.00%
  • magenta value is 17.94%
  • yellow value is 25.56%
  • key color value is 12.55%

CMYK: (0,18,26,13)
C0M18Y26K13 (0%, 18%, 26%, 13%)
(0.00 / 0.18 / 0.26 / 0.13)

CMYK percentages

%0
%17.94
%25.56
%12.55

Codes

Color #DFB7A6 in popluar color models

DF B7 A6
RGB 223 183 166
HSL 18° 47.11% 76.27%
HSB/HSV 18° 25.56% 87.45%
CMYK 0.00% 17.94% 25.56%
12.55%

Color #DFB7A6 in popluar number systems.

HEX DF B7 A6
Decimal 223 183 166
Binary 11011111 10110111 10100110
Octal 337 267 246

Shades and tints

Shades of #DFB7A6

#DFB7A6
(223,183,166)
#CBA797
(203,167,151)
#B79788
(183,151,136)
#A38779
(163,135,121)
#8F776A
(143,119,106)
#7B675B
(123,103,91)
#67574C
(103,87,76)
#53473D
(83,71,61)
#3F372E
(63,55,46)
#2B271F
(43,39,31)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #DFB7A6

#DFB7A6
(223,183,166)
#E1BDAE
(225,189,174)
#E3C3B6
(227,195,182)
#E5C9BE
(229,201,190)
#E7CFC6
(231,207,198)
#E9D5CE
(233,213,206)
#EBDBD6
(235,219,214)
#EDE1DE
(237,225,222)
#EFE7E6
(239,231,230)
#F1EDEE
(241,237,238)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB7A6; }

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

This text font color is #DFB7A6.

Background Color

.myBgColor { background-color: #DFB7A6; }

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

This div background color is #DFB7A6.

Border color

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

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

This div border color is #DFB7A6.

Opacity

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

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

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

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

This text has shadow with #DFB7A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB7A6.

Preview

Color preview on black background

This text has color #DFB7A6 on black background.


Color preview on white background

This text has color #DFB7A6 on white background.


Black color preview on #DFB7A6 background

This text has black color on #DFB7A6 background.


White color preview on #DFB7A6 background

This text has white color on #DFB7A6 background.


Related colors

Complementary color

Complementary color for #hex is #204859.


I love getcolorcode.com

Triadic colors

1 #A6DFB7 and #B7A6DF with #DFB7A6 are triadic colors.

2 #A6B7DF and #B7DFA6 with #DFB7A6 are triadic colors.