COLOR #EFF4FA

HEX: #EFF4FA
RGB: (239,244,250)

Color info

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

RGB color model

#EFF4FA color RGB value is (239,244,250).

  • red value is 239;
  • green value is 244;
  • blue value is 250.
RGB:
(239,244,250)
(94%,96%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 244 of 255 = 96%
B 250 of 255 = 98%

239
244
250

R + G + B ~ 96%. #EFF4FA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 244 + 250 = 733 (100%)
R 239 of 733 ~ 32.61%
G 244 of 733 ~ 33.29%
B 250 of 733 ~ 34.11%

%32.61
%33.29
%34.11

CMYK color model

#EFF4FA color CMYK value is (4,2,0,2).

  • cyan value is 4.40%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,2,0,2)
C4M2Y0K2 
(4%,2%,0%,2%)
(0.04/0.02/0.00/0.02)	

CMYK percentages

%4.4
%2.4
%0
%1.96

Codes

Color #EFF4FA in popluar color models

EFF4FA
RGB239244250
HSL213°52.38%95.88%
HSB/HSV213°4.40%98.04%
CMYK4.40%2.40%0.00%
1.96%

Color #EFF4FA in popluar number systems.

HEXEFF4FA
Decimal239244250
Binary111011111111010011111010
Octal357364372

Shades and tints

Shades of #EFF4FA

#EFF4FA
(239,244,250)
#DADEE4
(218,222,228)
#C5C8CE
(197,200,206)
#B0B2B8
(176,178,184)
#9B9CA2
(155,156,162)
#86868C
(134,134,140)
#717076
(113,112,118)
#5C5A60
(92,90,96)
#47444A
(71,68,74)
#322E34
(50,46,52)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #EFF4FA

#EFF4FA
(239,244,250)
#F0F5FA
(240,245,250)
#F1F6FA
(241,246,250)
#F2F7FA
(242,247,250)
#F3F8FA
(243,248,250)
#F4F9FA
(244,249,250)
#F5FAFA
(245,250,250)
#F6FBFA
(246,251,250)
#F7FCFA
(247,252,250)
#F8FDFA
(248,253,250)
#F9FEFA
(249,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF4FA color. Also use rgb(239,244,250) instead hex code.

Text Font Color

.myTextColor { color: #EFF4FA; }

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

This text font color is #EFF4FA.


Background Color

.myBgColor { background-color: #EFF4FA; }

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

This div background color is #EFF4FA.


Border color

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

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

This div border color is #EFF4FA.


Opacity

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

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

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

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

This text has shadow with #EFF4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF4FA on black background.


Color preview on white background

This text has color #EFF4FA on white background.



Black color preview on #EFF4FA background

This text has black color on #EFF4FA background.


White color preview on #EFF4FA background

This text has white color on #EFF4FA background.