COLOR #DFD7DB

HEX: #DFD7DB RGB: (223,215,219)

Color info

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

RGB color model

#DFD7DB color RGB value is (223,215,219).

RGB: (223,215,219) (87%, 84%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 219 of 255 = 86%

223
215
219

R + G + B ~ 86%. #DFD7DB is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 215 + 219 = 657 (100%)
R 223 of 657 ~ 33.94%
G 215 of 657 ~ 32.72%
B 219 of 657 ~ 33.33'%

%33.94
%32.72
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 1.79%
  • key color value is 12.55%
CMYK: (0,4,2,13) C0M4Y2K13 (0%,4%,2%,13%) (0.00/0.04/0.02/0.13) 

CMYK percentages

%0
%3.59
%1.79
%12.55

Codes

Color #DFD7DB in popluar color models

DF D7 DB
RGB 223 215 219
HSL 330° 11.11% 85.88%
HSB/HSV 330° 3.59% 87.45%
CMYK 0.00% 3.59% 1.79%
12.55%

Color #DFD7DB in popluar number systems.

HEX DF D7 DB
Decimal 223 215 219
Binary 11011111 11010111 11011011
Octal 337 327 333

Shades and tints

Shades of #DFD7DB

#DFD7DB
(223,215,219)
#CBC4C8
(203,196,200)
#B7B1B5
(183,177,181)
#A39EA2
(163,158,162)
#8F8B8F
(143,139,143)
#7B787C
(123,120,124)
#676569
(103,101,105)
#535256
(83,82,86)
#3F3F43
(63,63,67)
#2B2C30
(43,44,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #DFD7DB

#DFD7DB
(223,215,219)
#E1DADE
(225,218,222)
#E3DDE1
(227,221,225)
#E5E0E4
(229,224,228)
#E7E3E7
(231,227,231)
#E9E6EA
(233,230,234)
#EBE9ED
(235,233,237)
#EDECF0
(237,236,240)
#EFEFF3
(239,239,243)
#F1F2F6
(241,242,246)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7DB; }

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

This text font color is #DFD7DB.

Background Color

.myBgColor { background-color: #DFD7DB; }

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

This div background color is #DFD7DB.

Border color

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

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

This div border color is #DFD7DB.

Opacity

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

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

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

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

This text has shadow with #DFD7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD7DB.

Preview

Color preview on black background

This text has color #DFD7DB on black background.


Color preview on white background

This text has color #DFD7DB on white background.


Black color preview on #DFD7DB background

This text has black color on #DFD7DB background.


White color preview on #DFD7DB background

This text has white color on #DFD7DB background.


Related colors

Complementary color

Complementary color for #hex is #202824.


I love getcolorcode.com

Triadic colors

1 #DBDFD7 and #D7DBDF with #DFD7DB are triadic colors.

2 #DBD7DF and #D7DFDB with #DFD7DB are triadic colors.