COLOR #EFFFFB

HEX: #EFFFFB
RGB: (239,255,251)

Color info

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

RGB color model

#EFFFFB color RGB value is (239,255,251).

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

RGB channels and saturation

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

239
255
251

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

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 251 = 745 (100%)
R 239 of 745 ~ 32.08%
G 255 of 745 ~ 34.23%
B 251 of 745 ~ 33.69%

%32.08
%34.23
%33.69

CMYK color model

#EFFFFB color CMYK value is (6,0,2,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK:
(6,0,2,0)
C6M0Y2K0 
(6%,0%,2%,0%)
(0.06/0.00/0.02/0.00)	

CMYK percentages

%6.27
%0
%1.57
%0

Codes

Color #EFFFFB in popluar color models

EFFFFB
RGB239255251
HSL165°100.00%96.86%
HSB/HSV165°6.27%100.00%
CMYK6.27%0.00%1.57%
0.00%

Color #EFFFFB in popluar number systems.

HEXEFFFFB
Decimal239255251
Binary111011111111111111111011
Octal357377373

Shades and tints

Shades of #EFFFFB

#EFFFFB
(239,255,251)
#DAE8E5
(218,232,229)
#C5D1CF
(197,209,207)
#B0BAB9
(176,186,185)
#9BA3A3
(155,163,163)
#868C8D
(134,140,141)
#717577
(113,117,119)
#5C5E61
(92,94,97)
#47474B
(71,71,75)
#323035
(50,48,53)
#1D191F
(29,25,31)
#000000
(0,0,0)

Tints of #EFFFFB

#EFFFFB
(239,255,251)
#F0FFFB
(240,255,251)
#F1FFFB
(241,255,251)
#F2FFFB
(242,255,251)
#F3FFFB
(243,255,251)
#F4FFFB
(244,255,251)
#F5FFFB
(245,255,251)
#F6FFFB
(246,255,251)
#F7FFFB
(247,255,251)
#F8FFFB
(248,255,251)
#F9FFFB
(249,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFFFB; }

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

This text font color is #EFFFFB.


Background Color

.myBgColor { background-color: #EFFFFB; }

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

This div background color is #EFFFFB.


Border color

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

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

This div border color is #EFFFFB.


Opacity

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

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

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

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

This text has shadow with #EFFFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFFB on black background.


Color preview on white background

This text has color #EFFFFB on white background.



Black color preview on #EFFFFB background

This text has black color on #EFFFFB background.


White color preview on #EFFFFB background

This text has white color on #EFFFFB background.