HEX: #DFE6EE
RGB: (223,230,238)
#DFE6EE contains red, green and blue colors in about the same proportion. Web safe color of #DFE6EE is #CCCCFF (or #CCF).
#DFE6EE color RGB value is (223,230,238).
RGB: (223,230,238)
(87%, 90%, 93%)
R 223 of 255 = 87%
G 230 of 255 = 90%
B 238 of 255 = 93%
R + G + B ~ 90%. #DFE6EE is light color.
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'%
#DFE6EE color CMYK value is (6,3,0,7).
CMYK: (6,3,0,7) C6M3Y0K7 (6%,3%,0%,7%) (0.06/0.03/0.00/0.07)
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 of #DFE6EE
Tints of #DFE6EE
Examples of css and html codes for elements with #DFE6EE color. Also use rgb(223,230,238) instead hex code.
.myTextColor { color: #DFE6EE; }
<p style="color:#DFE6EE">This sample text font color is #DFE6EE.</p>
This text font color is #DFE6EE.
.myBgColor { background-color: #DFE6EE; }
<div style="background-color:#DFE6EE">Inner text</div>
This div background color is #DFE6EE.
.myBorderColor { border: 1px solid #DFE6EE; }
<div style="border:3px solid #DFE6EE">Div</div>
This div border color is #DFE6EE.
.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%.
.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.
/* 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 text has color #DFE6EE on black background.
This text has color #DFE6EE on white background.
This text has black color on #DFE6EE background.
This text has white color on #DFE6EE background.