COLOR #DFE6EE

HEX: #DFE6EE RGB: (223,230,238)

Color info

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

RGB color model

#DFE6EE color RGB value is (223,230,238).

RGB: (223,230,238) (87%, 90%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 238 of 255 = 93%

223
230
238

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

Portions of RGB colors in percentages

R + G + B = 223 + 230 + 238 = 691 (100%)
R 223 of 691 ~ 32.27%
G 230 of 691 ~ 33.29%
B 238 of 691 ~ 34.44'%

%32.27
%33.29
%34.44

CMYK color model

#DFE6EE color CMYK value is (6,3,0,7).

  • cyan value is 6.30%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (6,3,0,7) C6M3Y0K7 (6%,3%,0%,7%) (0.06/0.03/0.00/0.07) 

CMYK percentages

%6.3
%3.36
%0
%6.67

Codes

Color #DFE6EE in popluar color models

DF E6 EE
RGB 223 230 238
HSL 212° 30.61% 90.39%
HSB/HSV 212° 6.30% 93.33%
CMYK 6.30% 3.36% 0.00%
6.67%

Color #DFE6EE in popluar number systems.

HEX DF E6 EE
Decimal 223 230 238
Binary 11011111 11100110 11101110
Octal 337 346 356

Shades and tints

Shades of #DFE6EE

#DFE6EE
(223,230,238)
#CBD2D9
(203,210,217)
#B7BEC4
(183,190,196)
#A3AAAF
(163,170,175)
#8F969A
(143,150,154)
#7B8285
(123,130,133)
#676E70
(103,110,112)
#535A5B
(83,90,91)
#3F4646
(63,70,70)
#2B3231
(43,50,49)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #DFE6EE

#DFE6EE
(223,230,238)
#E1E8EF
(225,232,239)
#E3EAF0
(227,234,240)
#E5ECF1
(229,236,241)
#E7EEF2
(231,238,242)
#E9F0F3
(233,240,243)
#EBF2F4
(235,242,244)
#EDF4F5
(237,244,245)
#EFF6F6
(239,246,246)
#F1F8F7
(241,248,247)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE6EE; }

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

This text font color is #DFE6EE.


Background Color

.myBgColor { background-color: #DFE6EE; }

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

This div background color is #DFE6EE.


Border color

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

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

This div border color is #DFE6EE.


Opacity

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

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

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

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

This text has shadow with #DFE6EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFE6EE on black background.


Color preview on white background

This text has color #DFE6EE on white background.



Black color preview on #DFE6EE background

This text has black color on #DFE6EE background.


White color preview on #DFE6EE background

This text has white color on #DFE6EE background.