COLOR #EFFDFE

HEX: #EFFDFE
RGB: (239,253,254)

Color info

#EFFDFE contains red, green and blue colors in about the same proportion. Web safe color of #EFFDFE is #FFFFFF (or #FFF).

RGB color model

#EFFDFE color RGB value is (239,253,254).

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

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 254 of 255 = 100%

239
253
254

R + G + B ~ 98%. #EFFDFE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 253 + 254 = 746 (100%)
R 239 of 746 ~ 32.04%
G 253 of 746 ~ 33.91%
B 254 of 746 ~ 34.05%

%32.04
%33.91
%34.05

CMYK color model

#EFFDFE color CMYK value is (6,0,0,0).

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

CMYK percentages

%5.91
%0.39
%0
%0.39

Codes

Color #EFFDFE in popluar color models

EFFDFE
RGB239253254
HSL184°88.24%96.67%
HSB/HSV184°5.91%99.61%
CMYK5.91%0.39%0.00%
0.39%

Color #EFFDFE in popluar number systems.

HEXEFFDFE
Decimal239253254
Binary111011111111110111111110
Octal357375376

Shades and tints

Shades of #EFFDFE

#EFFDFE
(239,253,254)
#DAE6E7
(218,230,231)
#C5CFD0
(197,207,208)
#B0B8B9
(176,184,185)
#9BA1A2
(155,161,162)
#868A8B
(134,138,139)
#717374
(113,115,116)
#5C5C5D
(92,92,93)
#474546
(71,69,70)
#322E2F
(50,46,47)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #EFFDFE

#EFFDFE
(239,253,254)
#F0FDFE
(240,253,254)
#F1FDFE
(241,253,254)
#F2FDFE
(242,253,254)
#F3FDFE
(243,253,254)
#F4FDFE
(244,253,254)
#F5FDFE
(245,253,254)
#F6FDFE
(246,253,254)
#F7FDFE
(247,253,254)
#F8FDFE
(248,253,254)
#F9FDFE
(249,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFDFE; }

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

This text font color is #EFFDFE.


Background Color

.myBgColor { background-color: #EFFDFE; }

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

This div background color is #EFFDFE.


Border color

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

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

This div border color is #EFFDFE.


Opacity

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

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

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

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

This text has shadow with #EFFDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFDFE on black background.


Color preview on white background

This text has color #EFFDFE on white background.



Black color preview on #EFFDFE background

This text has black color on #EFFDFE background.


White color preview on #EFFDFE background

This text has white color on #EFFDFE background.