COLOR #DFE4EE

HEX: #DFE4EE
RGB: (223,228,238)

Color info

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

RGB color model

#DFE4EE color RGB value is (223,228,238).

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

RGB channels and saturation

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

223
228
238

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

Portions of RGB colors in percentages

R + G + B =
223 + 228 + 238 = 689 (100%)
R 223 of 689 ~ 32.37%
G 228 of 689 ~ 33.09%
B 238 of 689 ~ 34.54%

%32.37
%33.09
%34.54

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,4,0,7)
C6M4Y0K7 
(6%,4%,0%,7%)
(0.06/0.04/0.00/0.07)	

CMYK percentages

%6.3
%4.2
%0
%6.67

Codes

Color #DFE4EE in popluar color models

DFE4EE
RGB223228238
HSL220°30.61%90.39%
HSB/HSV220°6.30%93.33%
CMYK6.30%4.20%0.00%
6.67%

Color #DFE4EE in popluar number systems.

HEXDFE4EE
Decimal223228238
Binary110111111110010011101110
Octal337344356

Shades and tints

Shades of #DFE4EE

#DFE4EE
(223,228,238)
#CBD0D9
(203,208,217)
#B7BCC4
(183,188,196)
#A3A8AF
(163,168,175)
#8F949A
(143,148,154)
#7B8085
(123,128,133)
#676C70
(103,108,112)
#53585B
(83,88,91)
#3F4446
(63,68,70)
#2B3031
(43,48,49)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #DFE4EE

#DFE4EE
(223,228,238)
#E1E6EF
(225,230,239)
#E3E8F0
(227,232,240)
#E5EAF1
(229,234,241)
#E7ECF2
(231,236,242)
#E9EEF3
(233,238,243)
#EBF0F4
(235,240,244)
#EDF2F5
(237,242,245)
#EFF4F6
(239,244,246)
#F1F6F7
(241,246,247)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE4EE; }

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

This text font color is #DFE4EE.


Background Color

.myBgColor { background-color: #DFE4EE; }

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

This div background color is #DFE4EE.


Border color

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

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

This div border color is #DFE4EE.


Opacity

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

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

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

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

This text has shadow with #DFE4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE4EE on black background.


Color preview on white background

This text has color #DFE4EE on white background.



Black color preview on #DFE4EE background

This text has black color on #DFE4EE background.


White color preview on #DFE4EE background

This text has white color on #DFE4EE background.