COLOR #DFD6D5

HEX: #DFD6D5 RGB: (223,214,213)

Color info

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

RGB color model

#DFD6D5 color RGB value is (223,214,213).

RGB: (223,214,213) (87%, 84%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 214 of 255 = 84%
B 213 of 255 = 84%

223
214
213

R + G + B ~ 85%. #DFD6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 214 + 213 = 650 (100%)
R 223 of 650 ~ 34.31%
G 214 of 650 ~ 32.92%
B 213 of 650 ~ 32.77'%

%34.31
%32.92
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK: (0,4,4,13) C0M4Y4K13 (0%,4%,4%,13%) (0.00/0.04/0.04/0.13) 

CMYK percentages

%0
%4.04
%4.48
%12.55

Codes

Color #DFD6D5 in popluar color models

DF D6 D5
RGB 223 214 213
HSL 13.51% 85.49%
HSB/HSV 4.48% 87.45%
CMYK 0.00% 4.04% 4.48%
12.55%

Color #DFD6D5 in popluar number systems.

HEX DF D6 D5
Decimal 223 214 213
Binary 11011111 11010110 11010101
Octal 337 326 325

Shades and tints

Shades of #DFD6D5

#DFD6D5
(223,214,213)
#CBC3C2
(203,195,194)
#B7B0AF
(183,176,175)
#A39D9C
(163,157,156)
#8F8A89
(143,138,137)
#7B7776
(123,119,118)
#676463
(103,100,99)
#535150
(83,81,80)
#3F3E3D
(63,62,61)
#2B2B2A
(43,43,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #DFD6D5

#DFD6D5
(223,214,213)
#E1D9D8
(225,217,216)
#E3DCDB
(227,220,219)
#E5DFDE
(229,223,222)
#E7E2E1
(231,226,225)
#E9E5E4
(233,229,228)
#EBE8E7
(235,232,231)
#EDEBEA
(237,235,234)
#EFEEED
(239,238,237)
#F1F1F0
(241,241,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD6D5; }

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

This text font color is #DFD6D5.

Background Color

.myBgColor { background-color: #DFD6D5; }

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

This div background color is #DFD6D5.

Border color

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

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

This div border color is #DFD6D5.

Opacity

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

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

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

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

This text has shadow with #DFD6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD6D5.

Preview

Color preview on black background

This text has color #DFD6D5 on black background.


Color preview on white background

This text has color #DFD6D5 on white background.


Black color preview on #DFD6D5 background

This text has black color on #DFD6D5 background.


White color preview on #DFD6D5 background

This text has white color on #DFD6D5 background.


Related colors

Complementary color

Complementary color for #hex is #20292A.


I love getcolorcode.com

Triadic colors

1 #D5DFD6 and #D6D5DF with #DFD6D5 are triadic colors.

2 #D5D6DF and #D6DFD5 with #DFD6D5 are triadic colors.