COLOR #DFE2EC

HEX: #DFE2EC
RGB: (223,226,236)

Color info

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

RGB color model

#DFE2EC color RGB value is (223,226,236).

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

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 236 of 255 = 93%

223
226
236

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

Portions of RGB colors in percentages

R + G + B =
223 + 226 + 236 = 685 (100%)
R 223 of 685 ~ 32.55%
G 226 of 685 ~ 32.99%
B 236 of 685 ~ 34.45%

%32.55
%32.99
%34.45

CMYK color model

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

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

CMYK percentages

%5.51
%4.24
%0
%7.45

Codes

Color #DFE2EC in popluar color models

DFE2EC
RGB223226236
HSL226°25.49%90.00%
HSB/HSV226°5.51%92.55%
CMYK5.51%4.24%0.00%
7.45%

Color #DFE2EC in popluar number systems.

HEXDFE2EC
Decimal223226236
Binary110111111110001011101100
Octal337342354

Shades and tints

Shades of #DFE2EC

#DFE2EC
(223,226,236)
#CBCED7
(203,206,215)
#B7BAC2
(183,186,194)
#A3A6AD
(163,166,173)
#8F9298
(143,146,152)
#7B7E83
(123,126,131)
#676A6E
(103,106,110)
#535659
(83,86,89)
#3F4244
(63,66,68)
#2B2E2F
(43,46,47)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #DFE2EC

#DFE2EC
(223,226,236)
#E1E4ED
(225,228,237)
#E3E6EE
(227,230,238)
#E5E8EF
(229,232,239)
#E7EAF0
(231,234,240)
#E9ECF1
(233,236,241)
#EBEEF2
(235,238,242)
#EDF0F3
(237,240,243)
#EFF2F4
(239,242,244)
#F1F4F5
(241,244,245)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE2EC color. Also use rgb(223,226,236) instead hex code.

Text Font Color

.myTextColor { color: #DFE2EC; }

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

This text font color is #DFE2EC.


Background Color

.myBgColor { background-color: #DFE2EC; }

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

This div background color is #DFE2EC.


Border color

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

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

This div border color is #DFE2EC.


Opacity

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

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

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

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

This text has shadow with #DFE2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE2EC on black background.


Color preview on white background

This text has color #DFE2EC on white background.



Black color preview on #DFE2EC background

This text has black color on #DFE2EC background.


White color preview on #DFE2EC background

This text has white color on #DFE2EC background.