COLOR #DFE3EF

HEX: #DFE3EF RGB: (223,227,239)

Color info

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

RGB color model

#DFE3EF color RGB value is (223,227,239).

RGB: (223,227,239) (87%, 89%, 94%)

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 239 of 255 = 94%

223
227
239

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

Portions of RGB colors in percentages

R + G + B = 223 + 227 + 239 = 689 (100%)
R 223 of 689 ~ 32.37%
G 227 of 689 ~ 32.95%
B 239 of 689 ~ 34.69'%

%32.37
%32.95
%34.69

CMYK color model

#DFE3EF color CMYK value is (7,5,0,6).

  • cyan value is 6.69%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (7,5,0,6)
C7M5Y0K6 (7%, 5%, 0%, 6%)
(0.07 / 0.05 / 0.00 / 0.06)

CMYK percentages

%6.69
%5.02
%0
%6.27

Codes

Color #DFE3EF in popluar color models

DF E3 EF
RGB 223 227 239
HSL 225° 33.33% 90.59%
HSB/HSV 225° 6.69% 93.73%
CMYK 6.69% 5.02% 0.00%
6.27%

Color #DFE3EF in popluar number systems.

HEX DF E3 EF
Decimal 223 227 239
Binary 11011111 11100011 11101111
Octal 337 343 357

Shades and tints

Shades of #DFE3EF

#DFE3EF
(223,227,239)
#CBCFDA
(203,207,218)
#B7BBC5
(183,187,197)
#A3A7B0
(163,167,176)
#8F939B
(143,147,155)
#7B7F86
(123,127,134)
#676B71
(103,107,113)
#53575C
(83,87,92)
#3F4347
(63,67,71)
#2B2F32
(43,47,50)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #DFE3EF

#DFE3EF
(223,227,239)
#E1E5F0
(225,229,240)
#E3E7F1
(227,231,241)
#E5E9F2
(229,233,242)
#E7EBF3
(231,235,243)
#E9EDF4
(233,237,244)
#EBEFF5
(235,239,245)
#EDF1F6
(237,241,246)
#EFF3F7
(239,243,247)
#F1F5F8
(241,245,248)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE3EF color. Also use rgb(223,227,239) instead hex code.

Text Font Color

.myTextColor { color: #DFE3EF; }

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

This text font color is #DFE3EF.

Background Color

.myBgColor { background-color: #DFE3EF; }

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

This div background color is #DFE3EF.

Border color

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

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

This div border color is #DFE3EF.

Opacity

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

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

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

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

This text has shadow with #DFE3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE3EF.

Preview

Color preview on black background

This text has color #DFE3EF on black background.


Color preview on white background

This text has color #DFE3EF on white background.


Black color preview on #DFE3EF background

This text has black color on #DFE3EF background.


White color preview on #DFE3EF background

This text has white color on #DFE3EF background.


Related colors

Complementary color

Complementary color for #hex is #201C10.


I love getcolorcode.com

Triadic colors

1 #EFDFE3 and #E3EFDF with #DFE3EF are triadic colors.

2 #EFE3DF and #E3DFEF with #DFE3EF are triadic colors.