COLOR #DFE6E2

HEX: #DFE6E2
RGB: (223,230,226)

Color info

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

RGB color model

#DFE6E2 color RGB value is (223,230,226).

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

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 226 of 255 = 89%

223
230
226

R + G + B ~ 89%. #DFE6E2 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 230 + 226 = 679 (100%)
R 223 of 679 ~ 32.84%
G 230 of 679 ~ 33.87%
B 226 of 679 ~ 33.28%

%32.84
%33.87
%33.28

CMYK color model

#DFE6E2 color CMYK value is (3,0,2,10).

  • cyan value is 3.04%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 9.80%
CMYK:
(3,0,2,10)
C3M0Y2K10 
(3%,0%,2%,10%)
(0.03/0.00/0.02/0.10)	

CMYK percentages

%3.04
%0
%1.74
%9.8

Codes

Color #DFE6E2 in popluar color models

DFE6E2
RGB223230226
HSL146°12.28%88.82%
HSB/HSV146°3.04%90.20%
CMYK3.04%0.00%1.74%
9.80%

Color #DFE6E2 in popluar number systems.

HEXDFE6E2
Decimal223230226
Binary110111111110011011100010
Octal337346342

Shades and tints

Shades of #DFE6E2

#DFE6E2
(223,230,226)
#CBD2CE
(203,210,206)
#B7BEBA
(183,190,186)
#A3AAA6
(163,170,166)
#8F9692
(143,150,146)
#7B827E
(123,130,126)
#676E6A
(103,110,106)
#535A56
(83,90,86)
#3F4642
(63,70,66)
#2B322E
(43,50,46)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #DFE6E2

#DFE6E2
(223,230,226)
#E1E8E4
(225,232,228)
#E3EAE6
(227,234,230)
#E5ECE8
(229,236,232)
#E7EEEA
(231,238,234)
#E9F0EC
(233,240,236)
#EBF2EE
(235,242,238)
#EDF4F0
(237,244,240)
#EFF6F2
(239,246,242)
#F1F8F4
(241,248,244)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE6E2; }

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

This text font color is #DFE6E2.


Background Color

.myBgColor { background-color: #DFE6E2; }

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

This div background color is #DFE6E2.


Border color

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

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

This div border color is #DFE6E2.


Opacity

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

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

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

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

This text has shadow with #DFE6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE6E2 on black background.


Color preview on white background

This text has color #DFE6E2 on white background.



Black color preview on #DFE6E2 background

This text has black color on #DFE6E2 background.


White color preview on #DFE6E2 background

This text has white color on #DFE6E2 background.