COLOR #DFE0DC

HEX: #DFE0DC
RGB: (223,224,220)

Color info

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

RGB color model

#DFE0DC color RGB value is (223,224,220).

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

RGB channels and saturation

R 223 of 255 = 87%
G 224 of 255 = 88%
B 220 of 255 = 86%

223
224
220

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

Portions of RGB colors in percentages

R + G + B =
223 + 224 + 220 = 667 (100%)
R 223 of 667 ~ 33.43%
G 224 of 667 ~ 33.58%
B 220 of 667 ~ 32.98%

%33.43
%33.58
%32.98

CMYK color model

#DFE0DC color CMYK value is (0,0,2,12).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK:
(0,0,2,12)
C0M0Y2K12 
(0%,0%,2%,12%)
(0.00/0.00/0.02/0.12)	

CMYK percentages

%0.45
%0
%1.79
%12.16

Codes

Color #DFE0DC in popluar color models

DFE0DC
RGB223224220
HSL75°6.06%87.06%
HSB/HSV75°1.79%87.84%
CMYK0.45%0.00%1.79%
12.16%

Color #DFE0DC in popluar number systems.

HEXDFE0DC
Decimal223224220
Binary110111111110000011011100
Octal337340334

Shades and tints

Shades of #DFE0DC

#DFE0DC
(223,224,220)
#CBCCC8
(203,204,200)
#B7B8B4
(183,184,180)
#A3A4A0
(163,164,160)
#8F908C
(143,144,140)
#7B7C78
(123,124,120)
#676864
(103,104,100)
#535450
(83,84,80)
#3F403C
(63,64,60)
#2B2C28
(43,44,40)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #DFE0DC

#DFE0DC
(223,224,220)
#E1E2DF
(225,226,223)
#E3E4E2
(227,228,226)
#E5E6E5
(229,230,229)
#E7E8E8
(231,232,232)
#E9EAEB
(233,234,235)
#EBECEE
(235,236,238)
#EDEEF1
(237,238,241)
#EFF0F4
(239,240,244)
#F1F2F7
(241,242,247)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE0DC; }

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

This text font color is #DFE0DC.


Background Color

.myBgColor { background-color: #DFE0DC; }

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

This div background color is #DFE0DC.


Border color

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

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

This div border color is #DFE0DC.


Opacity

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

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

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

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

This text has shadow with #DFE0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE0DC on black background.


Color preview on white background

This text has color #DFE0DC on white background.



Black color preview on #DFE0DC background

This text has black color on #DFE0DC background.


White color preview on #DFE0DC background

This text has white color on #DFE0DC background.