COLOR #DFC4B1

HEX: #DFC4B1
RGB: (223,196,177)

Color info

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

RGB color model

#DFC4B1 color RGB value is (223,196,177).

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

RGB channels and saturation

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

223
196
177

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

Portions of RGB colors in percentages

R + G + B =
223 + 196 + 177 = 596 (100%)
R 223 of 596 ~ 37.42%
G 196 of 596 ~ 32.89%
B 177 of 596 ~ 29.7%

%37.42
%32.89
%29.7

CMYK color model

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

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

Codes

Color #DFC4B1 in popluar color models

DFC4B1
RGB223196177
HSL25°41.82%78.43%
HSB/HSV25°20.63%87.45%
CMYK0.00%12.11%20.63%
12.55%

Color #DFC4B1 in popluar number systems.

HEXDFC4B1
Decimal223196177
Binary110111111100010010110001
Octal337304261

Shades and tints

Shades of #DFC4B1

#DFC4B1
(223,196,177)
#CBB3A1
(203,179,161)
#B7A291
(183,162,145)
#A39181
(163,145,129)
#8F8071
(143,128,113)
#7B6F61
(123,111,97)
#675E51
(103,94,81)
#534D41
(83,77,65)
#3F3C31
(63,60,49)
#2B2B21
(43,43,33)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #DFC4B1

#DFC4B1
(223,196,177)
#E1C9B8
(225,201,184)
#E3CEBF
(227,206,191)
#E5D3C6
(229,211,198)
#E7D8CD
(231,216,205)
#E9DDD4
(233,221,212)
#EBE2DB
(235,226,219)
#EDE7E2
(237,231,226)
#EFECE9
(239,236,233)
#F1F1F0
(241,241,240)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC4B1; }

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

This text font color is #DFC4B1.


Background Color

.myBgColor { background-color: #DFC4B1; }

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

This div background color is #DFC4B1.


Border color

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

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

This div border color is #DFC4B1.


Opacity

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

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

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

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

This text has shadow with #DFC4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC4B1 on black background.


Color preview on white background

This text has color #DFC4B1 on white background.



Black color preview on #DFC4B1 background

This text has black color on #DFC4B1 background.


White color preview on #DFC4B1 background

This text has white color on #DFC4B1 background.