COLOR #DFE9E8

HEX: #DFE9E8 RGB: (223,233,232)

Color info

#DFE9E8 contains red, green and blue colors in about the same proportion. Web safe color of #DFE9E8 is #CCFFFF (or #CFF).

RGB color model

#DFE9E8 color RGB value is (223,233,232).

RGB: (223,233,232) (87%, 91%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 232 of 255 = 91%

223
233
232

R + G + B ~ 90%. #DFE9E8 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 233 + 232 = 688 (100%)
R 223 of 688 ~ 32.41%
G 233 of 688 ~ 33.87%
B 232 of 688 ~ 33.72'%

%32.41
%33.87
%33.72

CMYK color model

#DFE9E8 color CMYK value is (4,0,0,9).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 8.63%
CMYK: (4,0,0,9) C4M0Y0K9 (4%,0%,0%,9%) (0.04/0.00/0.00/0.09) 

CMYK percentages

%4.29
%0
%0.43
%8.63

Codes

Color #DFE9E8 in popluar color models

DF E9 E8
RGB 223 233 232
HSL 174° 18.52% 89.41%
HSB/HSV 174° 4.29% 91.37%
CMYK 4.29% 0.00% 0.43%
8.63%

Color #DFE9E8 in popluar number systems.

HEX DF E9 E8
Decimal 223 233 232
Binary 11011111 11101001 11101000
Octal 337 351 350

Shades and tints

Shades of #DFE9E8

#DFE9E8
(223,233,232)
#CBD4D3
(203,212,211)
#B7BFBE
(183,191,190)
#A3AAA9
(163,170,169)
#8F9594
(143,149,148)
#7B807F
(123,128,127)
#676B6A
(103,107,106)
#535655
(83,86,85)
#3F4140
(63,65,64)
#2B2C2B
(43,44,43)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #DFE9E8

#DFE9E8
(223,233,232)
#E1EBEA
(225,235,234)
#E3EDEC
(227,237,236)
#E5EFEE
(229,239,238)
#E7F1F0
(231,241,240)
#E9F3F2
(233,243,242)
#EBF5F4
(235,245,244)
#EDF7F6
(237,247,246)
#EFF9F8
(239,249,248)
#F1FBFA
(241,251,250)
#F3FDFC
(243,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE9E8 color. Also use rgb(223,233,232) instead hex code.

Text Font Color

.myTextColor { color: #DFE9E8; }

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

This text font color is #DFE9E8.

Background Color

.myBgColor { background-color: #DFE9E8; }

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

This div background color is #DFE9E8.

Border color

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

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

This div border color is #DFE9E8.

Opacity

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

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

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

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

This text has shadow with #DFE9E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE9E8.

Preview

Color preview on black background

This text has color #DFE9E8 on black background.


Color preview on white background

This text has color #DFE9E8 on white background.


Black color preview on #DFE9E8 background

This text has black color on #DFE9E8 background.


White color preview on #DFE9E8 background

This text has white color on #DFE9E8 background.


Related colors

Complementary color

Complementary color for #hex is #201617.


I love getcolorcode.com

Triadic colors

1 #E8DFE9 and #E9E8DF with #DFE9E8 are triadic colors.

2 #E8E9DF and #E9DFE8 with #DFE9E8 are triadic colors.