COLOR #DFC5B1

HEX: #DFC5B1
RGB: (223,197,177)

Color info

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

RGB color model

#DFC5B1 color RGB value is (223,197,177).

  • red value is 223;
  • green value is 197;
  • blue value is 177.
RGB:
(223,197,177)
(87%,77%,69%)

RGB channels and saturation

R 223 of 255 = 87%
G 197 of 255 = 77%
B 177 of 255 = 69%

223
197
177

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

Portions of RGB colors in percentages

R + G + B =
223 + 197 + 177 = 597 (100%)
R 223 of 597 ~ 37.35%
G 197 of 597 ~ 33%
B 177 of 597 ~ 29.65%

%37.35
%33
%29.65

CMYK color model

#DFC5B1 color CMYK value is (0,12,21,13).

  • cyan value is 0.00%
  • magenta value is 11.66%
  • yellow value is 20.63%
  • key color value is 12.55%
CMYK:
(0,12,21,13)
C0M12Y21K13 
(0%,12%,21%,13%)
(0.00/0.12/0.21/0.13)	

CMYK percentages

%0
%11.66
%20.63
%12.55

Codes

Color #DFC5B1 in popluar color models

DFC5B1
RGB223197177
HSL26°41.82%78.43%
HSB/HSV26°20.63%87.45%
CMYK0.00%11.66%20.63%
12.55%

Color #DFC5B1 in popluar number systems.

HEXDFC5B1
Decimal223197177
Binary110111111100010110110001
Octal337305261

Shades and tints

Shades of #DFC5B1

#DFC5B1
(223,197,177)
#CBB4A1
(203,180,161)
#B7A391
(183,163,145)
#A39281
(163,146,129)
#8F8171
(143,129,113)
#7B7061
(123,112,97)
#675F51
(103,95,81)
#534E41
(83,78,65)
#3F3D31
(63,61,49)
#2B2C21
(43,44,33)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #DFC5B1

#DFC5B1
(223,197,177)
#E1CAB8
(225,202,184)
#E3CFBF
(227,207,191)
#E5D4C6
(229,212,198)
#E7D9CD
(231,217,205)
#E9DED4
(233,222,212)
#EBE3DB
(235,227,219)
#EDE8E2
(237,232,226)
#EFEDE9
(239,237,233)
#F1F2F0
(241,242,240)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC5B1 color. Also use rgb(223,197,177) instead hex code.

Text Font Color

.myTextColor { color: #DFC5B1; }

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

This text font color is #DFC5B1.


Background Color

.myBgColor { background-color: #DFC5B1; }

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

This div background color is #DFC5B1.


Border color

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

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

This div border color is #DFC5B1.


Opacity

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

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

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

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

This text has shadow with #DFC5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC5B1 on black background.


Color preview on white background

This text has color #DFC5B1 on white background.



Black color preview on #DFC5B1 background

This text has black color on #DFC5B1 background.


White color preview on #DFC5B1 background

This text has white color on #DFC5B1 background.