COLOR #DFE3E1

HEX: #DFE3E1
RGB: (223,227,225)

Color info

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

RGB color model

#DFE3E1 color RGB value is (223,227,225).

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

RGB channels and saturation

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

223
227
225

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

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 225 = 675 (100%)
R 223 of 675 ~ 33.04%
G 227 of 675 ~ 33.63%
B 225 of 675 ~ 33.33%

%33.04
%33.63
%33.33

CMYK color model

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

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(2,0,1,11)
C2M0Y1K11 
(2%,0%,1%,11%)
(0.02/0.00/0.01/0.11)	

CMYK percentages

%1.76
%0
%0.88
%10.98

Codes

Color #DFE3E1 in popluar color models

DFE3E1
RGB223227225
HSL150°6.67%88.24%
HSB/HSV150°1.76%89.02%
CMYK1.76%0.00%0.88%
10.98%

Color #DFE3E1 in popluar number systems.

HEXDFE3E1
Decimal223227225
Binary110111111110001111100001
Octal337343341

Shades and tints

Shades of #DFE3E1

#DFE3E1
(223,227,225)
#CBCFCD
(203,207,205)
#B7BBB9
(183,187,185)
#A3A7A5
(163,167,165)
#8F9391
(143,147,145)
#7B7F7D
(123,127,125)
#676B69
(103,107,105)
#535755
(83,87,85)
#3F4341
(63,67,65)
#2B2F2D
(43,47,45)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #DFE3E1

#DFE3E1
(223,227,225)
#E1E5E3
(225,229,227)
#E3E7E5
(227,231,229)
#E5E9E7
(229,233,231)
#E7EBE9
(231,235,233)
#E9EDEB
(233,237,235)
#EBEFED
(235,239,237)
#EDF1EF
(237,241,239)
#EFF3F1
(239,243,241)
#F1F5F3
(241,245,243)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3E1; }

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

This text font color is #DFE3E1.


Background Color

.myBgColor { background-color: #DFE3E1; }

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

This div background color is #DFE3E1.


Border color

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

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

This div border color is #DFE3E1.


Opacity

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

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

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

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

This text has shadow with #DFE3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3E1 on black background.


Color preview on white background

This text has color #DFE3E1 on white background.



Black color preview on #DFE3E1 background

This text has black color on #DFE3E1 background.


White color preview on #DFE3E1 background

This text has white color on #DFE3E1 background.