COLOR #DFE8EF

HEX: #DFE8EF
RGB: (223,232,239)

Color info

#DFE8EF contains red, green and blue colors in about the same proportion. Web safe color of #DFE8EF is #CCFFFF (or #CFF).

RGB color model

#DFE8EF color RGB value is (223,232,239).

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

RGB channels and saturation

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

223
232
239

R + G + B ~ 91%. #DFE8EF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 232 + 239 = 694 (100%)
R 223 of 694 ~ 32.13%
G 232 of 694 ~ 33.43%
B 239 of 694 ~ 34.44%

%32.13
%33.43
%34.44

CMYK color model

#DFE8EF color CMYK value is (7,3,0,6).

  • cyan value is 6.69%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,3,0,6)
C7M3Y0K6 
(7%,3%,0%,6%)
(0.07/0.03/0.00/0.06)	

CMYK percentages

%6.69
%2.93
%0
%6.27

Codes

Color #DFE8EF in popluar color models

DFE8EF
RGB223232239
HSL206°33.33%90.59%
HSB/HSV206°6.69%93.73%
CMYK6.69%2.93%0.00%
6.27%

Color #DFE8EF in popluar number systems.

HEXDFE8EF
Decimal223232239
Binary110111111110100011101111
Octal337350357

Shades and tints

Shades of #DFE8EF

#DFE8EF
(223,232,239)
#CBD3DA
(203,211,218)
#B7BEC5
(183,190,197)
#A3A9B0
(163,169,176)
#8F949B
(143,148,155)
#7B7F86
(123,127,134)
#676A71
(103,106,113)
#53555C
(83,85,92)
#3F4047
(63,64,71)
#2B2B32
(43,43,50)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #DFE8EF

#DFE8EF
(223,232,239)
#E1EAF0
(225,234,240)
#E3ECF1
(227,236,241)
#E5EEF2
(229,238,242)
#E7F0F3
(231,240,243)
#E9F2F4
(233,242,244)
#EBF4F5
(235,244,245)
#EDF6F6
(237,246,246)
#EFF8F7
(239,248,247)
#F1FAF8
(241,250,248)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE8EF; }

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

This text font color is #DFE8EF.


Background Color

.myBgColor { background-color: #DFE8EF; }

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

This div background color is #DFE8EF.


Border color

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

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

This div border color is #DFE8EF.


Opacity

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

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

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

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

This text has shadow with #DFE8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE8EF on black background.


Color preview on white background

This text has color #DFE8EF on white background.



Black color preview on #DFE8EF background

This text has black color on #DFE8EF background.


White color preview on #DFE8EF background

This text has white color on #DFE8EF background.