COLOR #DFE2FE

HEX: #DFE2FE
RGB: (223,226,254)

Color info

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

RGB color model

#DFE2FE color RGB value is (223,226,254).

  • red value is 223;
  • green value is 226;
  • blue value is 254.
RGB:
(223,226,254)
(87%,89%,100%)

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 254 of 255 = 100%

223
226
254

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

Portions of RGB colors in percentages

R + G + B =
223 + 226 + 254 = 703 (100%)
R 223 of 703 ~ 31.72%
G 226 of 703 ~ 32.15%
B 254 of 703 ~ 36.13%

%31.72
%32.15
%36.13

CMYK color model

#DFE2FE color CMYK value is (12,11,0,0).

  • cyan value is 12.20%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(12,11,0,0)
C12M11Y0K0 
(12%,11%,0%,0%)
(0.12/0.11/0.00/0.00)	

CMYK percentages

%12.2
%11.02
%0
%0.39

Codes

Color #DFE2FE in popluar color models

DFE2FE
RGB223226254
HSL234°93.94%93.53%
HSB/HSV234°12.20%99.61%
CMYK12.20%11.02%0.00%
0.39%

Color #DFE2FE in popluar number systems.

HEXDFE2FE
Decimal223226254
Binary110111111110001011111110
Octal337342376

Shades and tints

Shades of #DFE2FE

#DFE2FE
(223,226,254)
#CBCEE7
(203,206,231)
#B7BAD0
(183,186,208)
#A3A6B9
(163,166,185)
#8F92A2
(143,146,162)
#7B7E8B
(123,126,139)
#676A74
(103,106,116)
#53565D
(83,86,93)
#3F4246
(63,66,70)
#2B2E2F
(43,46,47)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #DFE2FE

#DFE2FE
(223,226,254)
#E1E4FE
(225,228,254)
#E3E6FE
(227,230,254)
#E5E8FE
(229,232,254)
#E7EAFE
(231,234,254)
#E9ECFE
(233,236,254)
#EBEEFE
(235,238,254)
#EDF0FE
(237,240,254)
#EFF2FE
(239,242,254)
#F1F4FE
(241,244,254)
#F3F6FE
(243,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE2FE color. Also use rgb(223,226,254) instead hex code.

Text Font Color

.myTextColor { color: #DFE2FE; }

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

This text font color is #DFE2FE.


Background Color

.myBgColor { background-color: #DFE2FE; }

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

This div background color is #DFE2FE.


Border color

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

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

This div border color is #DFE2FE.


Opacity

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

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

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

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

This text has shadow with #DFE2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE2FE on black background.


Color preview on white background

This text has color #DFE2FE on white background.



Black color preview on #DFE2FE background

This text has black color on #DFE2FE background.


White color preview on #DFE2FE background

This text has white color on #DFE2FE background.