COLOR #DFDBDD

HEX: #DFDBDD
RGB: (223,219,221)

Color info

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

RGB color model

#DFDBDD color RGB value is (223,219,221).

  • red value is 223;
  • green value is 219;
  • blue value is 221.
RGB:
(223,219,221)
(87%,86%,87%)

RGB channels and saturation

R 223 of 255 = 87%
G 219 of 255 = 86%
B 221 of 255 = 87%

223
219
221

R + G + B ~ 87%. #DFDBDD is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 219 + 221 = 663 (100%)
R 223 of 663 ~ 33.63%
G 219 of 663 ~ 33.03%
B 221 of 663 ~ 33.33%

%33.63
%33.03
%33.33

CMYK color model

#DFDBDD color CMYK value is (0,2,1,13).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 0.90%
  • key color value is 12.55%
CMYK:
(0,2,1,13)
C0M2Y1K13 
(0%,2%,1%,13%)
(0.00/0.02/0.01/0.13)	

CMYK percentages

%0
%1.79
%0.9
%12.55

Codes

Color #DFDBDD in popluar color models

DFDBDD
RGB223219221
HSL330°5.88%86.67%
HSB/HSV330°1.79%87.45%
CMYK0.00%1.79%0.90%
12.55%

Color #DFDBDD in popluar number systems.

HEXDFDBDD
Decimal223219221
Binary110111111101101111011101
Octal337333335

Shades and tints

Shades of #DFDBDD

#DFDBDD
(223,219,221)
#CBC8C9
(203,200,201)
#B7B5B5
(183,181,181)
#A3A2A1
(163,162,161)
#8F8F8D
(143,143,141)
#7B7C79
(123,124,121)
#676965
(103,105,101)
#535651
(83,86,81)
#3F433D
(63,67,61)
#2B3029
(43,48,41)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #DFDBDD

#DFDBDD
(223,219,221)
#E1DEE0
(225,222,224)
#E3E1E3
(227,225,227)
#E5E4E6
(229,228,230)
#E7E7E9
(231,231,233)
#E9EAEC
(233,234,236)
#EBEDEF
(235,237,239)
#EDF0F2
(237,240,242)
#EFF3F5
(239,243,245)
#F1F6F8
(241,246,248)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDBDD; }

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

This text font color is #DFDBDD.


Background Color

.myBgColor { background-color: #DFDBDD; }

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

This div background color is #DFDBDD.


Border color

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

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

This div border color is #DFDBDD.


Opacity

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

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

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

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

This text has shadow with #DFDBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDBDD on black background.


Color preview on white background

This text has color #DFDBDD on white background.



Black color preview on #DFDBDD background

This text has black color on #DFDBDD background.


White color preview on #DFDBDD background

This text has white color on #DFDBDD background.