COLOR #DFF2E5

HEX: #DFF2E5 RGB: (223,242,229)

Color info

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

RGB color model

#DFF2E5 color RGB value is (223,242,229).

RGB: (223,242,229) (87%, 95%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 242 of 255 = 95%
B 229 of 255 = 90%

223
242
229

R + G + B ~ 91%. #DFF2E5 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 242 + 229 = 694 (100%)
R 223 of 694 ~ 32.13%
G 242 of 694 ~ 34.87%
B 229 of 694 ~ 33'%

%32.13
%34.87
%33

CMYK color model

#DFF2E5 color CMYK value is (8,0,5,5).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 5.10%

CMYK: (8,0,5,5)
C8M0Y5K5 (8%, 0%, 5%, 5%)
(0.08 / 0.00 / 0.05 / 0.05)

CMYK percentages

%7.85
%0
%5.37
%5.1

Codes

Color #DFF2E5 in popluar color models

DF F2 E5
RGB 223 242 229
HSL 139° 42.22% 91.18%
HSB/HSV 139° 7.85% 94.90%
CMYK 7.85% 0.00% 5.37%
5.10%

Color #DFF2E5 in popluar number systems.

HEX DF F2 E5
Decimal 223 242 229
Binary 11011111 11110010 11100101
Octal 337 362 345

Shades and tints

Shades of #DFF2E5

#DFF2E5
(223,242,229)
#CBDCD1
(203,220,209)
#B7C6BD
(183,198,189)
#A3B0A9
(163,176,169)
#8F9A95
(143,154,149)
#7B8481
(123,132,129)
#676E6D
(103,110,109)
#535859
(83,88,89)
#3F4245
(63,66,69)
#2B2C31
(43,44,49)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #DFF2E5

#DFF2E5
(223,242,229)
#E1F3E7
(225,243,231)
#E3F4E9
(227,244,233)
#E5F5EB
(229,245,235)
#E7F6ED
(231,246,237)
#E9F7EF
(233,247,239)
#EBF8F1
(235,248,241)
#EDF9F3
(237,249,243)
#EFFAF5
(239,250,245)
#F1FBF7
(241,251,247)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF2E5 color. Also use rgb(223,242,229) instead hex code.

Text Font Color

.myTextColor { color: #DFF2E5; }

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

This text font color is #DFF2E5.

Background Color

.myBgColor { background-color: #DFF2E5; }

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

This div background color is #DFF2E5.

Border color

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

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

This div border color is #DFF2E5.

Opacity

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

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

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

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

This text has shadow with #DFF2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF2E5.

Preview

Color preview on black background

This text has color #DFF2E5 on black background.


Color preview on white background

This text has color #DFF2E5 on white background.


Black color preview on #DFF2E5 background

This text has black color on #DFF2E5 background.


White color preview on #DFF2E5 background

This text has white color on #DFF2E5 background.


Related colors

Complementary color

Complementary color for #hex is #200D1A.


I love getcolorcode.com

Triadic colors

1 #E5DFF2 and #F2E5DF with #DFF2E5 are triadic colors.

2 #E5F2DF and #F2DFE5 with #DFF2E5 are triadic colors.