COLOR #DFCDC7

HEX: #DFCDC7
RGB: (223,205,199)

Color info

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

RGB color model

#DFCDC7 color RGB value is (223,205,199).

  • red value is 223;
  • green value is 205;
  • blue value is 199.
RGB:
(223,205,199)
(87%,80%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 205 of 255 = 80%
B 199 of 255 = 78%

223
205
199

R + G + B ~ 82%. #DFCDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 205 + 199 = 627 (100%)
R 223 of 627 ~ 35.57%
G 205 of 627 ~ 32.7%
B 199 of 627 ~ 31.74%

%35.57
%32.7
%31.74

CMYK color model

#DFCDC7 color CMYK value is (0,8,11,13).

  • cyan value is 0.00%
  • magenta value is 8.07%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK:
(0,8,11,13)
C0M8Y11K13 
(0%,8%,11%,13%)
(0.00/0.08/0.11/0.13)	

CMYK percentages

%0
%8.07
%10.76
%12.55

Codes

Color #DFCDC7 in popluar color models

DFCDC7
RGB223205199
HSL15°27.27%82.75%
HSB/HSV15°10.76%87.45%
CMYK0.00%8.07%10.76%
12.55%

Color #DFCDC7 in popluar number systems.

HEXDFCDC7
Decimal223205199
Binary110111111100110111000111
Octal337315307

Shades and tints

Shades of #DFCDC7

#DFCDC7
(223,205,199)
#CBBBB5
(203,187,181)
#B7A9A3
(183,169,163)
#A39791
(163,151,145)
#8F857F
(143,133,127)
#7B736D
(123,115,109)
#67615B
(103,97,91)
#534F49
(83,79,73)
#3F3D37
(63,61,55)
#2B2B25
(43,43,37)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #DFCDC7

#DFCDC7
(223,205,199)
#E1D1CC
(225,209,204)
#E3D5D1
(227,213,209)
#E5D9D6
(229,217,214)
#E7DDDB
(231,221,219)
#E9E1E0
(233,225,224)
#EBE5E5
(235,229,229)
#EDE9EA
(237,233,234)
#EFEDEF
(239,237,239)
#F1F1F4
(241,241,244)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCDC7 color. Also use rgb(223,205,199) instead hex code.

Text Font Color

.myTextColor { color: #DFCDC7; }

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

This text font color is #DFCDC7.


Background Color

.myBgColor { background-color: #DFCDC7; }

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

This div background color is #DFCDC7.


Border color

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

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

This div border color is #DFCDC7.


Opacity

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

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

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

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

This text has shadow with #DFCDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCDC7 on black background.


Color preview on white background

This text has color #DFCDC7 on white background.



Black color preview on #DFCDC7 background

This text has black color on #DFCDC7 background.


White color preview on #DFCDC7 background

This text has white color on #DFCDC7 background.