COLOR #DFE3F3

HEX: #DFE3F3 RGB: (223,227,243)

Color info

#DFE3F3 contains red, green and blue colors in about the same proportion. Web safe color of #DFE3F3 is #CCCCFF (or #CCF).

RGB color model

#DFE3F3 color RGB value is (223,227,243).

RGB: (223,227,243) (87%, 89%, 95%)

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 243 of 255 = 95%

223
227
243

R + G + B ~ 90%. #DFE3F3 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 227 + 243 = 693 (100%)
R 223 of 693 ~ 32.18%
G 227 of 693 ~ 32.76%
B 243 of 693 ~ 35.06'%

%32.18
%32.76
%35.06

CMYK color model

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

  • cyan value is 8.23%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (8,7,0,5)
C8M7Y0K5 (8%, 7%, 0%, 5%)
(0.08 / 0.07 / 0.00 / 0.05)

CMYK percentages

%8.23
%6.58
%0
%4.71

Codes

Color #DFE3F3 in popluar color models

DF E3 F3
RGB 223 227 243
HSL 228° 45.45% 91.37%
HSB/HSV 228° 8.23% 95.29%
CMYK 8.23% 6.58% 0.00%
4.71%

Color #DFE3F3 in popluar number systems.

HEX DF E3 F3
Decimal 223 227 243
Binary 11011111 11100011 11110011
Octal 337 343 363

Shades and tints

Shades of #DFE3F3

#DFE3F3
(223,227,243)
#CBCFDD
(203,207,221)
#B7BBC7
(183,187,199)
#A3A7B1
(163,167,177)
#8F939B
(143,147,155)
#7B7F85
(123,127,133)
#676B6F
(103,107,111)
#535759
(83,87,89)
#3F4343
(63,67,67)
#2B2F2D
(43,47,45)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #DFE3F3

#DFE3F3
(223,227,243)
#E1E5F4
(225,229,244)
#E3E7F5
(227,231,245)
#E5E9F6
(229,233,246)
#E7EBF7
(231,235,247)
#E9EDF8
(233,237,248)
#EBEFF9
(235,239,249)
#EDF1FA
(237,241,250)
#EFF3FB
(239,243,251)
#F1F5FC
(241,245,252)
#F3F7FD
(243,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE3F3 color. Also use rgb(223,227,243) instead hex code.

Text Font Color

.myTextColor { color: #DFE3F3; }

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

This text font color is #DFE3F3.

Background Color

.myBgColor { background-color: #DFE3F3; }

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

This div background color is #DFE3F3.

Border color

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

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

This div border color is #DFE3F3.

Opacity

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

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

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

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

This text has shadow with #DFE3F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE3F3.

Preview

Color preview on black background

This text has color #DFE3F3 on black background.


Color preview on white background

This text has color #DFE3F3 on white background.


Black color preview on #DFE3F3 background

This text has black color on #DFE3F3 background.


White color preview on #DFE3F3 background

This text has white color on #DFE3F3 background.


Related colors

Complementary color

Complementary color for #hex is #201C0C.


I love getcolorcode.com

Triadic colors

1 #F3DFE3 and #E3F3DF with #DFE3F3 are triadic colors.

2 #F3E3DF and #E3DFF3 with #DFE3F3 are triadic colors.