COLOR #EFFBFC

HEX: #EFFBFC
RGB: (239,251,252)

Color info

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

RGB color model

#EFFBFC color RGB value is (239,251,252).

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

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 252 of 255 = 99%

239
251
252

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

Portions of RGB colors in percentages

R + G + B =
239 + 251 + 252 = 742 (100%)
R 239 of 742 ~ 32.21%
G 251 of 742 ~ 33.83%
B 252 of 742 ~ 33.96%

%32.21
%33.83
%33.96

CMYK color model

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

  • cyan value is 5.16%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(5,0,0,1)
C5M0Y0K1 
(5%,0%,0%,1%)
(0.05/0.00/0.00/0.01)	

CMYK percentages

%5.16
%0.4
%0
%1.18

Codes

Color #EFFBFC in popluar color models

EFFBFC
RGB239251252
HSL185°68.42%96.27%
HSB/HSV185°5.16%98.82%
CMYK5.16%0.40%0.00%
1.18%

Color #EFFBFC in popluar number systems.

HEXEFFBFC
Decimal239251252
Binary111011111111101111111100
Octal357373374

Shades and tints

Shades of #EFFBFC

#EFFBFC
(239,251,252)
#DAE5E6
(218,229,230)
#C5CFD0
(197,207,208)
#B0B9BA
(176,185,186)
#9BA3A4
(155,163,164)
#868D8E
(134,141,142)
#717778
(113,119,120)
#5C6162
(92,97,98)
#474B4C
(71,75,76)
#323536
(50,53,54)
#1D1F20
(29,31,32)
#000000
(0,0,0)

Tints of #EFFBFC

#EFFBFC
(239,251,252)
#F0FBFC
(240,251,252)
#F1FBFC
(241,251,252)
#F2FBFC
(242,251,252)
#F3FBFC
(243,251,252)
#F4FBFC
(244,251,252)
#F5FBFC
(245,251,252)
#F6FBFC
(246,251,252)
#F7FBFC
(247,251,252)
#F8FBFC
(248,251,252)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFBFC; }

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

This text font color is #EFFBFC.


Background Color

.myBgColor { background-color: #EFFBFC; }

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

This div background color is #EFFBFC.


Border color

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

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

This div border color is #EFFBFC.


Opacity

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

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

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

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

This text has shadow with #EFFBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFBFC on black background.


Color preview on white background

This text has color #EFFBFC on white background.



Black color preview on #EFFBFC background

This text has black color on #EFFBFC background.


White color preview on #EFFBFC background

This text has white color on #EFFBFC background.