COLOR #DFE7EE

HEX: #DFE7EE RGB: (223,231,238)

Color info

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

RGB color model

#DFE7EE color RGB value is (223,231,238).

RGB: (223,231,238) (87%, 91%, 93%)

RGB channels and saturation

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

223
231
238

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

Portions of RGB colors in percentages

R + G + B = 223 + 231 + 238 = 692 (100%)
R 223 of 692 ~ 32.23%
G 231 of 692 ~ 33.38%
B 238 of 692 ~ 34.39'%

%32.23
%33.38
%34.39

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (6,3,0,7)
C6M3Y0K7 (6%, 3%, 0%, 7%)
(0.06 / 0.03 / 0.00 / 0.07)

CMYK percentages

%6.3
%2.94
%0
%6.67

Codes

Color #DFE7EE in popluar color models

DF E7 EE
RGB 223 231 238
HSL 208° 30.61% 90.39%
HSB/HSV 208° 6.30% 93.33%
CMYK 6.30% 2.94% 0.00%
6.67%

Color #DFE7EE in popluar number systems.

HEX DF E7 EE
Decimal 223 231 238
Binary 11011111 11100111 11101110
Octal 337 347 356

Shades and tints

Shades of #DFE7EE

#DFE7EE
(223,231,238)
#CBD2D9
(203,210,217)
#B7BDC4
(183,189,196)
#A3A8AF
(163,168,175)
#8F939A
(143,147,154)
#7B7E85
(123,126,133)
#676970
(103,105,112)
#53545B
(83,84,91)
#3F3F46
(63,63,70)
#2B2A31
(43,42,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #DFE7EE

#DFE7EE
(223,231,238)
#E1E9EF
(225,233,239)
#E3EBF0
(227,235,240)
#E5EDF1
(229,237,241)
#E7EFF2
(231,239,242)
#E9F1F3
(233,241,243)
#EBF3F4
(235,243,244)
#EDF5F5
(237,245,245)
#EFF7F6
(239,247,246)
#F1F9F7
(241,249,247)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7EE; }

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

This text font color is #DFE7EE.

Background Color

.myBgColor { background-color: #DFE7EE; }

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

This div background color is #DFE7EE.

Border color

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

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

This div border color is #DFE7EE.

Opacity

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

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

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

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

This text has shadow with #DFE7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE7EE.

Preview

Color preview on black background

This text has color #DFE7EE on black background.


Color preview on white background

This text has color #DFE7EE on white background.


Black color preview on #DFE7EE background

This text has black color on #DFE7EE background.


White color preview on #DFE7EE background

This text has white color on #DFE7EE background.


Related colors

Complementary color

Complementary color for #hex is #201811.


I love getcolorcode.com

Triadic colors

1 #EEDFE7 and #E7EEDF with #DFE7EE are triadic colors.

2 #EEE7DF and #E7DFEE with #DFE7EE are triadic colors.