COLOR #DFC2AD

HEX: #DFC2AD
RGB: (223,194,173)

Color info

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

RGB color model

#DFC2AD color RGB value is (223,194,173).

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

RGB channels and saturation

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

223
194
173

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

Portions of RGB colors in percentages

R + G + B =
223 + 194 + 173 = 590 (100%)
R 223 of 590 ~ 37.8%
G 194 of 590 ~ 32.88%
B 173 of 590 ~ 29.32%

%37.8
%32.88
%29.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.00%
  • 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
%22.42
%12.55

Codes

Color #DFC2AD in popluar color models

DFC2AD
RGB223194173
HSL25°43.86%77.65%
HSB/HSV25°22.42%87.45%
CMYK0.00%13.00%22.42%
12.55%

Color #DFC2AD in popluar number systems.

HEXDFC2AD
Decimal223194173
Binary110111111100001010101101
Octal337302255

Shades and tints

Shades of #DFC2AD

#DFC2AD
(223,194,173)
#CBB19E
(203,177,158)
#B7A08F
(183,160,143)
#A38F80
(163,143,128)
#8F7E71
(143,126,113)
#7B6D62
(123,109,98)
#675C53
(103,92,83)
#534B44
(83,75,68)
#3F3A35
(63,58,53)
#2B2926
(43,41,38)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #DFC2AD

#DFC2AD
(223,194,173)
#E1C7B4
(225,199,180)
#E3CCBB
(227,204,187)
#E5D1C2
(229,209,194)
#E7D6C9
(231,214,201)
#E9DBD0
(233,219,208)
#EBE0D7
(235,224,215)
#EDE5DE
(237,229,222)
#EFEAE5
(239,234,229)
#F1EFEC
(241,239,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC2AD; }

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

This text font color is #DFC2AD.


Background Color

.myBgColor { background-color: #DFC2AD; }

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

This div background color is #DFC2AD.


Border color

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

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

This div border color is #DFC2AD.


Opacity

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

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

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

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

This text has shadow with #DFC2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC2AD on black background.


Color preview on white background

This text has color #DFC2AD on white background.



Black color preview on #DFC2AD background

This text has black color on #DFC2AD background.


White color preview on #DFC2AD background

This text has white color on #DFC2AD background.