COLOR #DFD7CC

HEX: #DFD7CC RGB: (223,215,204)

Color info

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

RGB color model

#DFD7CC color RGB value is (223,215,204).

RGB: (223,215,204) (87%, 84%, 80%)

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 204 of 255 = 80%

223
215
204

R + G + B ~ 84%. #DFD7CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 215 + 204 = 642 (100%)
R 223 of 642 ~ 34.74%
G 215 of 642 ~ 33.49%
B 204 of 642 ~ 31.78'%

%34.74
%33.49
%31.78

CMYK color model

#DFD7CC color CMYK value is (0,4,9,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 8.52%
  • key color value is 12.55%
CMYK: (0,4,9,13) C0M4Y9K13 (0%,4%,9%,13%) (0.00/0.04/0.09/0.13) 

CMYK percentages

%0
%3.59
%8.52
%12.55

Codes

Color #DFD7CC in popluar color models

DF D7 CC
RGB 223 215 204
HSL 35° 22.89% 83.73%
HSB/HSV 35° 8.52% 87.45%
CMYK 0.00% 3.59% 8.52%
12.55%

Color #DFD7CC in popluar number systems.

HEX DF D7 CC
Decimal 223 215 204
Binary 11011111 11010111 11001100
Octal 337 327 314

Shades and tints

Shades of #DFD7CC

#DFD7CC
(223,215,204)
#CBC4BA
(203,196,186)
#B7B1A8
(183,177,168)
#A39E96
(163,158,150)
#8F8B84
(143,139,132)
#7B7872
(123,120,114)
#676560
(103,101,96)
#53524E
(83,82,78)
#3F3F3C
(63,63,60)
#2B2C2A
(43,44,42)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #DFD7CC

#DFD7CC
(223,215,204)
#E1DAD0
(225,218,208)
#E3DDD4
(227,221,212)
#E5E0D8
(229,224,216)
#E7E3DC
(231,227,220)
#E9E6E0
(233,230,224)
#EBE9E4
(235,233,228)
#EDECE8
(237,236,232)
#EFEFEC
(239,239,236)
#F1F2F0
(241,242,240)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7CC; }

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

This text font color is #DFD7CC.

Background Color

.myBgColor { background-color: #DFD7CC; }

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

This div background color is #DFD7CC.

Border color

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

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

This div border color is #DFD7CC.

Opacity

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

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

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

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

This text has shadow with #DFD7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD7CC.

Preview

Color preview on black background

This text has color #DFD7CC on black background.


Color preview on white background

This text has color #DFD7CC on white background.


Black color preview on #DFD7CC background

This text has black color on #DFD7CC background.


White color preview on #DFD7CC background

This text has white color on #DFD7CC background.


Related colors

Complementary color

Complementary color for #hex is #202833.


I love getcolorcode.com

Triadic colors

1 #CCDFD7 and #D7CCDF with #DFD7CC are triadic colors.

2 #CCD7DF and #D7DFCC with #DFD7CC are triadic colors.