COLOR #DFB3A4

HEX: #DFB3A4 RGB: (223,179,164)

Color info

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

RGB color model

#DFB3A4 color RGB value is (223,179,164).

RGB: (223,179,164) (87%, 70%, 64%)

RGB channels and saturation

R 223 of 255 = 87%
G 179 of 255 = 70%
B 164 of 255 = 64%

223
179
164

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

Portions of RGB colors in percentages

R + G + B = 223 + 179 + 164 = 566 (100%)
R 223 of 566 ~ 39.4%
G 179 of 566 ~ 31.63%
B 164 of 566 ~ 28.98'%

%39.4
%31.63
%28.98

CMYK color model

#DFB3A4 color CMYK value is (0,20,26,13).

  • cyan value is 0.00%
  • magenta value is 19.73%
  • yellow value is 26.46%
  • key color value is 12.55%

CMYK: (0,20,26,13)
C0M20Y26K13 (0%, 20%, 26%, 13%)
(0.00 / 0.20 / 0.26 / 0.13)

CMYK percentages

%0
%19.73
%26.46
%12.55

Codes

Color #DFB3A4 in popluar color models

DF B3 A4
RGB 223 179 164
HSL 15° 47.97% 75.88%
HSB/HSV 15° 26.46% 87.45%
CMYK 0.00% 19.73% 26.46%
12.55%

Color #DFB3A4 in popluar number systems.

HEX DF B3 A4
Decimal 223 179 164
Binary 11011111 10110011 10100100
Octal 337 263 244

Shades and tints

Shades of #DFB3A4

#DFB3A4
(223,179,164)
#CBA396
(203,163,150)
#B79388
(183,147,136)
#A3837A
(163,131,122)
#8F736C
(143,115,108)
#7B635E
(123,99,94)
#675350
(103,83,80)
#534342
(83,67,66)
#3F3334
(63,51,52)
#2B2326
(43,35,38)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #DFB3A4

#DFB3A4
(223,179,164)
#E1B9AC
(225,185,172)
#E3BFB4
(227,191,180)
#E5C5BC
(229,197,188)
#E7CBC4
(231,203,196)
#E9D1CC
(233,209,204)
#EBD7D4
(235,215,212)
#EDDDDC
(237,221,220)
#EFE3E4
(239,227,228)
#F1E9EC
(241,233,236)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB3A4 color. Also use rgb(223,179,164) instead hex code.

Text Font Color

.myTextColor { color: #DFB3A4; }

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

This text font color is #DFB3A4.

Background Color

.myBgColor { background-color: #DFB3A4; }

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

This div background color is #DFB3A4.

Border color

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

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

This div border color is #DFB3A4.

Opacity

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

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

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

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

This text has shadow with #DFB3A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB3A4.

Preview

Color preview on black background

This text has color #DFB3A4 on black background.


Color preview on white background

This text has color #DFB3A4 on white background.


Black color preview on #DFB3A4 background

This text has black color on #DFB3A4 background.


White color preview on #DFB3A4 background

This text has white color on #DFB3A4 background.


Related colors

Complementary color

Complementary color for #hex is #204C5B.


I love getcolorcode.com

Triadic colors

1 #A4DFB3 and #B3A4DF with #DFB3A4 are triadic colors.

2 #A4B3DF and #B3DFA4 with #DFB3A4 are triadic colors.