COLOR #DFDFD9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

223
223
217

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

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 217 = 663 (100%)
R 223 of 663 ~ 33.63%
G 223 of 663 ~ 33.63%
B 217 of 663 ~ 32.73%

%33.63
%33.63
%32.73

CMYK color model

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

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

CMYK percentages

%0
%0
%2.69
%12.55

Codes

Color #DFDFD9 in popluar color models

DFDFD9
RGB223223217
HSL60°8.57%86.27%
HSB/HSV60°2.69%87.45%
CMYK0.00%0.00%2.69%
12.55%

Color #DFDFD9 in popluar number systems.

HEXDFDFD9
Decimal223223217
Binary110111111101111111011001
Octal337337331

Shades and tints

Shades of #DFDFD9

#DFDFD9
(223,223,217)
#CBCBC6
(203,203,198)
#B7B7B3
(183,183,179)
#A3A3A0
(163,163,160)
#8F8F8D
(143,143,141)
#7B7B7A
(123,123,122)
#676767
(103,103,103)
#535354
(83,83,84)
#3F3F41
(63,63,65)
#2B2B2E
(43,43,46)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #DFDFD9

#DFDFD9
(223,223,217)
#E1E1DC
(225,225,220)
#E3E3DF
(227,227,223)
#E5E5E2
(229,229,226)
#E7E7E5
(231,231,229)
#E9E9E8
(233,233,232)
#EBEBEB
(235,235,235)
#EDEDEE
(237,237,238)
#EFEFF1
(239,239,241)
#F1F1F4
(241,241,244)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDFD9; }

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

This text font color is #DFDFD9.


Background Color

.myBgColor { background-color: #DFDFD9; }

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

This div background color is #DFDFD9.


Border color

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

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

This div border color is #DFDFD9.


Opacity

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

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

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

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

This text has shadow with #DFDFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDFD9 on black background.


Color preview on white background

This text has color #DFDFD9 on white background.



Black color preview on #DFDFD9 background

This text has black color on #DFDFD9 background.


White color preview on #DFDFD9 background

This text has white color on #DFDFD9 background.