COLOR #DFE9EE

HEX: #DFE9EE
RGB: (223,233,238)

Color info

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

RGB color model

#DFE9EE color RGB value is (223,233,238).

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

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 238 of 255 = 93%

223
233
238

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

Portions of RGB colors in percentages

R + G + B =
223 + 233 + 238 = 694 (100%)
R 223 of 694 ~ 32.13%
G 233 of 694 ~ 33.57%
B 238 of 694 ~ 34.29%

%32.13
%33.57
%34.29

CMYK color model

#DFE9EE color CMYK value is (6,2,0,7).

  • cyan value is 6.30%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,2,0,7)
C6M2Y0K7 
(6%,2%,0%,7%)
(0.06/0.02/0.00/0.07)	

CMYK percentages

%6.3
%2.1
%0
%6.67

Codes

Color #DFE9EE in popluar color models

DFE9EE
RGB223233238
HSL200°30.61%90.39%
HSB/HSV200°6.30%93.33%
CMYK6.30%2.10%0.00%
6.67%

Color #DFE9EE in popluar number systems.

HEXDFE9EE
Decimal223233238
Binary110111111110100111101110
Octal337351356

Shades and tints

Shades of #DFE9EE

#DFE9EE
(223,233,238)
#CBD4D9
(203,212,217)
#B7BFC4
(183,191,196)
#A3AAAF
(163,170,175)
#8F959A
(143,149,154)
#7B8085
(123,128,133)
#676B70
(103,107,112)
#53565B
(83,86,91)
#3F4146
(63,65,70)
#2B2C31
(43,44,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #DFE9EE

#DFE9EE
(223,233,238)
#E1EBEF
(225,235,239)
#E3EDF0
(227,237,240)
#E5EFF1
(229,239,241)
#E7F1F2
(231,241,242)
#E9F3F3
(233,243,243)
#EBF5F4
(235,245,244)
#EDF7F5
(237,247,245)
#EFF9F6
(239,249,246)
#F1FBF7
(241,251,247)
#F3FDF8
(243,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9EE; }

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

This text font color is #DFE9EE.


Background Color

.myBgColor { background-color: #DFE9EE; }

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

This div background color is #DFE9EE.


Border color

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

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

This div border color is #DFE9EE.


Opacity

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

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

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

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

This text has shadow with #DFE9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE9EE on black background.


Color preview on white background

This text has color #DFE9EE on white background.



Black color preview on #DFE9EE background

This text has black color on #DFE9EE background.


White color preview on #DFE9EE background

This text has white color on #DFE9EE background.