COLOR #DFE9DF

HEX: #DFE9DF
RGB: (223,233,223)

Color info

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

RGB color model

#DFE9DF color RGB value is (223,233,223).

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

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 223 of 255 = 87%

223
233
223

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

Portions of RGB colors in percentages

R + G + B =
223 + 233 + 223 = 679 (100%)
R 223 of 679 ~ 32.84%
G 233 of 679 ~ 34.32%
B 223 of 679 ~ 32.84%

%32.84
%34.32
%32.84

CMYK color model

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

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 8.63%
CMYK:
(4,0,4,9)
C4M0Y4K9 
(4%,0%,4%,9%)
(0.04/0.00/0.04/0.09)	

CMYK percentages

%4.29
%0
%4.29
%8.63

Codes

Color #DFE9DF in popluar color models

DFE9DF
RGB223233223
HSL120°18.52%89.41%
HSB/HSV120°4.29%91.37%
CMYK4.29%0.00%4.29%
8.63%

Color #DFE9DF in popluar number systems.

HEXDFE9DF
Decimal223233223
Binary110111111110100111011111
Octal337351337

Shades and tints

Shades of #DFE9DF

#DFE9DF
(223,233,223)
#CBD4CB
(203,212,203)
#B7BFB7
(183,191,183)
#A3AAA3
(163,170,163)
#8F958F
(143,149,143)
#7B807B
(123,128,123)
#676B67
(103,107,103)
#535653
(83,86,83)
#3F413F
(63,65,63)
#2B2C2B
(43,44,43)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #DFE9DF

#DFE9DF
(223,233,223)
#E1EBE1
(225,235,225)
#E3EDE3
(227,237,227)
#E5EFE5
(229,239,229)
#E7F1E7
(231,241,231)
#E9F3E9
(233,243,233)
#EBF5EB
(235,245,235)
#EDF7ED
(237,247,237)
#EFF9EF
(239,249,239)
#F1FBF1
(241,251,241)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9DF; }

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

This text font color is #DFE9DF.


Background Color

.myBgColor { background-color: #DFE9DF; }

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

This div background color is #DFE9DF.


Border color

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

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

This div border color is #DFE9DF.


Opacity

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

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

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

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

This text has shadow with #DFE9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE9DF on black background.


Color preview on white background

This text has color #DFE9DF on white background.



Black color preview on #DFE9DF background

This text has black color on #DFE9DF background.


White color preview on #DFE9DF background

This text has white color on #DFE9DF background.