COLOR #DFE3ED

HEX: #DFE3ED
RGB: (223,227,237)

Color info

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

RGB color model

#DFE3ED color RGB value is (223,227,237).

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

RGB channels and saturation

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

223
227
237

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

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 237 = 687 (100%)
R 223 of 687 ~ 32.46%
G 227 of 687 ~ 33.04%
B 237 of 687 ~ 34.5%

%32.46
%33.04
%34.5

CMYK color model

#DFE3ED color CMYK value is (6,4,0,7).

  • cyan value is 5.91%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(6,4,0,7)
C6M4Y0K7 
(6%,4%,0%,7%)
(0.06/0.04/0.00/0.07)	

CMYK percentages

%5.91
%4.22
%0
%7.06

Codes

Color #DFE3ED in popluar color models

DFE3ED
RGB223227237
HSL223°28.00%90.20%
HSB/HSV223°5.91%92.94%
CMYK5.91%4.22%0.00%
7.06%

Color #DFE3ED in popluar number systems.

HEXDFE3ED
Decimal223227237
Binary110111111110001111101101
Octal337343355

Shades and tints

Shades of #DFE3ED

#DFE3ED
(223,227,237)
#CBCFD8
(203,207,216)
#B7BBC3
(183,187,195)
#A3A7AE
(163,167,174)
#8F9399
(143,147,153)
#7B7F84
(123,127,132)
#676B6F
(103,107,111)
#53575A
(83,87,90)
#3F4345
(63,67,69)
#2B2F30
(43,47,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #DFE3ED

#DFE3ED
(223,227,237)
#E1E5EE
(225,229,238)
#E3E7EF
(227,231,239)
#E5E9F0
(229,233,240)
#E7EBF1
(231,235,241)
#E9EDF2
(233,237,242)
#EBEFF3
(235,239,243)
#EDF1F4
(237,241,244)
#EFF3F5
(239,243,245)
#F1F5F6
(241,245,246)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3ED; }

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

This text font color is #DFE3ED.


Background Color

.myBgColor { background-color: #DFE3ED; }

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

This div background color is #DFE3ED.


Border color

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

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

This div border color is #DFE3ED.


Opacity

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

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

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

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

This text has shadow with #DFE3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3ED on black background.


Color preview on white background

This text has color #DFE3ED on white background.



Black color preview on #DFE3ED background

This text has black color on #DFE3ED background.


White color preview on #DFE3ED background

This text has white color on #DFE3ED background.