COLOR #EFF8FB

HEX: #EFF8FB
RGB: (239,248,251)

Color info

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

RGB color model

#EFF8FB color RGB value is (239,248,251).

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

RGB channels and saturation

R 239 of 255 = 94%
G 248 of 255 = 97%
B 251 of 255 = 98%

239
248
251

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

Portions of RGB colors in percentages

R + G + B =
239 + 248 + 251 = 738 (100%)
R 239 of 738 ~ 32.38%
G 248 of 738 ~ 33.6%
B 251 of 738 ~ 34.01%

%32.38
%33.6
%34.01

CMYK color model

#EFF8FB color CMYK value is (5,1,0,2).

  • cyan value is 4.78%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,1,0,2)
C5M1Y0K2 
(5%,1%,0%,2%)
(0.05/0.01/0.00/0.02)	

CMYK percentages

%4.78
%1.2
%0
%1.57

Codes

Color #EFF8FB in popluar color models

EFF8FB
RGB239248251
HSL195°60.00%96.08%
HSB/HSV195°4.78%98.43%
CMYK4.78%1.20%0.00%
1.57%

Color #EFF8FB in popluar number systems.

HEXEFF8FB
Decimal239248251
Binary111011111111100011111011
Octal357370373

Shades and tints

Shades of #EFF8FB

#EFF8FB
(239,248,251)
#DAE2E5
(218,226,229)
#C5CCCF
(197,204,207)
#B0B6B9
(176,182,185)
#9BA0A3
(155,160,163)
#868A8D
(134,138,141)
#717477
(113,116,119)
#5C5E61
(92,94,97)
#47484B
(71,72,75)
#323235
(50,50,53)
#1D1C1F
(29,28,31)
#000000
(0,0,0)

Tints of #EFF8FB

#EFF8FB
(239,248,251)
#F0F8FB
(240,248,251)
#F1F8FB
(241,248,251)
#F2F8FB
(242,248,251)
#F3F8FB
(243,248,251)
#F4F8FB
(244,248,251)
#F5F8FB
(245,248,251)
#F6F8FB
(246,248,251)
#F7F8FB
(247,248,251)
#F8F8FB
(248,248,251)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF8FB; }

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

This text font color is #EFF8FB.


Background Color

.myBgColor { background-color: #EFF8FB; }

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

This div background color is #EFF8FB.


Border color

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

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

This div border color is #EFF8FB.


Opacity

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

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

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

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

This text has shadow with #EFF8FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF8FB on black background.


Color preview on white background

This text has color #EFF8FB on white background.



Black color preview on #EFF8FB background

This text has black color on #EFF8FB background.


White color preview on #EFF8FB background

This text has white color on #EFF8FB background.