COLOR #DFC7AB

HEX: #DFC7AB
RGB: (223,199,171)

Color info

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

RGB color model

#DFC7AB color RGB value is (223,199,171).

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

RGB channels and saturation

R 223 of 255 = 87%
G 199 of 255 = 78%
B 171 of 255 = 67%

223
199
171

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

Portions of RGB colors in percentages

R + G + B =
223 + 199 + 171 = 593 (100%)
R 223 of 593 ~ 37.61%
G 199 of 593 ~ 33.56%
B 171 of 593 ~ 28.84%

%37.61
%33.56
%28.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 23.32%
  • key color value is 12.55%
CMYK:
(0,11,23,13)
C0M11Y23K13 
(0%,11%,23%,13%)
(0.00/0.11/0.23/0.13)	

CMYK percentages

%0
%10.76
%23.32
%12.55

Codes

Color #DFC7AB in popluar color models

DFC7AB
RGB223199171
HSL32°44.83%77.25%
HSB/HSV32°23.32%87.45%
CMYK0.00%10.76%23.32%
12.55%

Color #DFC7AB in popluar number systems.

HEXDFC7AB
Decimal223199171
Binary110111111100011110101011
Octal337307253

Shades and tints

Shades of #DFC7AB

#DFC7AB
(223,199,171)
#CBB59C
(203,181,156)
#B7A38D
(183,163,141)
#A3917E
(163,145,126)
#8F7F6F
(143,127,111)
#7B6D60
(123,109,96)
#675B51
(103,91,81)
#534942
(83,73,66)
#3F3733
(63,55,51)
#2B2524
(43,37,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #DFC7AB

#DFC7AB
(223,199,171)
#E1CCB2
(225,204,178)
#E3D1B9
(227,209,185)
#E5D6C0
(229,214,192)
#E7DBC7
(231,219,199)
#E9E0CE
(233,224,206)
#EBE5D5
(235,229,213)
#EDEADC
(237,234,220)
#EFEFE3
(239,239,227)
#F1F4EA
(241,244,234)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC7AB; }

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

This text font color is #DFC7AB.


Background Color

.myBgColor { background-color: #DFC7AB; }

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

This div background color is #DFC7AB.


Border color

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

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

This div border color is #DFC7AB.


Opacity

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

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

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

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

This text has shadow with #DFC7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC7AB on black background.


Color preview on white background

This text has color #DFC7AB on white background.



Black color preview on #DFC7AB background

This text has black color on #DFC7AB background.


White color preview on #DFC7AB background

This text has white color on #DFC7AB background.