COLOR #DFD3A7

HEX: #DFD3A7
RGB: (223,211,167)

Color info

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

RGB color model

#DFD3A7 color RGB value is (223,211,167).

  • red value is 223;
  • green value is 211;
  • blue value is 167.
RGB:
(223,211,167)
(87%,83%,65%)

RGB channels and saturation

R 223 of 255 = 87%
G 211 of 255 = 83%
B 167 of 255 = 65%

223
211
167

R + G + B ~ 78%. #DFD3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 211 + 167 = 601 (100%)
R 223 of 601 ~ 37.1%
G 211 of 601 ~ 35.11%
B 167 of 601 ~ 27.79%

%37.1
%35.11
%27.79

CMYK color model

#DFD3A7 color CMYK value is (0,5,25,13).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(0,5,25,13)
C0M5Y25K13 
(0%,5%,25%,13%)
(0.00/0.05/0.25/0.13)	

CMYK percentages

%0
%5.38
%25.11
%12.55

Codes

Color #DFD3A7 in popluar color models

DFD3A7
RGB223211167
HSL47°46.67%76.47%
HSB/HSV47°25.11%87.45%
CMYK0.00%5.38%25.11%
12.55%

Color #DFD3A7 in popluar number systems.

HEXDFD3A7
Decimal223211167
Binary110111111101001110100111
Octal337323247

Shades and tints

Shades of #DFD3A7

#DFD3A7
(223,211,167)
#CBC098
(203,192,152)
#B7AD89
(183,173,137)
#A39A7A
(163,154,122)
#8F876B
(143,135,107)
#7B745C
(123,116,92)
#67614D
(103,97,77)
#534E3E
(83,78,62)
#3F3B2F
(63,59,47)
#2B2820
(43,40,32)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #DFD3A7

#DFD3A7
(223,211,167)
#E1D7AF
(225,215,175)
#E3DBB7
(227,219,183)
#E5DFBF
(229,223,191)
#E7E3C7
(231,227,199)
#E9E7CF
(233,231,207)
#EBEBD7
(235,235,215)
#EDEFDF
(237,239,223)
#EFF3E7
(239,243,231)
#F1F7EF
(241,247,239)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD3A7 color. Also use rgb(223,211,167) instead hex code.

Text Font Color

.myTextColor { color: #DFD3A7; }

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

This text font color is #DFD3A7.


Background Color

.myBgColor { background-color: #DFD3A7; }

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

This div background color is #DFD3A7.


Border color

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

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

This div border color is #DFD3A7.


Opacity

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

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

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

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

This text has shadow with #DFD3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD3A7 on black background.


Color preview on white background

This text has color #DFD3A7 on white background.



Black color preview on #DFD3A7 background

This text has black color on #DFD3A7 background.


White color preview on #DFD3A7 background

This text has white color on #DFD3A7 background.