COLOR #DFE8DF

HEX: #DFE8DF
RGB: (223,232,223)

Color info

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

RGB color model

#DFE8DF color RGB value is (223,232,223).

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

RGB channels and saturation

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

223
232
223

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

Portions of RGB colors in percentages

R + G + B =
223 + 232 + 223 = 678 (100%)
R 223 of 678 ~ 32.89%
G 232 of 678 ~ 34.22%
B 223 of 678 ~ 32.89%

%32.89
%34.22
%32.89

CMYK color model

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

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

CMYK percentages

%3.88
%0
%3.88
%9.02

Codes

Color #DFE8DF in popluar color models

DFE8DF
RGB223232223
HSL120°16.36%89.22%
HSB/HSV120°3.88%90.98%
CMYK3.88%0.00%3.88%
9.02%

Color #DFE8DF in popluar number systems.

HEXDFE8DF
Decimal223232223
Binary110111111110100011011111
Octal337350337

Shades and tints

Shades of #DFE8DF

#DFE8DF
(223,232,223)
#CBD3CB
(203,211,203)
#B7BEB7
(183,190,183)
#A3A9A3
(163,169,163)
#8F948F
(143,148,143)
#7B7F7B
(123,127,123)
#676A67
(103,106,103)
#535553
(83,85,83)
#3F403F
(63,64,63)
#2B2B2B
(43,43,43)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #DFE8DF

#DFE8DF
(223,232,223)
#E1EAE1
(225,234,225)
#E3ECE3
(227,236,227)
#E5EEE5
(229,238,229)
#E7F0E7
(231,240,231)
#E9F2E9
(233,242,233)
#EBF4EB
(235,244,235)
#EDF6ED
(237,246,237)
#EFF8EF
(239,248,239)
#F1FAF1
(241,250,241)
#F3FCF3
(243,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE8DF; }

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

This text font color is #DFE8DF.


Background Color

.myBgColor { background-color: #DFE8DF; }

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

This div background color is #DFE8DF.


Border color

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

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

This div border color is #DFE8DF.


Opacity

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

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

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

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

This text has shadow with #DFE8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE8DF on black background.


Color preview on white background

This text has color #DFE8DF on white background.



Black color preview on #DFE8DF background

This text has black color on #DFE8DF background.


White color preview on #DFE8DF background

This text has white color on #DFE8DF background.