COLOR #DFE3F8

HEX: #DFE3F8
RGB: (223,227,248)

Color info

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

RGB color model

#DFE3F8 color RGB value is (223,227,248).

  • red value is 223;
  • green value is 227;
  • blue value is 248.
RGB:
(223,227,248)
(87%,89%,97%)

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 248 of 255 = 97%

223
227
248

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

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 248 = 698 (100%)
R 223 of 698 ~ 31.95%
G 227 of 698 ~ 32.52%
B 248 of 698 ~ 35.53%

%31.95
%32.52
%35.53

CMYK color model

#DFE3F8 color CMYK value is (10,8,0,3).

  • cyan value is 10.08%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(10,8,0,3)
C10M8Y0K3 
(10%,8%,0%,3%)
(0.10/0.08/0.00/0.03)	

CMYK percentages

%10.08
%8.47
%0
%2.75

Codes

Color #DFE3F8 in popluar color models

DFE3F8
RGB223227248
HSL230°64.10%92.35%
HSB/HSV230°10.08%97.25%
CMYK10.08%8.47%0.00%
2.75%

Color #DFE3F8 in popluar number systems.

HEXDFE3F8
Decimal223227248
Binary110111111110001111111000
Octal337343370

Shades and tints

Shades of #DFE3F8

#DFE3F8
(223,227,248)
#CBCFE2
(203,207,226)
#B7BBCC
(183,187,204)
#A3A7B6
(163,167,182)
#8F93A0
(143,147,160)
#7B7F8A
(123,127,138)
#676B74
(103,107,116)
#53575E
(83,87,94)
#3F4348
(63,67,72)
#2B2F32
(43,47,50)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #DFE3F8

#DFE3F8
(223,227,248)
#E1E5F8
(225,229,248)
#E3E7F8
(227,231,248)
#E5E9F8
(229,233,248)
#E7EBF8
(231,235,248)
#E9EDF8
(233,237,248)
#EBEFF8
(235,239,248)
#EDF1F8
(237,241,248)
#EFF3F8
(239,243,248)
#F1F5F8
(241,245,248)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3F8; }

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

This text font color is #DFE3F8.


Background Color

.myBgColor { background-color: #DFE3F8; }

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

This div background color is #DFE3F8.


Border color

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

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

This div border color is #DFE3F8.


Opacity

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

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

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

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

This text has shadow with #DFE3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3F8 on black background.


Color preview on white background

This text has color #DFE3F8 on white background.



Black color preview on #DFE3F8 background

This text has black color on #DFE3F8 background.


White color preview on #DFE3F8 background

This text has white color on #DFE3F8 background.