COLOR #DFE7F2

HEX: #DFE7F2
RGB: (223,231,242)

Color info

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

RGB color model

#DFE7F2 color RGB value is (223,231,242).

  • red value is 223;
  • green value is 231;
  • blue value is 242.
RGB:
(223,231,242)
(87%,91%,95%)

RGB channels and saturation

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

223
231
242

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

Portions of RGB colors in percentages

R + G + B =
223 + 231 + 242 = 696 (100%)
R 223 of 696 ~ 32.04%
G 231 of 696 ~ 33.19%
B 242 of 696 ~ 34.77%

%32.04
%33.19
%34.77

CMYK color model

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

  • cyan value is 7.85%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(8,5,0,5)
C8M5Y0K5 
(8%,5%,0%,5%)
(0.08/0.05/0.00/0.05)	

CMYK percentages

%7.85
%4.55
%0
%5.1

Codes

Color #DFE7F2 in popluar color models

DFE7F2
RGB223231242
HSL215°42.22%91.18%
HSB/HSV215°7.85%94.90%
CMYK7.85%4.55%0.00%
5.10%

Color #DFE7F2 in popluar number systems.

HEXDFE7F2
Decimal223231242
Binary110111111110011111110010
Octal337347362

Shades and tints

Shades of #DFE7F2

#DFE7F2
(223,231,242)
#CBD2DC
(203,210,220)
#B7BDC6
(183,189,198)
#A3A8B0
(163,168,176)
#8F939A
(143,147,154)
#7B7E84
(123,126,132)
#67696E
(103,105,110)
#535458
(83,84,88)
#3F3F42
(63,63,66)
#2B2A2C
(43,42,44)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #DFE7F2

#DFE7F2
(223,231,242)
#E1E9F3
(225,233,243)
#E3EBF4
(227,235,244)
#E5EDF5
(229,237,245)
#E7EFF6
(231,239,246)
#E9F1F7
(233,241,247)
#EBF3F8
(235,243,248)
#EDF5F9
(237,245,249)
#EFF7FA
(239,247,250)
#F1F9FB
(241,249,251)
#F3FBFC
(243,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7F2; }

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

This text font color is #DFE7F2.


Background Color

.myBgColor { background-color: #DFE7F2; }

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

This div background color is #DFE7F2.


Border color

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

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

This div border color is #DFE7F2.


Opacity

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

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

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

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

This text has shadow with #DFE7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE7F2 on black background.


Color preview on white background

This text has color #DFE7F2 on white background.



Black color preview on #DFE7F2 background

This text has black color on #DFE7F2 background.


White color preview on #DFE7F2 background

This text has white color on #DFE7F2 background.