COLOR #DFC3AB

HEX: #DFC3AB RGB: (223,195,171)

Color info

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

RGB color model

#DFC3AB color RGB value is (223,195,171).

RGB: (223,195,171) (87%, 76%, 67%)

RGB channels and saturation

R 223 of 255 = 87%
G 195 of 255 = 76%
B 171 of 255 = 67%

223
195
171

R + G + B ~ 77%. #DFC3AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 195 + 171 = 589 (100%)
R 223 of 589 ~ 37.86%
G 195 of 589 ~ 33.11%
B 171 of 589 ~ 29.03'%

%37.86
%33.11
%29.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 23.32%
  • key color value is 12.55%

CMYK: (0,13,23,13)
C0M13Y23K13 (0%, 13%, 23%, 13%)
(0.00 / 0.13 / 0.23 / 0.13)

CMYK percentages

%0
%12.56
%23.32
%12.55

Codes

Color #DFC3AB in popluar color models

DF C3 AB
RGB 223 195 171
HSL 28° 44.83% 77.25%
HSB/HSV 28° 23.32% 87.45%
CMYK 0.00% 12.56% 23.32%
12.55%

Color #DFC3AB in popluar number systems.

HEX DF C3 AB
Decimal 223 195 171
Binary 11011111 11000011 10101011
Octal 337 303 253

Shades and tints

Shades of #DFC3AB

#DFC3AB
(223,195,171)
#CBB29C
(203,178,156)
#B7A18D
(183,161,141)
#A3907E
(163,144,126)
#8F7F6F
(143,127,111)
#7B6E60
(123,110,96)
#675D51
(103,93,81)
#534C42
(83,76,66)
#3F3B33
(63,59,51)
#2B2A24
(43,42,36)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #DFC3AB

#DFC3AB
(223,195,171)
#E1C8B2
(225,200,178)
#E3CDB9
(227,205,185)
#E5D2C0
(229,210,192)
#E7D7C7
(231,215,199)
#E9DCCE
(233,220,206)
#EBE1D5
(235,225,213)
#EDE6DC
(237,230,220)
#EFEBE3
(239,235,227)
#F1F0EA
(241,240,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC3AB; }

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

This text font color is #DFC3AB.

Background Color

.myBgColor { background-color: #DFC3AB; }

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

This div background color is #DFC3AB.

Border color

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

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

This div border color is #DFC3AB.

Opacity

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

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

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

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

This text has shadow with #DFC3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC3AB.

Preview

Color preview on black background

This text has color #DFC3AB on black background.


Color preview on white background

This text has color #DFC3AB on white background.


Black color preview on #DFC3AB background

This text has black color on #DFC3AB background.


White color preview on #DFC3AB background

This text has white color on #DFC3AB background.


Related colors

Complementary color

Complementary color for #hex is #203C54.


I love getcolorcode.com

Triadic colors

1 #ABDFC3 and #C3ABDF with #DFC3AB are triadic colors.

2 #ABC3DF and #C3DFAB with #DFC3AB are triadic colors.