COLOR #DFD6C9

HEX: #DFD6C9
RGB: (223,214,201)

Color info

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

RGB color model

#DFD6C9 color RGB value is (223,214,201).

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

RGB channels and saturation

R 223 of 255 = 87%
G 214 of 255 = 84%
B 201 of 255 = 79%

223
214
201

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

Portions of RGB colors in percentages

R + G + B =
223 + 214 + 201 = 638 (100%)
R 223 of 638 ~ 34.95%
G 214 of 638 ~ 33.54%
B 201 of 638 ~ 31.5%

%34.95
%33.54
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 9.87%
  • 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
%4.04
%9.87
%12.55

Codes

Color #DFD6C9 in popluar color models

DFD6C9
RGB223214201
HSL35°25.58%83.14%
HSB/HSV35°9.87%87.45%
CMYK0.00%4.04%9.87%
12.55%

Color #DFD6C9 in popluar number systems.

HEXDFD6C9
Decimal223214201
Binary110111111101011011001001
Octal337326311

Shades and tints

Shades of #DFD6C9

#DFD6C9
(223,214,201)
#CBC3B7
(203,195,183)
#B7B0A5
(183,176,165)
#A39D93
(163,157,147)
#8F8A81
(143,138,129)
#7B776F
(123,119,111)
#67645D
(103,100,93)
#53514B
(83,81,75)
#3F3E39
(63,62,57)
#2B2B27
(43,43,39)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #DFD6C9

#DFD6C9
(223,214,201)
#E1D9CD
(225,217,205)
#E3DCD1
(227,220,209)
#E5DFD5
(229,223,213)
#E7E2D9
(231,226,217)
#E9E5DD
(233,229,221)
#EBE8E1
(235,232,225)
#EDEBE5
(237,235,229)
#EFEEE9
(239,238,233)
#F1F1ED
(241,241,237)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD6C9; }

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

This text font color is #DFD6C9.


Background Color

.myBgColor { background-color: #DFD6C9; }

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

This div background color is #DFD6C9.


Border color

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

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

This div border color is #DFD6C9.


Opacity

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

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

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

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

This text has shadow with #DFD6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD6C9 on black background.


Color preview on white background

This text has color #DFD6C9 on white background.



Black color preview on #DFD6C9 background

This text has black color on #DFD6C9 background.


White color preview on #DFD6C9 background

This text has white color on #DFD6C9 background.