COLOR #DFE8E4

HEX: #DFE8E4
RGB: (223,232,228)

Color info

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

RGB color model

#DFE8E4 color RGB value is (223,232,228).

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

RGB channels and saturation

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

223
232
228

R + G + B ~ 89%. #DFE8E4 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 232 + 228 = 683 (100%)
R 223 of 683 ~ 32.65%
G 232 of 683 ~ 33.97%
B 228 of 683 ~ 33.38%

%32.65
%33.97
%33.38

CMYK color model

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

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

CMYK percentages

%3.88
%0
%1.72
%9.02

Codes

Color #DFE8E4 in popluar color models

DFE8E4
RGB223232228
HSL153°16.36%89.22%
HSB/HSV153°3.88%90.98%
CMYK3.88%0.00%1.72%
9.02%

Color #DFE8E4 in popluar number systems.

HEXDFE8E4
Decimal223232228
Binary110111111110100011100100
Octal337350344

Shades and tints

Shades of #DFE8E4

#DFE8E4
(223,232,228)
#CBD3D0
(203,211,208)
#B7BEBC
(183,190,188)
#A3A9A8
(163,169,168)
#8F9494
(143,148,148)
#7B7F80
(123,127,128)
#676A6C
(103,106,108)
#535558
(83,85,88)
#3F4044
(63,64,68)
#2B2B30
(43,43,48)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #DFE8E4

#DFE8E4
(223,232,228)
#E1EAE6
(225,234,230)
#E3ECE8
(227,236,232)
#E5EEEA
(229,238,234)
#E7F0EC
(231,240,236)
#E9F2EE
(233,242,238)
#EBF4F0
(235,244,240)
#EDF6F2
(237,246,242)
#EFF8F4
(239,248,244)
#F1FAF6
(241,250,246)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE8E4; }

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

This text font color is #DFE8E4.


Background Color

.myBgColor { background-color: #DFE8E4; }

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

This div background color is #DFE8E4.


Border color

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

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

This div border color is #DFE8E4.


Opacity

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

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

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

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

This text has shadow with #DFE8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE8E4 on black background.


Color preview on white background

This text has color #DFE8E4 on white background.



Black color preview on #DFE8E4 background

This text has black color on #DFE8E4 background.


White color preview on #DFE8E4 background

This text has white color on #DFE8E4 background.