COLOR #DFD7B6

HEX: #DFD7B6
RGB: (223,215,182)

Color info

#DFD7B6 contains red, green and blue colors in about the same proportion. Web safe color of #DFD7B6 is #CCCCCC (or #CCC).

RGB color model

#DFD7B6 color RGB value is (223,215,182).

  • red value is 223;
  • green value is 215;
  • blue value is 182.
RGB:
(223,215,182)
(87%,84%,71%)

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 182 of 255 = 71%

223
215
182

R + G + B ~ 81%. #DFD7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 182 = 620 (100%)
R 223 of 620 ~ 35.97%
G 215 of 620 ~ 34.68%
B 182 of 620 ~ 29.35%

%35.97
%34.68
%29.35

CMYK color model

#DFD7B6 color CMYK value is (0,4,18,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 18.39%
  • key color value is 12.55%
CMYK:
(0,4,18,13)
C0M4Y18K13 
(0%,4%,18%,13%)
(0.00/0.04/0.18/0.13)	

CMYK percentages

%0
%3.59
%18.39
%12.55

Codes

Color #DFD7B6 in popluar color models

DFD7B6
RGB223215182
HSL48°39.05%79.41%
HSB/HSV48°18.39%87.45%
CMYK0.00%3.59%18.39%
12.55%

Color #DFD7B6 in popluar number systems.

HEXDFD7B6
Decimal223215182
Binary110111111101011110110110
Octal337327266

Shades and tints

Shades of #DFD7B6

#DFD7B6
(223,215,182)
#CBC4A6
(203,196,166)
#B7B196
(183,177,150)
#A39E86
(163,158,134)
#8F8B76
(143,139,118)
#7B7866
(123,120,102)
#676556
(103,101,86)
#535246
(83,82,70)
#3F3F36
(63,63,54)
#2B2C26
(43,44,38)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #DFD7B6

#DFD7B6
(223,215,182)
#E1DABC
(225,218,188)
#E3DDC2
(227,221,194)
#E5E0C8
(229,224,200)
#E7E3CE
(231,227,206)
#E9E6D4
(233,230,212)
#EBE9DA
(235,233,218)
#EDECE0
(237,236,224)
#EFEFE6
(239,239,230)
#F1F2EC
(241,242,236)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD7B6 color. Also use rgb(223,215,182) instead hex code.

Text Font Color

.myTextColor { color: #DFD7B6; }

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

This text font color is #DFD7B6.


Background Color

.myBgColor { background-color: #DFD7B6; }

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

This div background color is #DFD7B6.


Border color

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

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

This div border color is #DFD7B6.


Opacity

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

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

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

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

This text has shadow with #DFD7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD7B6 on black background.


Color preview on white background

This text has color #DFD7B6 on white background.



Black color preview on #DFD7B6 background

This text has black color on #DFD7B6 background.


White color preview on #DFD7B6 background

This text has white color on #DFD7B6 background.