COLOR #DFE3E0

HEX: #DFE3E0
RGB: (223,227,224)

Color info

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

RGB color model

#DFE3E0 color RGB value is (223,227,224).

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

RGB channels and saturation

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

223
227
224

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

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 224 = 674 (100%)
R 223 of 674 ~ 33.09%
G 227 of 674 ~ 33.68%
B 224 of 674 ~ 33.23%

%33.09
%33.68
%33.23

CMYK color model

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

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • 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
%1.32
%10.98

Codes

Color #DFE3E0 in popluar color models

DFE3E0
RGB223227224
HSL135°6.67%88.24%
HSB/HSV135°1.76%89.02%
CMYK1.76%0.00%1.32%
10.98%

Color #DFE3E0 in popluar number systems.

HEXDFE3E0
Decimal223227224
Binary110111111110001111100000
Octal337343340

Shades and tints

Shades of #DFE3E0

#DFE3E0
(223,227,224)
#CBCFCC
(203,207,204)
#B7BBB8
(183,187,184)
#A3A7A4
(163,167,164)
#8F9390
(143,147,144)
#7B7F7C
(123,127,124)
#676B68
(103,107,104)
#535754
(83,87,84)
#3F4340
(63,67,64)
#2B2F2C
(43,47,44)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #DFE3E0

#DFE3E0
(223,227,224)
#E1E5E2
(225,229,226)
#E3E7E4
(227,231,228)
#E5E9E6
(229,233,230)
#E7EBE8
(231,235,232)
#E9EDEA
(233,237,234)
#EBEFEC
(235,239,236)
#EDF1EE
(237,241,238)
#EFF3F0
(239,243,240)
#F1F5F2
(241,245,242)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3E0; }

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

This text font color is #DFE3E0.


Background Color

.myBgColor { background-color: #DFE3E0; }

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

This div background color is #DFE3E0.


Border color

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

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

This div border color is #DFE3E0.


Opacity

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

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

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

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

This text has shadow with #DFE3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3E0 on black background.


Color preview on white background

This text has color #DFE3E0 on white background.



Black color preview on #DFE3E0 background

This text has black color on #DFE3E0 background.


White color preview on #DFE3E0 background

This text has white color on #DFE3E0 background.