COLOR #DFE4DF

HEX: #DFE4DF
RGB: (223,228,223)

Color info

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

RGB color model

#DFE4DF color RGB value is (223,228,223).

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

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 223 of 255 = 87%

223
228
223

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

Portions of RGB colors in percentages

R + G + B =
223 + 228 + 223 = 674 (100%)
R 223 of 674 ~ 33.09%
G 228 of 674 ~ 33.83%
B 223 of 674 ~ 33.09%

%33.09
%33.83
%33.09

CMYK color model

#DFE4DF color CMYK value is (2,0,2,11).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 10.59%
CMYK:
(2,0,2,11)
C2M0Y2K11 
(2%,0%,2%,11%)
(0.02/0.00/0.02/0.11)	

CMYK percentages

%2.19
%0
%2.19
%10.59

Codes

Color #DFE4DF in popluar color models

DFE4DF
RGB223228223
HSL120°8.47%88.43%
HSB/HSV120°2.19%89.41%
CMYK2.19%0.00%2.19%
10.59%

Color #DFE4DF in popluar number systems.

HEXDFE4DF
Decimal223228223
Binary110111111110010011011111
Octal337344337

Shades and tints

Shades of #DFE4DF

#DFE4DF
(223,228,223)
#CBD0CB
(203,208,203)
#B7BCB7
(183,188,183)
#A3A8A3
(163,168,163)
#8F948F
(143,148,143)
#7B807B
(123,128,123)
#676C67
(103,108,103)
#535853
(83,88,83)
#3F443F
(63,68,63)
#2B302B
(43,48,43)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #DFE4DF

#DFE4DF
(223,228,223)
#E1E6E1
(225,230,225)
#E3E8E3
(227,232,227)
#E5EAE5
(229,234,229)
#E7ECE7
(231,236,231)
#E9EEE9
(233,238,233)
#EBF0EB
(235,240,235)
#EDF2ED
(237,242,237)
#EFF4EF
(239,244,239)
#F1F6F1
(241,246,241)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE4DF; }

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

This text font color is #DFE4DF.


Background Color

.myBgColor { background-color: #DFE4DF; }

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

This div background color is #DFE4DF.


Border color

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

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

This div border color is #DFE4DF.


Opacity

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

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

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

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

This text has shadow with #DFE4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE4DF on black background.


Color preview on white background

This text has color #DFE4DF on white background.



Black color preview on #DFE4DF background

This text has black color on #DFE4DF background.


White color preview on #DFE4DF background

This text has white color on #DFE4DF background.