COLOR #DFE7DD

HEX: #DFE7DD
RGB: (223,231,221)

Color info

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

RGB color model

#DFE7DD color RGB value is (223,231,221).

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

RGB channels and saturation

R 223 of 255 = 87%
G 231 of 255 = 91%
B 221 of 255 = 87%

223
231
221

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

Portions of RGB colors in percentages

R + G + B =
223 + 231 + 221 = 675 (100%)
R 223 of 675 ~ 33.04%
G 231 of 675 ~ 34.22%
B 221 of 675 ~ 32.74%

%33.04
%34.22
%32.74

CMYK color model

#DFE7DD color CMYK value is (3,0,4,9).

  • cyan value is 3.46%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(3,0,4,9)
C3M0Y4K9 
(3%,0%,4%,9%)
(0.03/0.00/0.04/0.09)	

CMYK percentages

%3.46
%0
%4.33
%9.41

Codes

Color #DFE7DD in popluar color models

DFE7DD
RGB223231221
HSL108°17.24%88.63%
HSB/HSV108°4.33%90.59%
CMYK3.46%0.00%4.33%
9.41%

Color #DFE7DD in popluar number systems.

HEXDFE7DD
Decimal223231221
Binary110111111110011111011101
Octal337347335

Shades and tints

Shades of #DFE7DD

#DFE7DD
(223,231,221)
#CBD2C9
(203,210,201)
#B7BDB5
(183,189,181)
#A3A8A1
(163,168,161)
#8F938D
(143,147,141)
#7B7E79
(123,126,121)
#676965
(103,105,101)
#535451
(83,84,81)
#3F3F3D
(63,63,61)
#2B2A29
(43,42,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #DFE7DD

#DFE7DD
(223,231,221)
#E1E9E0
(225,233,224)
#E3EBE3
(227,235,227)
#E5EDE6
(229,237,230)
#E7EFE9
(231,239,233)
#E9F1EC
(233,241,236)
#EBF3EF
(235,243,239)
#EDF5F2
(237,245,242)
#EFF7F5
(239,247,245)
#F1F9F8
(241,249,248)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7DD; }

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

This text font color is #DFE7DD.


Background Color

.myBgColor { background-color: #DFE7DD; }

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

This div background color is #DFE7DD.


Border color

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

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

This div border color is #DFE7DD.


Opacity

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

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

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

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

This text has shadow with #DFE7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE7DD on black background.


Color preview on white background

This text has color #DFE7DD on white background.



Black color preview on #DFE7DD background

This text has black color on #DFE7DD background.


White color preview on #DFE7DD background

This text has white color on #DFE7DD background.