COLOR #DFE5EF

HEX: #DFE5EF
RGB: (223,229,239)

Color info

#DFE5EF contains red, green and blue colors in about the same proportion. Web safe color of #DFE5EF is #CCCCFF (or #CCF).

RGB color model

#DFE5EF color RGB value is (223,229,239).

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

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 239 of 255 = 94%

223
229
239

R + G + B ~ 90%. #DFE5EF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 229 + 239 = 691 (100%)
R 223 of 691 ~ 32.27%
G 229 of 691 ~ 33.14%
B 239 of 691 ~ 34.59%

%32.27
%33.14
%34.59

CMYK color model

#DFE5EF color CMYK value is (7,4,0,6).

  • cyan value is 6.69%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,4,0,6)
C7M4Y0K6 
(7%,4%,0%,6%)
(0.07/0.04/0.00/0.06)	

CMYK percentages

%6.69
%4.18
%0
%6.27

Codes

Color #DFE5EF in popluar color models

DFE5EF
RGB223229239
HSL218°33.33%90.59%
HSB/HSV218°6.69%93.73%
CMYK6.69%4.18%0.00%
6.27%

Color #DFE5EF in popluar number systems.

HEXDFE5EF
Decimal223229239
Binary110111111110010111101111
Octal337345357

Shades and tints

Shades of #DFE5EF

#DFE5EF
(223,229,239)
#CBD1DA
(203,209,218)
#B7BDC5
(183,189,197)
#A3A9B0
(163,169,176)
#8F959B
(143,149,155)
#7B8186
(123,129,134)
#676D71
(103,109,113)
#53595C
(83,89,92)
#3F4547
(63,69,71)
#2B3132
(43,49,50)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #DFE5EF

#DFE5EF
(223,229,239)
#E1E7F0
(225,231,240)
#E3E9F1
(227,233,241)
#E5EBF2
(229,235,242)
#E7EDF3
(231,237,243)
#E9EFF4
(233,239,244)
#EBF1F5
(235,241,245)
#EDF3F6
(237,243,246)
#EFF5F7
(239,245,247)
#F1F7F8
(241,247,248)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5EF; }

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

This text font color is #DFE5EF.


Background Color

.myBgColor { background-color: #DFE5EF; }

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

This div background color is #DFE5EF.


Border color

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

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

This div border color is #DFE5EF.


Opacity

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

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

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

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

This text has shadow with #DFE5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE5EF on black background.


Color preview on white background

This text has color #DFE5EF on white background.



Black color preview on #DFE5EF background

This text has black color on #DFE5EF background.


White color preview on #DFE5EF background

This text has white color on #DFE5EF background.