COLOR #DFDFDF

HEX: #DFDFDF
RGB: (223,223,223)

Color info

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

RGB color model

#DFDFDF color RGB value is (223,223,223).

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

RGB channels and saturation

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

223
223
223

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

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 223 = 669 (100%)
R 223 of 669 ~ 33.33%
G 223 of 669 ~ 33.33%
B 223 of 669 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#DFDFDF color CMYK value is (0,0,0,13).

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

CMYK percentages

%0
%0
%0
%12.55

Codes

Color #DFDFDF in popluar color models

DFDFDF
RGB223223223
HSL0.00%0.87%
HSB/HSV0.00%0.87%
CMYK0.00%0.00%0.00%
12.55%

Color #DFDFDF in popluar number systems.

HEXDFDFDF
Decimal223223223
Binary110111111101111111011111
Octal337337337

Shades and tints

Shades of #DFDFDF

#DFDFDF
(223,223,223)
#CBCBCB
(203,203,203)
#B7B7B7
(183,183,183)
#A3A3A3
(163,163,163)
#8F8F8F
(143,143,143)
#7B7B7B
(123,123,123)
#676767
(103,103,103)
#535353
(83,83,83)
#3F3F3F
(63,63,63)
#2B2B2B
(43,43,43)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #DFDFDF

#DFDFDF
(223,223,223)
#E1E1E1
(225,225,225)
#E3E3E3
(227,227,227)
#E5E5E5
(229,229,229)
#E7E7E7
(231,231,231)
#E9E9E9
(233,233,233)
#EBEBEB
(235,235,235)
#EDEDED
(237,237,237)
#EFEFEF
(239,239,239)
#F1F1F1
(241,241,241)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDFDF; }

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

This text font color is #DFDFDF.


Background Color

.myBgColor { background-color: #DFDFDF; }

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

This div background color is #DFDFDF.


Border color

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

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

This div border color is #DFDFDF.


Opacity

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

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

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

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

This text has shadow with #DFDFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDFDF on black background.


Color preview on white background

This text has color #DFDFDF on white background.



Black color preview on #DFDFDF background

This text has black color on #DFDFDF background.


White color preview on #DFDFDF background

This text has white color on #DFDFDF background.