COLOR #DFE9ED

HEX: #DFE9ED RGB: (223,233,237)

Color info

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

RGB color model

#DFE9ED color RGB value is (223,233,237).

RGB: (223,233,237) (87%, 91%, 93%)

RGB channels and saturation

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

223
233
237

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

Portions of RGB colors in percentages

R + G + B = 223 + 233 + 237 = 693 (100%)
R 223 of 693 ~ 32.18%
G 233 of 693 ~ 33.62%
B 237 of 693 ~ 34.2'%

%32.18
%33.62
%34.2

CMYK color model

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

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

CMYK percentages

%5.91
%1.69
%0
%7.06

Codes

Color #DFE9ED in popluar color models

DF E9 ED
RGB 223 233 237
HSL 197° 28.00% 90.20%
HSB/HSV 197° 5.91% 92.94%
CMYK 5.91% 1.69% 0.00%
7.06%

Color #DFE9ED in popluar number systems.

HEX DF E9 ED
Decimal 223 233 237
Binary 11011111 11101001 11101101
Octal 337 351 355

Shades and tints

Shades of #DFE9ED

#DFE9ED
(223,233,237)
#CBD4D8
(203,212,216)
#B7BFC3
(183,191,195)
#A3AAAE
(163,170,174)
#8F9599
(143,149,153)
#7B8084
(123,128,132)
#676B6F
(103,107,111)
#53565A
(83,86,90)
#3F4145
(63,65,69)
#2B2C30
(43,44,48)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #DFE9ED

#DFE9ED
(223,233,237)
#E1EBEE
(225,235,238)
#E3EDEF
(227,237,239)
#E5EFF0
(229,239,240)
#E7F1F1
(231,241,241)
#E9F3F2
(233,243,242)
#EBF5F3
(235,245,243)
#EDF7F4
(237,247,244)
#EFF9F5
(239,249,245)
#F1FBF6
(241,251,246)
#F3FDF7
(243,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9ED; }

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

This text font color is #DFE9ED.

Background Color

.myBgColor { background-color: #DFE9ED; }

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

This div background color is #DFE9ED.

Border color

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

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

This div border color is #DFE9ED.

Opacity

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

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

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

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

This text has shadow with #DFE9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE9ED.

Preview

Color preview on black background

This text has color #DFE9ED on black background.


Color preview on white background

This text has color #DFE9ED on white background.


Black color preview on #DFE9ED background

This text has black color on #DFE9ED background.


White color preview on #DFE9ED background

This text has white color on #DFE9ED background.


Related colors

Complementary color

Complementary color for #hex is #201612.


I love getcolorcode.com

Triadic colors

1 #EDDFE9 and #E9EDDF with #DFE9ED are triadic colors.

2 #EDE9DF and #E9DFED with #DFE9ED are triadic colors.