COLOR #DFE3EE

HEX: #DFE3EE
RGB: (223,227,238)

Color info

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

RGB color model

#DFE3EE color RGB value is (223,227,238).

  • red value is 223;
  • green value is 227;
  • blue value is 238.
RGB:
(223,227,238)
(87%,89%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 238 of 255 = 93%

223
227
238

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

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 238 = 688 (100%)
R 223 of 688 ~ 32.41%
G 227 of 688 ~ 32.99%
B 238 of 688 ~ 34.59%

%32.41
%32.99
%34.59

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,5,0,7)
C6M5Y0K7 
(6%,5%,0%,7%)
(0.06/0.05/0.00/0.07)	

CMYK percentages

%6.3
%4.62
%0
%6.67

Codes

Color #DFE3EE in popluar color models

DFE3EE
RGB223227238
HSL224°30.61%90.39%
HSB/HSV224°6.30%93.33%
CMYK6.30%4.62%0.00%
6.67%

Color #DFE3EE in popluar number systems.

HEXDFE3EE
Decimal223227238
Binary110111111110001111101110
Octal337343356

Shades and tints

Shades of #DFE3EE

#DFE3EE
(223,227,238)
#CBCFD9
(203,207,217)
#B7BBC4
(183,187,196)
#A3A7AF
(163,167,175)
#8F939A
(143,147,154)
#7B7F85
(123,127,133)
#676B70
(103,107,112)
#53575B
(83,87,91)
#3F4346
(63,67,70)
#2B2F31
(43,47,49)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #DFE3EE

#DFE3EE
(223,227,238)
#E1E5EF
(225,229,239)
#E3E7F0
(227,231,240)
#E5E9F1
(229,233,241)
#E7EBF2
(231,235,242)
#E9EDF3
(233,237,243)
#EBEFF4
(235,239,244)
#EDF1F5
(237,241,245)
#EFF3F6
(239,243,246)
#F1F5F7
(241,245,247)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3EE; }

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

This text font color is #DFE3EE.


Background Color

.myBgColor { background-color: #DFE3EE; }

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

This div background color is #DFE3EE.


Border color

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

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

This div border color is #DFE3EE.


Opacity

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

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

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

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

This text has shadow with #DFE3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3EE on black background.


Color preview on white background

This text has color #DFE3EE on white background.



Black color preview on #DFE3EE background

This text has black color on #DFE3EE background.


White color preview on #DFE3EE background

This text has white color on #DFE3EE background.