COLOR #DFE5DE

HEX: #DFE5DE
RGB: (223,229,222)

Color info

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

RGB color model

#DFE5DE color RGB value is (223,229,222).

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

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 222 of 255 = 87%

223
229
222

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

Portions of RGB colors in percentages

R + G + B =
223 + 229 + 222 = 674 (100%)
R 223 of 674 ~ 33.09%
G 229 of 674 ~ 33.98%
B 222 of 674 ~ 32.94%

%33.09
%33.98
%32.94

CMYK color model

#DFE5DE color CMYK value is (3,0,3,10).

  • cyan value is 2.62%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(3,0,3,10)
C3M0Y3K10 
(3%,0%,3%,10%)
(0.03/0.00/0.03/0.10)	

CMYK percentages

%2.62
%0
%3.06
%10.2

Codes

Color #DFE5DE in popluar color models

DFE5DE
RGB223229222
HSL111°11.86%88.43%
HSB/HSV111°3.06%89.80%
CMYK2.62%0.00%3.06%
10.20%

Color #DFE5DE in popluar number systems.

HEXDFE5DE
Decimal223229222
Binary110111111110010111011110
Octal337345336

Shades and tints

Shades of #DFE5DE

#DFE5DE
(223,229,222)
#CBD1CA
(203,209,202)
#B7BDB6
(183,189,182)
#A3A9A2
(163,169,162)
#8F958E
(143,149,142)
#7B817A
(123,129,122)
#676D66
(103,109,102)
#535952
(83,89,82)
#3F453E
(63,69,62)
#2B312A
(43,49,42)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #DFE5DE

#DFE5DE
(223,229,222)
#E1E7E1
(225,231,225)
#E3E9E4
(227,233,228)
#E5EBE7
(229,235,231)
#E7EDEA
(231,237,234)
#E9EFED
(233,239,237)
#EBF1F0
(235,241,240)
#EDF3F3
(237,243,243)
#EFF5F6
(239,245,246)
#F1F7F9
(241,247,249)
#F3F9FC
(243,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5DE; }

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

This text font color is #DFE5DE.


Background Color

.myBgColor { background-color: #DFE5DE; }

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

This div background color is #DFE5DE.


Border color

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

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

This div border color is #DFE5DE.


Opacity

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

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

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

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

This text has shadow with #DFE5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE5DE on black background.


Color preview on white background

This text has color #DFE5DE on white background.



Black color preview on #DFE5DE background

This text has black color on #DFE5DE background.


White color preview on #DFE5DE background

This text has white color on #DFE5DE background.