COLOR #DFE8FF

HEX: #DFE8FF
RGB: (223,232,255)

Color info

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

RGB color model

#DFE8FF color RGB value is (223,232,255).

  • red value is 223;
  • green value is 232;
  • blue value is 255.
RGB:
(223,232,255)
(87%,91%,100%)

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 255 of 255 = 100%

223
232
255

R + G + B ~ 93%. #DFE8FF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 232 + 255 = 710 (100%)
R 223 of 710 ~ 31.41%
G 232 of 710 ~ 32.68%
B 255 of 710 ~ 35.92%

%31.41
%32.68
%35.92

CMYK color model

#DFE8FF color CMYK value is (13,9,0,0).

  • cyan value is 12.55%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,9,0,0)
C13M9Y0K0 
(13%,9%,0%,0%)
(0.13/0.09/0.00/0.00)	

CMYK percentages

%12.55
%9.02
%0
%0

Codes

Color #DFE8FF in popluar color models

DFE8FF
RGB223232255
HSL223°100.00%93.73%
HSB/HSV223°12.55%100.00%
CMYK12.55%9.02%0.00%
0.00%

Color #DFE8FF in popluar number systems.

HEXDFE8FF
Decimal223232255
Binary110111111110100011111111
Octal337350377

Shades and tints

Shades of #DFE8FF

#DFE8FF
(223,232,255)
#CBD3E8
(203,211,232)
#B7BED1
(183,190,209)
#A3A9BA
(163,169,186)
#8F94A3
(143,148,163)
#7B7F8C
(123,127,140)
#676A75
(103,106,117)
#53555E
(83,85,94)
#3F4047
(63,64,71)
#2B2B30
(43,43,48)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #DFE8FF

#DFE8FF
(223,232,255)
#E1EAFF
(225,234,255)
#E3ECFF
(227,236,255)
#E5EEFF
(229,238,255)
#E7F0FF
(231,240,255)
#E9F2FF
(233,242,255)
#EBF4FF
(235,244,255)
#EDF6FF
(237,246,255)
#EFF8FF
(239,248,255)
#F1FAFF
(241,250,255)
#F3FCFF
(243,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE8FF color. Also use rgb(223,232,255) instead hex code.

Text Font Color

.myTextColor { color: #DFE8FF; }

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

This text font color is #DFE8FF.


Background Color

.myBgColor { background-color: #DFE8FF; }

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

This div background color is #DFE8FF.


Border color

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

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

This div border color is #DFE8FF.


Opacity

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

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

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

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

This text has shadow with #DFE8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE8FF on black background.


Color preview on white background

This text has color #DFE8FF on white background.



Black color preview on #DFE8FF background

This text has black color on #DFE8FF background.


White color preview on #DFE8FF background

This text has white color on #DFE8FF background.