COLOR #DFE7DC

HEX: #DFE7DC
RGB: (223,231,220)

Color info

#DFE7DC contains red, green and blue colors in about the same proportion. Web safe color of #DFE7DC is #CCFFCC (or #CFC).

RGB color model

#DFE7DC color RGB value is (223,231,220).

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

RGB channels and saturation

R 223 of 255 = 87%
G 231 of 255 = 91%
B 220 of 255 = 86%

223
231
220

R + G + B ~ 88%. #DFE7DC is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 231 + 220 = 674 (100%)
R 223 of 674 ~ 33.09%
G 231 of 674 ~ 34.27%
B 220 of 674 ~ 32.64%

%33.09
%34.27
%32.64

CMYK color model

#DFE7DC color CMYK value is (3,0,5,9).

  • cyan value is 3.46%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(3,0,5,9)
C3M0Y5K9 
(3%,0%,5%,9%)
(0.03/0.00/0.05/0.09)	

CMYK percentages

%3.46
%0
%4.76
%9.41

Codes

Color #DFE7DC in popluar color models

DFE7DC
RGB223231220
HSL104°18.64%88.43%
HSB/HSV104°4.76%90.59%
CMYK3.46%0.00%4.76%
9.41%

Color #DFE7DC in popluar number systems.

HEXDFE7DC
Decimal223231220
Binary110111111110011111011100
Octal337347334

Shades and tints

Shades of #DFE7DC

#DFE7DC
(223,231,220)
#CBD2C8
(203,210,200)
#B7BDB4
(183,189,180)
#A3A8A0
(163,168,160)
#8F938C
(143,147,140)
#7B7E78
(123,126,120)
#676964
(103,105,100)
#535450
(83,84,80)
#3F3F3C
(63,63,60)
#2B2A28
(43,42,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #DFE7DC

#DFE7DC
(223,231,220)
#E1E9DF
(225,233,223)
#E3EBE2
(227,235,226)
#E5EDE5
(229,237,229)
#E7EFE8
(231,239,232)
#E9F1EB
(233,241,235)
#EBF3EE
(235,243,238)
#EDF5F1
(237,245,241)
#EFF7F4
(239,247,244)
#F1F9F7
(241,249,247)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7DC; }

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

This text font color is #DFE7DC.


Background Color

.myBgColor { background-color: #DFE7DC; }

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

This div background color is #DFE7DC.


Border color

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

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

This div border color is #DFE7DC.


Opacity

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

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

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

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

This text has shadow with #DFE7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE7DC on black background.


Color preview on white background

This text has color #DFE7DC on white background.



Black color preview on #DFE7DC background

This text has black color on #DFE7DC background.


White color preview on #DFE7DC background

This text has white color on #DFE7DC background.