COLOR #DFE7F6

HEX: #DFE7F6 RGB: (223,231,246)

Color info

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

RGB color model

#DFE7F6 color RGB value is (223,231,246).

RGB: (223,231,246) (87%, 91%, 96%)

RGB channels and saturation

R 223 of 255 = 87%
G 231 of 255 = 91%
B 246 of 255 = 96%

223
231
246

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

Portions of RGB colors in percentages

R + G + B = 223 + 231 + 246 = 700 (100%)
R 223 of 700 ~ 31.86%
G 231 of 700 ~ 33%
B 246 of 700 ~ 35.14'%

%31.86
%33
%35.14

CMYK color model

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

  • cyan value is 9.35%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (9,6,0,4)
C9M6Y0K4 (9%, 6%, 0%, 4%)
(0.09 / 0.06 / 0.00 / 0.04)

CMYK percentages

%9.35
%6.1
%0
%3.53

Codes

Color #DFE7F6 in popluar color models

DF E7 F6
RGB 223 231 246
HSL 219° 56.10% 91.96%
HSB/HSV 219° 9.35% 96.47%
CMYK 9.35% 6.10% 0.00%
3.53%

Color #DFE7F6 in popluar number systems.

HEX DF E7 F6
Decimal 223 231 246
Binary 11011111 11100111 11110110
Octal 337 347 366

Shades and tints

Shades of #DFE7F6

#DFE7F6
(223,231,246)
#CBD2E0
(203,210,224)
#B7BDCA
(183,189,202)
#A3A8B4
(163,168,180)
#8F939E
(143,147,158)
#7B7E88
(123,126,136)
#676972
(103,105,114)
#53545C
(83,84,92)
#3F3F46
(63,63,70)
#2B2A30
(43,42,48)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #DFE7F6

#DFE7F6
(223,231,246)
#E1E9F6
(225,233,246)
#E3EBF6
(227,235,246)
#E5EDF6
(229,237,246)
#E7EFF6
(231,239,246)
#E9F1F6
(233,241,246)
#EBF3F6
(235,243,246)
#EDF5F6
(237,245,246)
#EFF7F6
(239,247,246)
#F1F9F6
(241,249,246)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7F6; }

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

This text font color is #DFE7F6.

Background Color

.myBgColor { background-color: #DFE7F6; }

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

This div background color is #DFE7F6.

Border color

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

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

This div border color is #DFE7F6.

Opacity

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

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

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

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

This text has shadow with #DFE7F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE7F6.

Preview

Color preview on black background

This text has color #DFE7F6 on black background.


Color preview on white background

This text has color #DFE7F6 on white background.


Black color preview on #DFE7F6 background

This text has black color on #DFE7F6 background.


White color preview on #DFE7F6 background

This text has white color on #DFE7F6 background.


Related colors

Complementary color

Complementary color for #hex is #201809.


I love getcolorcode.com

Triadic colors

1 #F6DFE7 and #E7F6DF with #DFE7F6 are triadic colors.

2 #F6E7DF and #E7DFF6 with #DFE7F6 are triadic colors.