COLOR #DFE1DC

HEX: #DFE1DC
RGB: (223,225,220)

Color info

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

RGB color model

#DFE1DC color RGB value is (223,225,220).

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

RGB channels and saturation

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

223
225
220

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

Portions of RGB colors in percentages

R + G + B =
223 + 225 + 220 = 668 (100%)
R 223 of 668 ~ 33.38%
G 225 of 668 ~ 33.68%
B 220 of 668 ~ 32.93%

%33.38
%33.68
%32.93

CMYK color model

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

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(1,0,2,12)
C1M0Y2K12 
(1%,0%,2%,12%)
(0.01/0.00/0.02/0.12)	

CMYK percentages

%0.89
%0
%2.22
%11.76

Codes

Color #DFE1DC in popluar color models

DFE1DC
RGB223225220
HSL84°7.69%87.25%
HSB/HSV84°2.22%88.24%
CMYK0.89%0.00%2.22%
11.76%

Color #DFE1DC in popluar number systems.

HEXDFE1DC
Decimal223225220
Binary110111111110000111011100
Octal337341334

Shades and tints

Shades of #DFE1DC

#DFE1DC
(223,225,220)
#CBCDC8
(203,205,200)
#B7B9B4
(183,185,180)
#A3A5A0
(163,165,160)
#8F918C
(143,145,140)
#7B7D78
(123,125,120)
#676964
(103,105,100)
#535550
(83,85,80)
#3F413C
(63,65,60)
#2B2D28
(43,45,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #DFE1DC

#DFE1DC
(223,225,220)
#E1E3DF
(225,227,223)
#E3E5E2
(227,229,226)
#E5E7E5
(229,231,229)
#E7E9E8
(231,233,232)
#E9EBEB
(233,235,235)
#EBEDEE
(235,237,238)
#EDEFF1
(237,239,241)
#EFF1F4
(239,241,244)
#F1F3F7
(241,243,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE1DC; }

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

This text font color is #DFE1DC.


Background Color

.myBgColor { background-color: #DFE1DC; }

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

This div background color is #DFE1DC.


Border color

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

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

This div border color is #DFE1DC.


Opacity

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

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

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

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

This text has shadow with #DFE1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE1DC on black background.


Color preview on white background

This text has color #DFE1DC on white background.



Black color preview on #DFE1DC background

This text has black color on #DFE1DC background.


White color preview on #DFE1DC background

This text has white color on #DFE1DC background.