COLOR #DFE1E6

HEX: #DFE1E6
RGB: (223,225,230)

Color info

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

RGB color model

#DFE1E6 color RGB value is (223,225,230).

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

RGB channels and saturation

R 223 of 255 = 87%
G 225 of 255 = 88%
B 230 of 255 = 90%

223
225
230

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

Portions of RGB colors in percentages

R + G + B =
223 + 225 + 230 = 678 (100%)
R 223 of 678 ~ 32.89%
G 225 of 678 ~ 33.19%
B 230 of 678 ~ 33.92%

%32.89
%33.19
%33.92

CMYK color model

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

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

CMYK percentages

%3.04
%2.17
%0
%9.8

Codes

Color #DFE1E6 in popluar color models

DFE1E6
RGB223225230
HSL223°12.28%88.82%
HSB/HSV223°3.04%90.20%
CMYK3.04%2.17%0.00%
9.80%

Color #DFE1E6 in popluar number systems.

HEXDFE1E6
Decimal223225230
Binary110111111110000111100110
Octal337341346

Shades and tints

Shades of #DFE1E6

#DFE1E6
(223,225,230)
#CBCDD2
(203,205,210)
#B7B9BE
(183,185,190)
#A3A5AA
(163,165,170)
#8F9196
(143,145,150)
#7B7D82
(123,125,130)
#67696E
(103,105,110)
#53555A
(83,85,90)
#3F4146
(63,65,70)
#2B2D32
(43,45,50)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #DFE1E6

#DFE1E6
(223,225,230)
#E1E3E8
(225,227,232)
#E3E5EA
(227,229,234)
#E5E7EC
(229,231,236)
#E7E9EE
(231,233,238)
#E9EBF0
(233,235,240)
#EBEDF2
(235,237,242)
#EDEFF4
(237,239,244)
#EFF1F6
(239,241,246)
#F1F3F8
(241,243,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE1E6; }

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

This text font color is #DFE1E6.


Background Color

.myBgColor { background-color: #DFE1E6; }

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

This div background color is #DFE1E6.


Border color

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

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

This div border color is #DFE1E6.


Opacity

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

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

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

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

This text has shadow with #DFE1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE1E6 on black background.


Color preview on white background

This text has color #DFE1E6 on white background.



Black color preview on #DFE1E6 background

This text has black color on #DFE1E6 background.


White color preview on #DFE1E6 background

This text has white color on #DFE1E6 background.