COLOR #DFE7EC

HEX: #DFE7EC RGB: (223,231,236)

Color info

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

RGB color model

#DFE7EC color RGB value is (223,231,236).

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

RGB channels and saturation

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

223
231
236

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

Portions of RGB colors in percentages

R + G + B = 223 + 231 + 236 = 690 (100%)
R 223 of 690 ~ 32.32%
G 231 of 690 ~ 33.48%
B 236 of 690 ~ 34.2'%

%32.32
%33.48
%34.2

CMYK color model

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

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

CMYK percentages

%5.51
%2.12
%0
%7.45

Codes

Color #DFE7EC in popluar color models

DF E7 EC
RGB 223 231 236
HSL 203° 25.49% 90.00%
HSB/HSV 203° 5.51% 92.55%
CMYK 5.51% 2.12% 0.00%
7.45%

Color #DFE7EC in popluar number systems.

HEX DF E7 EC
Decimal 223 231 236
Binary 11011111 11100111 11101100
Octal 337 347 354

Shades and tints

Shades of #DFE7EC

#DFE7EC
(223,231,236)
#CBD2D7
(203,210,215)
#B7BDC2
(183,189,194)
#A3A8AD
(163,168,173)
#8F9398
(143,147,152)
#7B7E83
(123,126,131)
#67696E
(103,105,110)
#535459
(83,84,89)
#3F3F44
(63,63,68)
#2B2A2F
(43,42,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #DFE7EC

#DFE7EC
(223,231,236)
#E1E9ED
(225,233,237)
#E3EBEE
(227,235,238)
#E5EDEF
(229,237,239)
#E7EFF0
(231,239,240)
#E9F1F1
(233,241,241)
#EBF3F2
(235,243,242)
#EDF5F3
(237,245,243)
#EFF7F4
(239,247,244)
#F1F9F5
(241,249,245)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7EC; }

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

This text font color is #DFE7EC.

Background Color

.myBgColor { background-color: #DFE7EC; }

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

This div background color is #DFE7EC.

Border color

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

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

This div border color is #DFE7EC.

Opacity

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

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

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

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

This text has shadow with #DFE7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE7EC.

Preview

Color preview on black background

This text has color #DFE7EC on black background.


Color preview on white background

This text has color #DFE7EC on white background.


Black color preview on #DFE7EC background

This text has black color on #DFE7EC background.


White color preview on #DFE7EC background

This text has white color on #DFE7EC background.


Related colors

Complementary color

Complementary color for #hex is #201813.


I love getcolorcode.com

Triadic colors

1 #ECDFE7 and #E7ECDF with #DFE7EC are triadic colors.

2 #ECE7DF and #E7DFEC with #DFE7EC are triadic colors.