COLOR #DFE2E1

HEX: #DFE2E1
RGB: (223,226,225)

Color info

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

RGB color model

#DFE2E1 color RGB value is (223,226,225).

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

RGB channels and saturation

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

223
226
225

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

Portions of RGB colors in percentages

R + G + B =
223 + 226 + 225 = 674 (100%)
R 223 of 674 ~ 33.09%
G 226 of 674 ~ 33.53%
B 225 of 674 ~ 33.38%

%33.09
%33.53
%33.38

CMYK color model

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

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

CMYK percentages

%1.33
%0
%0.44
%11.37

Codes

Color #DFE2E1 in popluar color models

DFE2E1
RGB223226225
HSL160°4.92%88.04%
HSB/HSV160°1.33%88.63%
CMYK1.33%0.00%0.44%
11.37%

Color #DFE2E1 in popluar number systems.

HEXDFE2E1
Decimal223226225
Binary110111111110001011100001
Octal337342341

Shades and tints

Shades of #DFE2E1

#DFE2E1
(223,226,225)
#CBCECD
(203,206,205)
#B7BAB9
(183,186,185)
#A3A6A5
(163,166,165)
#8F9291
(143,146,145)
#7B7E7D
(123,126,125)
#676A69
(103,106,105)
#535655
(83,86,85)
#3F4241
(63,66,65)
#2B2E2D
(43,46,45)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #DFE2E1

#DFE2E1
(223,226,225)
#E1E4E3
(225,228,227)
#E3E6E5
(227,230,229)
#E5E8E7
(229,232,231)
#E7EAE9
(231,234,233)
#E9ECEB
(233,236,235)
#EBEEED
(235,238,237)
#EDF0EF
(237,240,239)
#EFF2F1
(239,242,241)
#F1F4F3
(241,244,243)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE2E1; }

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

This text font color is #DFE2E1.


Background Color

.myBgColor { background-color: #DFE2E1; }

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

This div background color is #DFE2E1.


Border color

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

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

This div border color is #DFE2E1.


Opacity

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

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

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

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

This text has shadow with #DFE2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE2E1 on black background.


Color preview on white background

This text has color #DFE2E1 on white background.



Black color preview on #DFE2E1 background

This text has black color on #DFE2E1 background.


White color preview on #DFE2E1 background

This text has white color on #DFE2E1 background.