COLOR #DFD2A7

HEX: #DFD2A7
RGB: (223,210,167)

Color info

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

RGB color model

#DFD2A7 color RGB value is (223,210,167).

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

RGB channels and saturation

R 223 of 255 = 87%
G 210 of 255 = 82%
B 167 of 255 = 65%

223
210
167

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

Portions of RGB colors in percentages

R + G + B =
223 + 210 + 167 = 600 (100%)
R 223 of 600 ~ 37.17%
G 210 of 600 ~ 35%
B 167 of 600 ~ 27.83%

%37.17
%35
%27.83

CMYK color model

#DFD2A7 color CMYK value is (0,6,25,13).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(0,6,25,13)
C0M6Y25K13 
(0%,6%,25%,13%)
(0.00/0.06/0.25/0.13)	

CMYK percentages

%0
%5.83
%25.11
%12.55

Codes

Color #DFD2A7 in popluar color models

DFD2A7
RGB223210167
HSL46°46.67%76.47%
HSB/HSV46°25.11%87.45%
CMYK0.00%5.83%25.11%
12.55%

Color #DFD2A7 in popluar number systems.

HEXDFD2A7
Decimal223210167
Binary110111111101001010100111
Octal337322247

Shades and tints

Shades of #DFD2A7

#DFD2A7
(223,210,167)
#CBBF98
(203,191,152)
#B7AC89
(183,172,137)
#A3997A
(163,153,122)
#8F866B
(143,134,107)
#7B735C
(123,115,92)
#67604D
(103,96,77)
#534D3E
(83,77,62)
#3F3A2F
(63,58,47)
#2B2720
(43,39,32)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #DFD2A7

#DFD2A7
(223,210,167)
#E1D6AF
(225,214,175)
#E3DAB7
(227,218,183)
#E5DEBF
(229,222,191)
#E7E2C7
(231,226,199)
#E9E6CF
(233,230,207)
#EBEAD7
(235,234,215)
#EDEEDF
(237,238,223)
#EFF2E7
(239,242,231)
#F1F6EF
(241,246,239)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD2A7; }

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

This text font color is #DFD2A7.


Background Color

.myBgColor { background-color: #DFD2A7; }

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

This div background color is #DFD2A7.


Border color

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

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

This div border color is #DFD2A7.


Opacity

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

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

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

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

This text has shadow with #DFD2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD2A7 on black background.


Color preview on white background

This text has color #DFD2A7 on white background.



Black color preview on #DFD2A7 background

This text has black color on #DFD2A7 background.


White color preview on #DFD2A7 background

This text has white color on #DFD2A7 background.