COLOR #DFE6FC

HEX: #DFE6FC
RGB: (223,230,252)

Color info

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

RGB color model

#DFE6FC color RGB value is (223,230,252).

  • red value is 223;
  • green value is 230;
  • blue value is 252.
RGB:
(223,230,252)
(87%,90%,99%)

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 252 of 255 = 99%

223
230
252

R + G + B ~ 92%. #DFE6FC is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 230 + 252 = 705 (100%)
R 223 of 705 ~ 31.63%
G 230 of 705 ~ 32.62%
B 252 of 705 ~ 35.74%

%31.63
%32.62
%35.74

CMYK color model

#DFE6FC color CMYK value is (12,9,0,1).

  • cyan value is 11.51%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(12,9,0,1)
C12M9Y0K1 
(12%,9%,0%,1%)
(0.12/0.09/0.00/0.01)	

CMYK percentages

%11.51
%8.73
%0
%1.18

Codes

Color #DFE6FC in popluar color models

DFE6FC
RGB223230252
HSL226°82.86%93.14%
HSB/HSV226°11.51%98.82%
CMYK11.51%8.73%0.00%
1.18%

Color #DFE6FC in popluar number systems.

HEXDFE6FC
Decimal223230252
Binary110111111110011011111100
Octal337346374

Shades and tints

Shades of #DFE6FC

#DFE6FC
(223,230,252)
#CBD2E6
(203,210,230)
#B7BED0
(183,190,208)
#A3AABA
(163,170,186)
#8F96A4
(143,150,164)
#7B828E
(123,130,142)
#676E78
(103,110,120)
#535A62
(83,90,98)
#3F464C
(63,70,76)
#2B3236
(43,50,54)
#171E20
(23,30,32)
#000000
(0,0,0)

Tints of #DFE6FC

#DFE6FC
(223,230,252)
#E1E8FC
(225,232,252)
#E3EAFC
(227,234,252)
#E5ECFC
(229,236,252)
#E7EEFC
(231,238,252)
#E9F0FC
(233,240,252)
#EBF2FC
(235,242,252)
#EDF4FC
(237,244,252)
#EFF6FC
(239,246,252)
#F1F8FC
(241,248,252)
#F3FAFC
(243,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE6FC color. Also use rgb(223,230,252) instead hex code.

Text Font Color

.myTextColor { color: #DFE6FC; }

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

This text font color is #DFE6FC.


Background Color

.myBgColor { background-color: #DFE6FC; }

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

This div background color is #DFE6FC.


Border color

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

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

This div border color is #DFE6FC.


Opacity

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

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

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

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

This text has shadow with #DFE6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE6FC on black background.


Color preview on white background

This text has color #DFE6FC on white background.



Black color preview on #DFE6FC background

This text has black color on #DFE6FC background.


White color preview on #DFE6FC background

This text has white color on #DFE6FC background.