COLOR #DFD9CC

HEX: #DFD9CC RGB: (223,217,204)

Color info

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

RGB color model

#DFD9CC color RGB value is (223,217,204).

RGB: (223,217,204) (87%, 85%, 80%)

RGB channels and saturation

R 223 of 255 = 87%
G 217 of 255 = 85%
B 204 of 255 = 80%

223
217
204

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

Portions of RGB colors in percentages

R + G + B = 223 + 217 + 204 = 644 (100%)
R 223 of 644 ~ 34.63%
G 217 of 644 ~ 33.7%
B 204 of 644 ~ 31.68'%

%34.63
%33.7
%31.68

CMYK color model

#DFD9CC color CMYK value is (0,3,9,13).

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 8.52%
  • key color value is 12.55%

CMYK: (0,3,9,13)
C0M3Y9K13 (0%, 3%, 9%, 13%)
(0.00 / 0.03 / 0.09 / 0.13)

CMYK percentages

%0
%2.69
%8.52
%12.55

Codes

Color #DFD9CC in popluar color models

DF D9 CC
RGB 223 217 204
HSL 41° 22.89% 83.73%
HSB/HSV 41° 8.52% 87.45%
CMYK 0.00% 2.69% 8.52%
12.55%

Color #DFD9CC in popluar number systems.

HEX DF D9 CC
Decimal 223 217 204
Binary 11011111 11011001 11001100
Octal 337 331 314

Shades and tints

Shades of #DFD9CC

#DFD9CC
(223,217,204)
#CBC6BA
(203,198,186)
#B7B3A8
(183,179,168)
#A3A096
(163,160,150)
#8F8D84
(143,141,132)
#7B7A72
(123,122,114)
#676760
(103,103,96)
#53544E
(83,84,78)
#3F413C
(63,65,60)
#2B2E2A
(43,46,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #DFD9CC

#DFD9CC
(223,217,204)
#E1DCD0
(225,220,208)
#E3DFD4
(227,223,212)
#E5E2D8
(229,226,216)
#E7E5DC
(231,229,220)
#E9E8E0
(233,232,224)
#EBEBE4
(235,235,228)
#EDEEE8
(237,238,232)
#EFF1EC
(239,241,236)
#F1F4F0
(241,244,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9CC; }

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

This text font color is #DFD9CC.

Background Color

.myBgColor { background-color: #DFD9CC; }

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

This div background color is #DFD9CC.

Border color

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

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

This div border color is #DFD9CC.

Opacity

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

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

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

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

This text has shadow with #DFD9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD9CC.

Preview

Color preview on black background

This text has color #DFD9CC on black background.


Color preview on white background

This text has color #DFD9CC on white background.


Black color preview on #DFD9CC background

This text has black color on #DFD9CC background.


White color preview on #DFD9CC background

This text has white color on #DFD9CC background.


Related colors

Complementary color

Complementary color for #hex is #202633.


I love getcolorcode.com

Triadic colors

1 #CCDFD9 and #D9CCDF with #DFD9CC are triadic colors.

2 #CCD9DF and #D9DFCC with #DFD9CC are triadic colors.