COLOR #DFC8B4

HEX: #DFC8B4
RGB: (223,200,180)

Color info

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

RGB color model

#DFC8B4 color RGB value is (223,200,180).

  • red value is 223;
  • green value is 200;
  • blue value is 180.
RGB:
(223,200,180)
(87%,78%,71%)

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 180 of 255 = 71%

223
200
180

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

Portions of RGB colors in percentages

R + G + B =
223 + 200 + 180 = 603 (100%)
R 223 of 603 ~ 36.98%
G 200 of 603 ~ 33.17%
B 180 of 603 ~ 29.85%

%36.98
%33.17
%29.85

CMYK color model

#DFC8B4 color CMYK value is (0,10,19,13).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 19.28%
  • key color value is 12.55%
CMYK:
(0,10,19,13)
C0M10Y19K13 
(0%,10%,19%,13%)
(0.00/0.10/0.19/0.13)	

CMYK percentages

%0
%10.31
%19.28
%12.55

Codes

Color #DFC8B4 in popluar color models

DFC8B4
RGB223200180
HSL28°40.19%79.02%
HSB/HSV28°19.28%87.45%
CMYK0.00%10.31%19.28%
12.55%

Color #DFC8B4 in popluar number systems.

HEXDFC8B4
Decimal223200180
Binary110111111100100010110100
Octal337310264

Shades and tints

Shades of #DFC8B4

#DFC8B4
(223,200,180)
#CBB6A4
(203,182,164)
#B7A494
(183,164,148)
#A39284
(163,146,132)
#8F8074
(143,128,116)
#7B6E64
(123,110,100)
#675C54
(103,92,84)
#534A44
(83,74,68)
#3F3834
(63,56,52)
#2B2624
(43,38,36)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #DFC8B4

#DFC8B4
(223,200,180)
#E1CDBA
(225,205,186)
#E3D2C0
(227,210,192)
#E5D7C6
(229,215,198)
#E7DCCC
(231,220,204)
#E9E1D2
(233,225,210)
#EBE6D8
(235,230,216)
#EDEBDE
(237,235,222)
#EFF0E4
(239,240,228)
#F1F5EA
(241,245,234)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC8B4 color. Also use rgb(223,200,180) instead hex code.

Text Font Color

.myTextColor { color: #DFC8B4; }

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

This text font color is #DFC8B4.


Background Color

.myBgColor { background-color: #DFC8B4; }

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

This div background color is #DFC8B4.


Border color

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

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

This div border color is #DFC8B4.


Opacity

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

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

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

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

This text has shadow with #DFC8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC8B4 on black background.


Color preview on white background

This text has color #DFC8B4 on white background.



Black color preview on #DFC8B4 background

This text has black color on #DFC8B4 background.


White color preview on #DFC8B4 background

This text has white color on #DFC8B4 background.