COLOR #DFE7DE

HEX: #DFE7DE
RGB: (223,231,222)

Color info

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

RGB color model

#DFE7DE color RGB value is (223,231,222).

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

RGB channels and saturation

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

223
231
222

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

Portions of RGB colors in percentages

R + G + B =
223 + 231 + 222 = 676 (100%)
R 223 of 676 ~ 32.99%
G 231 of 676 ~ 34.17%
B 222 of 676 ~ 32.84%

%32.99
%34.17
%32.84

CMYK color model

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

  • cyan value is 3.46%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • 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
%3.9
%9.41

Codes

Color #DFE7DE in popluar color models

DFE7DE
RGB223231222
HSL113°15.79%88.82%
HSB/HSV113°3.90%90.59%
CMYK3.46%0.00%3.90%
9.41%

Color #DFE7DE in popluar number systems.

HEXDFE7DE
Decimal223231222
Binary110111111110011111011110
Octal337347336

Shades and tints

Shades of #DFE7DE

#DFE7DE
(223,231,222)
#CBD2CA
(203,210,202)
#B7BDB6
(183,189,182)
#A3A8A2
(163,168,162)
#8F938E
(143,147,142)
#7B7E7A
(123,126,122)
#676966
(103,105,102)
#535452
(83,84,82)
#3F3F3E
(63,63,62)
#2B2A2A
(43,42,42)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #DFE7DE

#DFE7DE
(223,231,222)
#E1E9E1
(225,233,225)
#E3EBE4
(227,235,228)
#E5EDE7
(229,237,231)
#E7EFEA
(231,239,234)
#E9F1ED
(233,241,237)
#EBF3F0
(235,243,240)
#EDF5F3
(237,245,243)
#EFF7F6
(239,247,246)
#F1F9F9
(241,249,249)
#F3FBFC
(243,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7DE; }

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

This text font color is #DFE7DE.


Background Color

.myBgColor { background-color: #DFE7DE; }

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

This div background color is #DFE7DE.


Border color

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

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

This div border color is #DFE7DE.


Opacity

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

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

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

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

This text has shadow with #DFE7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE7DE on black background.


Color preview on white background

This text has color #DFE7DE on white background.



Black color preview on #DFE7DE background

This text has black color on #DFE7DE background.


White color preview on #DFE7DE background

This text has white color on #DFE7DE background.