COLOR #EFF0FB

HEX: #EFF0FB
RGB: (239,240,251)

Color info

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

RGB color model

#EFF0FB color RGB value is (239,240,251).

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

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 251 of 255 = 98%

239
240
251

R + G + B ~ 95%. #EFF0FB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 240 + 251 = 730 (100%)
R 239 of 730 ~ 32.74%
G 240 of 730 ~ 32.88%
B 251 of 730 ~ 34.38%

%32.74
%32.88
%34.38

CMYK color model

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

  • cyan value is 4.78%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,4,0,2)
C5M4Y0K2 
(5%,4%,0%,2%)
(0.05/0.04/0.00/0.02)	

CMYK percentages

%4.78
%4.38
%0
%1.57

Codes

Color #EFF0FB in popluar color models

EFF0FB
RGB239240251
HSL235°60.00%96.08%
HSB/HSV235°4.78%98.43%
CMYK4.78%4.38%0.00%
1.57%

Color #EFF0FB in popluar number systems.

HEXEFF0FB
Decimal239240251
Binary111011111111000011111011
Octal357360373

Shades and tints

Shades of #EFF0FB

#EFF0FB
(239,240,251)
#DADBE5
(218,219,229)
#C5C6CF
(197,198,207)
#B0B1B9
(176,177,185)
#9B9CA3
(155,156,163)
#86878D
(134,135,141)
#717277
(113,114,119)
#5C5D61
(92,93,97)
#47484B
(71,72,75)
#323335
(50,51,53)
#1D1E1F
(29,30,31)
#000000
(0,0,0)

Tints of #EFF0FB

#EFF0FB
(239,240,251)
#F0F1FB
(240,241,251)
#F1F2FB
(241,242,251)
#F2F3FB
(242,243,251)
#F3F4FB
(243,244,251)
#F4F5FB
(244,245,251)
#F5F6FB
(245,246,251)
#F6F7FB
(246,247,251)
#F7F8FB
(247,248,251)
#F8F9FB
(248,249,251)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF0FB color. Also use rgb(239,240,251) instead hex code.

Text Font Color

.myTextColor { color: #EFF0FB; }

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

This text font color is #EFF0FB.


Background Color

.myBgColor { background-color: #EFF0FB; }

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

This div background color is #EFF0FB.


Border color

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

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

This div border color is #EFF0FB.


Opacity

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

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

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

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

This text has shadow with #EFF0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF0FB on black background.


Color preview on white background

This text has color #EFF0FB on white background.



Black color preview on #EFF0FB background

This text has black color on #EFF0FB background.


White color preview on #EFF0FB background

This text has white color on #EFF0FB background.