COLOR #DFD9D9

HEX: #DFD9D9
RGB: (223,217,217)

Color info

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

RGB color model

#DFD9D9 color RGB value is (223,217,217).

  • red value is 223;
  • green value is 217;
  • blue value is 217.
RGB:
(223,217,217)
(87%,85%,85%)

RGB channels and saturation

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

223
217
217

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

Portions of RGB colors in percentages

R + G + B =
223 + 217 + 217 = 657 (100%)
R 223 of 657 ~ 33.94%
G 217 of 657 ~ 33.03%
B 217 of 657 ~ 33.03%

%33.94
%33.03
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 2.69%
  • key color value is 12.55%
CMYK:
(0,3,3,13)
C0M3Y3K13 
(0%,3%,3%,13%)
(0.00/0.03/0.03/0.13)	

CMYK percentages

%0
%2.69
%2.69
%12.55

Codes

Color #DFD9D9 in popluar color models

DFD9D9
RGB223217217
HSL8.57%86.27%
HSB/HSV2.69%87.45%
CMYK0.00%2.69%2.69%
12.55%

Color #DFD9D9 in popluar number systems.

HEXDFD9D9
Decimal223217217
Binary110111111101100111011001
Octal337331331

Shades and tints

Shades of #DFD9D9

#DFD9D9
(223,217,217)
#CBC6C6
(203,198,198)
#B7B3B3
(183,179,179)
#A3A0A0
(163,160,160)
#8F8D8D
(143,141,141)
#7B7A7A
(123,122,122)
#676767
(103,103,103)
#535454
(83,84,84)
#3F4141
(63,65,65)
#2B2E2E
(43,46,46)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #DFD9D9

#DFD9D9
(223,217,217)
#E1DCDC
(225,220,220)
#E3DFDF
(227,223,223)
#E5E2E2
(229,226,226)
#E7E5E5
(231,229,229)
#E9E8E8
(233,232,232)
#EBEBEB
(235,235,235)
#EDEEEE
(237,238,238)
#EFF1F1
(239,241,241)
#F1F4F4
(241,244,244)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9D9; }

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

This text font color is #DFD9D9.


Background Color

.myBgColor { background-color: #DFD9D9; }

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

This div background color is #DFD9D9.


Border color

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

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

This div border color is #DFD9D9.


Opacity

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

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

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

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

This text has shadow with #DFD9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD9D9 on black background.


Color preview on white background

This text has color #DFD9D9 on white background.



Black color preview on #DFD9D9 background

This text has black color on #DFD9D9 background.


White color preview on #DFD9D9 background

This text has white color on #DFD9D9 background.