COLOR #DFC9B6

HEX: #DFC9B6
RGB: (223,201,182)

Color info

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

RGB color model

#DFC9B6 color RGB value is (223,201,182).

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

RGB channels and saturation

R 223 of 255 = 87%
G 201 of 255 = 79%
B 182 of 255 = 71%

223
201
182

R + G + B ~ 79%. #DFC9B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 201 + 182 = 606 (100%)
R 223 of 606 ~ 36.8%
G 201 of 606 ~ 33.17%
B 182 of 606 ~ 30.03%

%36.8
%33.17
%30.03

CMYK color model

#DFC9B6 color CMYK value is (0,10,18,13).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 18.39%
  • key color value is 12.55%
CMYK:
(0,10,18,13)
C0M10Y18K13 
(0%,10%,18%,13%)
(0.00/0.10/0.18/0.13)	

CMYK percentages

%0
%9.87
%18.39
%12.55

Codes

Color #DFC9B6 in popluar color models

DFC9B6
RGB223201182
HSL28°39.05%79.41%
HSB/HSV28°18.39%87.45%
CMYK0.00%9.87%18.39%
12.55%

Color #DFC9B6 in popluar number systems.

HEXDFC9B6
Decimal223201182
Binary110111111100100110110110
Octal337311266

Shades and tints

Shades of #DFC9B6

#DFC9B6
(223,201,182)
#CBB7A6
(203,183,166)
#B7A596
(183,165,150)
#A39386
(163,147,134)
#8F8176
(143,129,118)
#7B6F66
(123,111,102)
#675D56
(103,93,86)
#534B46
(83,75,70)
#3F3936
(63,57,54)
#2B2726
(43,39,38)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #DFC9B6

#DFC9B6
(223,201,182)
#E1CDBC
(225,205,188)
#E3D1C2
(227,209,194)
#E5D5C8
(229,213,200)
#E7D9CE
(231,217,206)
#E9DDD4
(233,221,212)
#EBE1DA
(235,225,218)
#EDE5E0
(237,229,224)
#EFE9E6
(239,233,230)
#F1EDEC
(241,237,236)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC9B6; }

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

This text font color is #DFC9B6.


Background Color

.myBgColor { background-color: #DFC9B6; }

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

This div background color is #DFC9B6.


Border color

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

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

This div border color is #DFC9B6.


Opacity

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

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

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

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

This text has shadow with #DFC9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC9B6 on black background.


Color preview on white background

This text has color #DFC9B6 on white background.



Black color preview on #DFC9B6 background

This text has black color on #DFC9B6 background.


White color preview on #DFC9B6 background

This text has white color on #DFC9B6 background.