COLOR #DFD7C8

HEX: #DFD7C8
RGB: (223,215,200)

Color info

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

RGB color model

#DFD7C8 color RGB value is (223,215,200).

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

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 200 of 255 = 78%

223
215
200

R + G + B ~ 83%. #DFD7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 200 = 638 (100%)
R 223 of 638 ~ 34.95%
G 215 of 638 ~ 33.7%
B 200 of 638 ~ 31.35%

%34.95
%33.7
%31.35

CMYK color model

#DFD7C8 color CMYK value is (0,4,10,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 10.31%
  • key color value is 12.55%
CMYK:
(0,4,10,13)
C0M4Y10K13 
(0%,4%,10%,13%)
(0.00/0.04/0.10/0.13)	

CMYK percentages

%0
%3.59
%10.31
%12.55

Codes

Color #DFD7C8 in popluar color models

DFD7C8
RGB223215200
HSL39°26.44%82.94%
HSB/HSV39°10.31%87.45%
CMYK0.00%3.59%10.31%
12.55%

Color #DFD7C8 in popluar number systems.

HEXDFD7C8
Decimal223215200
Binary110111111101011111001000
Octal337327310

Shades and tints

Shades of #DFD7C8

#DFD7C8
(223,215,200)
#CBC4B6
(203,196,182)
#B7B1A4
(183,177,164)
#A39E92
(163,158,146)
#8F8B80
(143,139,128)
#7B786E
(123,120,110)
#67655C
(103,101,92)
#53524A
(83,82,74)
#3F3F38
(63,63,56)
#2B2C26
(43,44,38)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #DFD7C8

#DFD7C8
(223,215,200)
#E1DACD
(225,218,205)
#E3DDD2
(227,221,210)
#E5E0D7
(229,224,215)
#E7E3DC
(231,227,220)
#E9E6E1
(233,230,225)
#EBE9E6
(235,233,230)
#EDECEB
(237,236,235)
#EFEFF0
(239,239,240)
#F1F2F5
(241,242,245)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7C8; }

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

This text font color is #DFD7C8.


Background Color

.myBgColor { background-color: #DFD7C8; }

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

This div background color is #DFD7C8.


Border color

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

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

This div border color is #DFD7C8.


Opacity

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

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

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

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

This text has shadow with #DFD7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD7C8 on black background.


Color preview on white background

This text has color #DFD7C8 on white background.



Black color preview on #DFD7C8 background

This text has black color on #DFD7C8 background.


White color preview on #DFD7C8 background

This text has white color on #DFD7C8 background.