COLOR #DFE9E1

HEX: #DFE9E1 RGB: (223,233,225)

Color info

#DFE9E1 contains red, green and blue colors in about the same proportion. Web safe color of #DFE9E1 is #CCFFCC (or #CFC).

RGB color model

#DFE9E1 color RGB value is (223,233,225).

RGB: (223,233,225) (87%, 91%, 88%)

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 225 of 255 = 88%

223
233
225

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

Portions of RGB colors in percentages

R + G + B = 223 + 233 + 225 = 681 (100%)
R 223 of 681 ~ 32.75%
G 233 of 681 ~ 34.21%
B 225 of 681 ~ 33.04'%

%32.75
%34.21
%33.04

CMYK color model

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

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 8.63%
CMYK: (4,0,3,9) C4M0Y3K9 (4%,0%,3%,9%) (0.04/0.00/0.03/0.09) 

CMYK percentages

%4.29
%0
%3.43
%8.63

Codes

Color #DFE9E1 in popluar color models

DF E9 E1
RGB 223 233 225
HSL 132° 18.52% 89.41%
HSB/HSV 132° 4.29% 91.37%
CMYK 4.29% 0.00% 3.43%
8.63%

Color #DFE9E1 in popluar number systems.

HEX DF E9 E1
Decimal 223 233 225
Binary 11011111 11101001 11100001
Octal 337 351 341

Shades and tints

Shades of #DFE9E1

#DFE9E1
(223,233,225)
#CBD4CD
(203,212,205)
#B7BFB9
(183,191,185)
#A3AAA5
(163,170,165)
#8F9591
(143,149,145)
#7B807D
(123,128,125)
#676B69
(103,107,105)
#535655
(83,86,85)
#3F4141
(63,65,65)
#2B2C2D
(43,44,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #DFE9E1

#DFE9E1
(223,233,225)
#E1EBE3
(225,235,227)
#E3EDE5
(227,237,229)
#E5EFE7
(229,239,231)
#E7F1E9
(231,241,233)
#E9F3EB
(233,243,235)
#EBF5ED
(235,245,237)
#EDF7EF
(237,247,239)
#EFF9F1
(239,249,241)
#F1FBF3
(241,251,243)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9E1; }

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

This text font color is #DFE9E1.

Background Color

.myBgColor { background-color: #DFE9E1; }

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

This div background color is #DFE9E1.

Border color

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

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

This div border color is #DFE9E1.

Opacity

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

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

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

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

This text has shadow with #DFE9E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE9E1.

Preview

Color preview on black background

This text has color #DFE9E1 on black background.


Color preview on white background

This text has color #DFE9E1 on white background.


Black color preview on #DFE9E1 background

This text has black color on #DFE9E1 background.


White color preview on #DFE9E1 background

This text has white color on #DFE9E1 background.


Related colors

Complementary color

Complementary color for #hex is #20161E.


I love getcolorcode.com

Triadic colors

1 #E1DFE9 and #E9E1DF with #DFE9E1 are triadic colors.

2 #E1E9DF and #E9DFE1 with #DFE9E1 are triadic colors.