COLOR #EFF9FA

HEX: #EFF9FA
RGB: (239,249,250)

Color info

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

RGB color model

#EFF9FA color RGB value is (239,249,250).

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

RGB channels and saturation

R 239 of 255 = 94%
G 249 of 255 = 98%
B 250 of 255 = 98%

239
249
250

R + G + B ~ 97%. #EFF9FA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 249 + 250 = 738 (100%)
R 239 of 738 ~ 32.38%
G 249 of 738 ~ 33.74%
B 250 of 738 ~ 33.88%

%32.38
%33.74
%33.88

CMYK color model

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

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

CMYK percentages

%4.4
%0.4
%0
%1.96

Codes

Color #EFF9FA in popluar color models

EFF9FA
RGB239249250
HSL185°52.38%95.88%
HSB/HSV185°4.40%98.04%
CMYK4.40%0.40%0.00%
1.96%

Color #EFF9FA in popluar number systems.

HEXEFF9FA
Decimal239249250
Binary111011111111100111111010
Octal357371372

Shades and tints

Shades of #EFF9FA

#EFF9FA
(239,249,250)
#DAE3E4
(218,227,228)
#C5CDCE
(197,205,206)
#B0B7B8
(176,183,184)
#9BA1A2
(155,161,162)
#868B8C
(134,139,140)
#717576
(113,117,118)
#5C5F60
(92,95,96)
#47494A
(71,73,74)
#323334
(50,51,52)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #EFF9FA

#EFF9FA
(239,249,250)
#F0F9FA
(240,249,250)
#F1F9FA
(241,249,250)
#F2F9FA
(242,249,250)
#F3F9FA
(243,249,250)
#F4F9FA
(244,249,250)
#F5F9FA
(245,249,250)
#F6F9FA
(246,249,250)
#F7F9FA
(247,249,250)
#F8F9FA
(248,249,250)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF9FA; }

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

This text font color is #EFF9FA.


Background Color

.myBgColor { background-color: #EFF9FA; }

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

This div background color is #EFF9FA.


Border color

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

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

This div border color is #EFF9FA.


Opacity

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

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

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

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

This text has shadow with #EFF9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF9FA on black background.


Color preview on white background

This text has color #EFF9FA on white background.



Black color preview on #EFF9FA background

This text has black color on #EFF9FA background.


White color preview on #EFF9FA background

This text has white color on #EFF9FA background.