COLOR #DFE2E0

HEX: #DFE2E0
RGB: (223,226,224)

Color info

#DFE2E0 contains red, green and blue colors in about the same proportion. Web safe color of #DFE2E0 is #CCCCCC (or #CCC).

RGB color model

#DFE2E0 color RGB value is (223,226,224).

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

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 224 of 255 = 88%

223
226
224

R + G + B ~ 88%. #DFE2E0 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 226 + 224 = 673 (100%)
R 223 of 673 ~ 33.14%
G 226 of 673 ~ 33.58%
B 224 of 673 ~ 33.28%

%33.14
%33.58
%33.28

CMYK color model

#DFE2E0 color CMYK value is (1,0,1,11).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 11.37%
CMYK:
(1,0,1,11)
C1M0Y1K11 
(1%,0%,1%,11%)
(0.01/0.00/0.01/0.11)	

CMYK percentages

%1.33
%0
%0.88
%11.37

Codes

Color #DFE2E0 in popluar color models

DFE2E0
RGB223226224
HSL140°4.92%88.04%
HSB/HSV140°1.33%88.63%
CMYK1.33%0.00%0.88%
11.37%

Color #DFE2E0 in popluar number systems.

HEXDFE2E0
Decimal223226224
Binary110111111110001011100000
Octal337342340

Shades and tints

Shades of #DFE2E0

#DFE2E0
(223,226,224)
#CBCECC
(203,206,204)
#B7BAB8
(183,186,184)
#A3A6A4
(163,166,164)
#8F9290
(143,146,144)
#7B7E7C
(123,126,124)
#676A68
(103,106,104)
#535654
(83,86,84)
#3F4240
(63,66,64)
#2B2E2C
(43,46,44)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #DFE2E0

#DFE2E0
(223,226,224)
#E1E4E2
(225,228,226)
#E3E6E4
(227,230,228)
#E5E8E6
(229,232,230)
#E7EAE8
(231,234,232)
#E9ECEA
(233,236,234)
#EBEEEC
(235,238,236)
#EDF0EE
(237,240,238)
#EFF2F0
(239,242,240)
#F1F4F2
(241,244,242)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE2E0; }

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

This text font color is #DFE2E0.


Background Color

.myBgColor { background-color: #DFE2E0; }

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

This div background color is #DFE2E0.


Border color

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

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

This div border color is #DFE2E0.


Opacity

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

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

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

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

This text has shadow with #DFE2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE2E0 on black background.


Color preview on white background

This text has color #DFE2E0 on white background.



Black color preview on #DFE2E0 background

This text has black color on #DFE2E0 background.


White color preview on #DFE2E0 background

This text has white color on #DFE2E0 background.