COLOR #DFE4E3

HEX: #DFE4E3 RGB: (223,228,227)

Color info

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

RGB color model

#DFE4E3 color RGB value is (223,228,227).

RGB: (223,228,227) (87%, 89%, 89%)

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 227 of 255 = 89%

223
228
227

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

Portions of RGB colors in percentages

R + G + B = 223 + 228 + 227 = 678 (100%)
R 223 of 678 ~ 32.89%
G 228 of 678 ~ 33.63%
B 227 of 678 ~ 33.48'%

%32.89
%33.63
%33.48

CMYK color model

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

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 0.44%
  • key color value is 10.59%
CMYK: (2,0,0,11) C2M0Y0K11 (2%,0%,0%,11%) (0.02/0.00/0.00/0.11) 

CMYK percentages

%2.19
%0
%0.44
%10.59

Codes

Color #DFE4E3 in popluar color models

DF E4 E3
RGB 223 228 227
HSL 168° 8.47% 88.43%
HSB/HSV 168° 2.19% 89.41%
CMYK 2.19% 0.00% 0.44%
10.59%

Color #DFE4E3 in popluar number systems.

HEX DF E4 E3
Decimal 223 228 227
Binary 11011111 11100100 11100011
Octal 337 344 343

Shades and tints

Shades of #DFE4E3

#DFE4E3
(223,228,227)
#CBD0CF
(203,208,207)
#B7BCBB
(183,188,187)
#A3A8A7
(163,168,167)
#8F9493
(143,148,147)
#7B807F
(123,128,127)
#676C6B
(103,108,107)
#535857
(83,88,87)
#3F4443
(63,68,67)
#2B302F
(43,48,47)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #DFE4E3

#DFE4E3
(223,228,227)
#E1E6E5
(225,230,229)
#E3E8E7
(227,232,231)
#E5EAE9
(229,234,233)
#E7ECEB
(231,236,235)
#E9EEED
(233,238,237)
#EBF0EF
(235,240,239)
#EDF2F1
(237,242,241)
#EFF4F3
(239,244,243)
#F1F6F5
(241,246,245)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE4E3; }

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

This text font color is #DFE4E3.

Background Color

.myBgColor { background-color: #DFE4E3; }

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

This div background color is #DFE4E3.

Border color

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

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

This div border color is #DFE4E3.

Opacity

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

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

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

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

This text has shadow with #DFE4E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE4E3.

Preview

Color preview on black background

This text has color #DFE4E3 on black background.


Color preview on white background

This text has color #DFE4E3 on white background.


Black color preview on #DFE4E3 background

This text has black color on #DFE4E3 background.


White color preview on #DFE4E3 background

This text has white color on #DFE4E3 background.


Related colors

Complementary color

Complementary color for #hex is #201B1C.


I love getcolorcode.com

Triadic colors

1 #E3DFE4 and #E4E3DF with #DFE4E3 are triadic colors.

2 #E3E4DF and #E4DFE3 with #DFE4E3 are triadic colors.