COLOR #DFE9F2

HEX: #DFE9F2 RGB: (223,233,242)

Color info

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

RGB color model

#DFE9F2 color RGB value is (223,233,242).

RGB: (223,233,242) (87%, 91%, 95%)

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 242 of 255 = 95%

223
233
242

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

Portions of RGB colors in percentages

R + G + B = 223 + 233 + 242 = 698 (100%)
R 223 of 698 ~ 31.95%
G 233 of 698 ~ 33.38%
B 242 of 698 ~ 34.67'%

%31.95
%33.38
%34.67

CMYK color model

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

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

CMYK: (8,4,0,5)
C8M4Y0K5 (8%, 4%, 0%, 5%)
(0.08 / 0.04 / 0.00 / 0.05)

CMYK percentages

%7.85
%3.72
%0
%5.1

Codes

Color #DFE9F2 in popluar color models

DF E9 F2
RGB 223 233 242
HSL 208° 42.22% 91.18%
HSB/HSV 208° 7.85% 94.90%
CMYK 7.85% 3.72% 0.00%
5.10%

Color #DFE9F2 in popluar number systems.

HEX DF E9 F2
Decimal 223 233 242
Binary 11011111 11101001 11110010
Octal 337 351 362

Shades and tints

Shades of #DFE9F2

#DFE9F2
(223,233,242)
#CBD4DC
(203,212,220)
#B7BFC6
(183,191,198)
#A3AAB0
(163,170,176)
#8F959A
(143,149,154)
#7B8084
(123,128,132)
#676B6E
(103,107,110)
#535658
(83,86,88)
#3F4142
(63,65,66)
#2B2C2C
(43,44,44)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #DFE9F2

#DFE9F2
(223,233,242)
#E1EBF3
(225,235,243)
#E3EDF4
(227,237,244)
#E5EFF5
(229,239,245)
#E7F1F6
(231,241,246)
#E9F3F7
(233,243,247)
#EBF5F8
(235,245,248)
#EDF7F9
(237,247,249)
#EFF9FA
(239,249,250)
#F1FBFB
(241,251,251)
#F3FDFC
(243,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9F2; }

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

This text font color is #DFE9F2.

Background Color

.myBgColor { background-color: #DFE9F2; }

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

This div background color is #DFE9F2.

Border color

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

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

This div border color is #DFE9F2.

Opacity

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

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

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

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

This text has shadow with #DFE9F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE9F2.

Preview

Color preview on black background

This text has color #DFE9F2 on black background.


Color preview on white background

This text has color #DFE9F2 on white background.


Black color preview on #DFE9F2 background

This text has black color on #DFE9F2 background.


White color preview on #DFE9F2 background

This text has white color on #DFE9F2 background.


Related colors

Complementary color

Complementary color for #hex is #20160D.


I love getcolorcode.com

Triadic colors

1 #F2DFE9 and #E9F2DF with #DFE9F2 are triadic colors.

2 #F2E9DF and #E9DFF2 with #DFE9F2 are triadic colors.