COLOR #DFEFFE

HEX: #DFEFFE
RGB: (223,239,254)

Color info

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

RGB color model

#DFEFFE color RGB value is (223,239,254).

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

RGB channels and saturation

R 223 of 255 = 87%
G 239 of 255 = 94%
B 254 of 255 = 100%

223
239
254

R + G + B ~ 94%. #DFEFFE is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 239 + 254 = 716 (100%)
R 223 of 716 ~ 31.15%
G 239 of 716 ~ 33.38%
B 254 of 716 ~ 35.47%

%31.15
%33.38
%35.47

CMYK color model

#DFEFFE color CMYK value is (12,6,0,0).

  • cyan value is 12.20%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(12,6,0,0)
C12M6Y0K0 
(12%,6%,0%,0%)
(0.12/0.06/0.00/0.00)	

CMYK percentages

%12.2
%5.91
%0
%0.39

Codes

Color #DFEFFE in popluar color models

DFEFFE
RGB223239254
HSL209°93.94%93.53%
HSB/HSV209°12.20%99.61%
CMYK12.20%5.91%0.00%
0.39%

Color #DFEFFE in popluar number systems.

HEXDFEFFE
Decimal223239254
Binary110111111110111111111110
Octal337357376

Shades and tints

Shades of #DFEFFE

#DFEFFE
(223,239,254)
#CBDAE7
(203,218,231)
#B7C5D0
(183,197,208)
#A3B0B9
(163,176,185)
#8F9BA2
(143,155,162)
#7B868B
(123,134,139)
#677174
(103,113,116)
#535C5D
(83,92,93)
#3F4746
(63,71,70)
#2B322F
(43,50,47)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #DFEFFE

#DFEFFE
(223,239,254)
#E1F0FE
(225,240,254)
#E3F1FE
(227,241,254)
#E5F2FE
(229,242,254)
#E7F3FE
(231,243,254)
#E9F4FE
(233,244,254)
#EBF5FE
(235,245,254)
#EDF6FE
(237,246,254)
#EFF7FE
(239,247,254)
#F1F8FE
(241,248,254)
#F3F9FE
(243,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEFFE; }

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

This text font color is #DFEFFE.


Background Color

.myBgColor { background-color: #DFEFFE; }

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

This div background color is #DFEFFE.


Border color

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

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

This div border color is #DFEFFE.


Opacity

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

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

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

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

This text has shadow with #DFEFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEFFE on black background.


Color preview on white background

This text has color #DFEFFE on white background.



Black color preview on #DFEFFE background

This text has black color on #DFEFFE background.


White color preview on #DFEFFE background

This text has white color on #DFEFFE background.