COLOR #EFFCFB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

239
252
251

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

Portions of RGB colors in percentages

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

%32.21
%33.96
%33.83

CMYK color model

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

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • 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
%0.4
%1.18

Codes

Color #EFFCFB in popluar color models

EFFCFB
RGB239252251
HSL175°68.42%96.27%
HSB/HSV175°5.16%98.82%
CMYK5.16%0.00%0.40%
1.18%

Color #EFFCFB in popluar number systems.

HEXEFFCFB
Decimal239252251
Binary111011111111110011111011
Octal357374373

Shades and tints

Shades of #EFFCFB

#EFFCFB
(239,252,251)
#DAE6E5
(218,230,229)
#C5D0CF
(197,208,207)
#B0BAB9
(176,186,185)
#9BA4A3
(155,164,163)
#868E8D
(134,142,141)
#717877
(113,120,119)
#5C6261
(92,98,97)
#474C4B
(71,76,75)
#323635
(50,54,53)
#1D201F
(29,32,31)
#000000
(0,0,0)

Tints of #EFFCFB

#EFFCFB
(239,252,251)
#F0FCFB
(240,252,251)
#F1FCFB
(241,252,251)
#F2FCFB
(242,252,251)
#F3FCFB
(243,252,251)
#F4FCFB
(244,252,251)
#F5FCFB
(245,252,251)
#F6FCFB
(246,252,251)
#F7FCFB
(247,252,251)
#F8FCFB
(248,252,251)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFCFB; }

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

This text font color is #EFFCFB.


Background Color

.myBgColor { background-color: #EFFCFB; }

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

This div background color is #EFFCFB.


Border color

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

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

This div border color is #EFFCFB.


Opacity

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

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

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

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

This text has shadow with #EFFCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFCFB on black background.


Color preview on white background

This text has color #EFFCFB on white background.



Black color preview on #EFFCFB background

This text has black color on #EFFCFB background.


White color preview on #EFFCFB background

This text has white color on #EFFCFB background.