COLOR #DFD6B5

HEX: #DFD6B5
RGB: (223,214,181)

Color info

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

RGB color model

#DFD6B5 color RGB value is (223,214,181).

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

RGB channels and saturation

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

223
214
181

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

Portions of RGB colors in percentages

R + G + B =
223 + 214 + 181 = 618 (100%)
R 223 of 618 ~ 36.08%
G 214 of 618 ~ 34.63%
B 181 of 618 ~ 29.29%

%36.08
%34.63
%29.29

CMYK color model

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

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

Codes

Color #DFD6B5 in popluar color models

DFD6B5
RGB223214181
HSL47°39.62%79.22%
HSB/HSV47°18.83%87.45%
CMYK0.00%4.04%18.83%
12.55%

Color #DFD6B5 in popluar number systems.

HEXDFD6B5
Decimal223214181
Binary110111111101011010110101
Octal337326265

Shades and tints

Shades of #DFD6B5

#DFD6B5
(223,214,181)
#CBC3A5
(203,195,165)
#B7B095
(183,176,149)
#A39D85
(163,157,133)
#8F8A75
(143,138,117)
#7B7765
(123,119,101)
#676455
(103,100,85)
#535145
(83,81,69)
#3F3E35
(63,62,53)
#2B2B25
(43,43,37)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #DFD6B5

#DFD6B5
(223,214,181)
#E1D9BB
(225,217,187)
#E3DCC1
(227,220,193)
#E5DFC7
(229,223,199)
#E7E2CD
(231,226,205)
#E9E5D3
(233,229,211)
#EBE8D9
(235,232,217)
#EDEBDF
(237,235,223)
#EFEEE5
(239,238,229)
#F1F1EB
(241,241,235)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD6B5; }

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

This text font color is #DFD6B5.


Background Color

.myBgColor { background-color: #DFD6B5; }

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

This div background color is #DFD6B5.


Border color

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

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

This div border color is #DFD6B5.


Opacity

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

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

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

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

This text has shadow with #DFD6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD6B5 on black background.


Color preview on white background

This text has color #DFD6B5 on white background.



Black color preview on #DFD6B5 background

This text has black color on #DFD6B5 background.


White color preview on #DFD6B5 background

This text has white color on #DFD6B5 background.