COLOR #DFE5E7

HEX: #DFE5E7 RGB: (223,229,231)

Color info

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

RGB color model

#DFE5E7 color RGB value is (223,229,231).

RGB: (223,229,231) (87%, 90%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 231 of 255 = 91%

223
229
231

R + G + B ~ 89%. #DFE5E7 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 229 + 231 = 683 (100%)
R 223 of 683 ~ 32.65%
G 229 of 683 ~ 33.53%
B 231 of 683 ~ 33.82'%

%32.65
%33.53
%33.82

CMYK color model

#DFE5E7 color CMYK value is (3,1,0,9).

  • cyan value is 3.46%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (3,1,0,9) C3M1Y0K9 (3%,1%,0%,9%) (0.03/0.01/0.00/0.09) 

CMYK percentages

%3.46
%0.87
%0
%9.41

Codes

Color #DFE5E7 in popluar color models

DF E5 E7
RGB 223 229 231
HSL 195° 14.29% 89.02%
HSB/HSV 195° 3.46% 90.59%
CMYK 3.46% 0.87% 0.00%
9.41%

Color #DFE5E7 in popluar number systems.

HEX DF E5 E7
Decimal 223 229 231
Binary 11011111 11100101 11100111
Octal 337 345 347

Shades and tints

Shades of #DFE5E7

#DFE5E7
(223,229,231)
#CBD1D2
(203,209,210)
#B7BDBD
(183,189,189)
#A3A9A8
(163,169,168)
#8F9593
(143,149,147)
#7B817E
(123,129,126)
#676D69
(103,109,105)
#535954
(83,89,84)
#3F453F
(63,69,63)
#2B312A
(43,49,42)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #DFE5E7

#DFE5E7
(223,229,231)
#E1E7E9
(225,231,233)
#E3E9EB
(227,233,235)
#E5EBED
(229,235,237)
#E7EDEF
(231,237,239)
#E9EFF1
(233,239,241)
#EBF1F3
(235,241,243)
#EDF3F5
(237,243,245)
#EFF5F7
(239,245,247)
#F1F7F9
(241,247,249)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5E7; }

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

This text font color is #DFE5E7.

Background Color

.myBgColor { background-color: #DFE5E7; }

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

This div background color is #DFE5E7.

Border color

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

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

This div border color is #DFE5E7.

Opacity

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

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

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

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

This text has shadow with #DFE5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE5E7.

Preview

Color preview on black background

This text has color #DFE5E7 on black background.


Color preview on white background

This text has color #DFE5E7 on white background.


Black color preview on #DFE5E7 background

This text has black color on #DFE5E7 background.


White color preview on #DFE5E7 background

This text has white color on #DFE5E7 background.


Related colors

Complementary color

Complementary color for #hex is #201A18.


I love getcolorcode.com

Triadic colors

1 #E7DFE5 and #E5E7DF with #DFE5E7 are triadic colors.

2 #E7E5DF and #E5DFE7 with #DFE5E7 are triadic colors.