COLOR #DFD7B5

HEX: #DFD7B5
RGB: (223,215,181)

Color info

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

RGB color model

#DFD7B5 color RGB value is (223,215,181).

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

RGB channels and saturation

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

223
215
181

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

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 181 = 619 (100%)
R 223 of 619 ~ 36.03%
G 215 of 619 ~ 34.73%
B 181 of 619 ~ 29.24%

%36.03
%34.73
%29.24

CMYK color model

#DFD7B5 color CMYK value is (0,4,19,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 18.83%
  • key color value is 12.55%
CMYK:
(0,4,19,13)
C0M4Y19K13 
(0%,4%,19%,13%)
(0.00/0.04/0.19/0.13)	

CMYK percentages

%0
%3.59
%18.83
%12.55

Codes

Color #DFD7B5 in popluar color models

DFD7B5
RGB223215181
HSL49°39.62%79.22%
HSB/HSV49°18.83%87.45%
CMYK0.00%3.59%18.83%
12.55%

Color #DFD7B5 in popluar number systems.

HEXDFD7B5
Decimal223215181
Binary110111111101011110110101
Octal337327265

Shades and tints

Shades of #DFD7B5

#DFD7B5
(223,215,181)
#CBC4A5
(203,196,165)
#B7B195
(183,177,149)
#A39E85
(163,158,133)
#8F8B75
(143,139,117)
#7B7865
(123,120,101)
#676555
(103,101,85)
#535245
(83,82,69)
#3F3F35
(63,63,53)
#2B2C25
(43,44,37)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #DFD7B5

#DFD7B5
(223,215,181)
#E1DABB
(225,218,187)
#E3DDC1
(227,221,193)
#E5E0C7
(229,224,199)
#E7E3CD
(231,227,205)
#E9E6D3
(233,230,211)
#EBE9D9
(235,233,217)
#EDECDF
(237,236,223)
#EFEFE5
(239,239,229)
#F1F2EB
(241,242,235)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7B5; }

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

This text font color is #DFD7B5.


Background Color

.myBgColor { background-color: #DFD7B5; }

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

This div background color is #DFD7B5.


Border color

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

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

This div border color is #DFD7B5.


Opacity

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

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

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

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

This text has shadow with #DFD7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD7B5 on black background.


Color preview on white background

This text has color #DFD7B5 on white background.



Black color preview on #DFD7B5 background

This text has black color on #DFD7B5 background.


White color preview on #DFD7B5 background

This text has white color on #DFD7B5 background.