COLOR #EFF3EF

HEX: #EFF3EF
RGB: (239,243,239)

Color info

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

RGB color model

#EFF3EF color RGB value is (239,243,239).

  • red value is 239;
  • green value is 243;
  • blue value is 239.
RGB:
(239,243,239)
(94%,95%,94%)

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 239 of 255 = 94%

239
243
239

R + G + B ~ 94%. #EFF3EF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 243 + 239 = 721 (100%)
R 239 of 721 ~ 33.15%
G 243 of 721 ~ 33.7%
B 239 of 721 ~ 33.15%

%33.15
%33.7
%33.15

CMYK color model

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

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 4.71%
CMYK:
(2,0,2,5)
C2M0Y2K5 
(2%,0%,2%,5%)
(0.02/0.00/0.02/0.05)	

CMYK percentages

%1.65
%0
%1.65
%4.71

Codes

Color #EFF3EF in popluar color models

EFF3EF
RGB239243239
HSL120°14.29%94.51%
HSB/HSV120°1.65%95.29%
CMYK1.65%0.00%1.65%
4.71%

Color #EFF3EF in popluar number systems.

HEXEFF3EF
Decimal239243239
Binary111011111111001111101111
Octal357363357

Shades and tints

Shades of #EFF3EF

#EFF3EF
(239,243,239)
#DADDDA
(218,221,218)
#C5C7C5
(197,199,197)
#B0B1B0
(176,177,176)
#9B9B9B
(155,155,155)
#868586
(134,133,134)
#716F71
(113,111,113)
#5C595C
(92,89,92)
#474347
(71,67,71)
#322D32
(50,45,50)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #EFF3EF

#EFF3EF
(239,243,239)
#F0F4F0
(240,244,240)
#F1F5F1
(241,245,241)
#F2F6F2
(242,246,242)
#F3F7F3
(243,247,243)
#F4F8F4
(244,248,244)
#F5F9F5
(245,249,245)
#F6FAF6
(246,250,246)
#F7FBF7
(247,251,247)
#F8FCF8
(248,252,248)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF3EF; }

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

This text font color is #EFF3EF.


Background Color

.myBgColor { background-color: #EFF3EF; }

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

This div background color is #EFF3EF.


Border color

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

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

This div border color is #EFF3EF.


Opacity

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

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

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

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

This text has shadow with #EFF3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF3EF on black background.


Color preview on white background

This text has color #EFF3EF on white background.



Black color preview on #EFF3EF background

This text has black color on #EFF3EF background.


White color preview on #EFF3EF background

This text has white color on #EFF3EF background.