COLOR #DFC1AD

HEX: #DFC1AD
RGB: (223,193,173)

Color info

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

RGB color model

#DFC1AD color RGB value is (223,193,173).

  • red value is 223;
  • green value is 193;
  • blue value is 173.
RGB:
(223,193,173)
(87%,76%,68%)

RGB channels and saturation

R 223 of 255 = 87%
G 193 of 255 = 76%
B 173 of 255 = 68%

223
193
173

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

Portions of RGB colors in percentages

R + G + B =
223 + 193 + 173 = 589 (100%)
R 223 of 589 ~ 37.86%
G 193 of 589 ~ 32.77%
B 173 of 589 ~ 29.37%

%37.86
%32.77
%29.37

CMYK color model

#DFC1AD color CMYK value is (0,13,22,13).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 22.42%
  • key color value is 12.55%
CMYK:
(0,13,22,13)
C0M13Y22K13 
(0%,13%,22%,13%)
(0.00/0.13/0.22/0.13)	

CMYK percentages

%0
%13.45
%22.42
%12.55

Codes

Color #DFC1AD in popluar color models

DFC1AD
RGB223193173
HSL24°43.86%77.65%
HSB/HSV24°22.42%87.45%
CMYK0.00%13.45%22.42%
12.55%

Color #DFC1AD in popluar number systems.

HEXDFC1AD
Decimal223193173
Binary110111111100000110101101
Octal337301255

Shades and tints

Shades of #DFC1AD

#DFC1AD
(223,193,173)
#CBB09E
(203,176,158)
#B79F8F
(183,159,143)
#A38E80
(163,142,128)
#8F7D71
(143,125,113)
#7B6C62
(123,108,98)
#675B53
(103,91,83)
#534A44
(83,74,68)
#3F3935
(63,57,53)
#2B2826
(43,40,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #DFC1AD

#DFC1AD
(223,193,173)
#E1C6B4
(225,198,180)
#E3CBBB
(227,203,187)
#E5D0C2
(229,208,194)
#E7D5C9
(231,213,201)
#E9DAD0
(233,218,208)
#EBDFD7
(235,223,215)
#EDE4DE
(237,228,222)
#EFE9E5
(239,233,229)
#F1EEEC
(241,238,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC1AD color. Also use rgb(223,193,173) instead hex code.

Text Font Color

.myTextColor { color: #DFC1AD; }

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

This text font color is #DFC1AD.


Background Color

.myBgColor { background-color: #DFC1AD; }

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

This div background color is #DFC1AD.


Border color

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

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

This div border color is #DFC1AD.


Opacity

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

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

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

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

This text has shadow with #DFC1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC1AD on black background.


Color preview on white background

This text has color #DFC1AD on white background.



Black color preview on #DFC1AD background

This text has black color on #DFC1AD background.


White color preview on #DFC1AD background

This text has white color on #DFC1AD background.