COLOR #EFF7EF

HEX: #EFF7EF
RGB: (239,247,239)

Color info

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

RGB color model

#EFF7EF color RGB value is (239,247,239).

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

RGB channels and saturation

R 239 of 255 = 94%
G 247 of 255 = 97%
B 239 of 255 = 94%

239
247
239

R + G + B ~ 95%. #EFF7EF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 247 + 239 = 725 (100%)
R 239 of 725 ~ 32.97%
G 247 of 725 ~ 34.07%
B 239 of 725 ~ 32.97%

%32.97
%34.07
%32.97

CMYK color model

#EFF7EF color CMYK value is (3,0,3,3).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 3.14%
CMYK:
(3,0,3,3)
C3M0Y3K3 
(3%,0%,3%,3%)
(0.03/0.00/0.03/0.03)	

CMYK percentages

%3.24
%0
%3.24
%3.14

Codes

Color #EFF7EF in popluar color models

EFF7EF
RGB239247239
HSL120°33.33%95.29%
HSB/HSV120°3.24%96.86%
CMYK3.24%0.00%3.24%
3.14%

Color #EFF7EF in popluar number systems.

HEXEFF7EF
Decimal239247239
Binary111011111111011111101111
Octal357367357

Shades and tints

Shades of #EFF7EF

#EFF7EF
(239,247,239)
#DAE1DA
(218,225,218)
#C5CBC5
(197,203,197)
#B0B5B0
(176,181,176)
#9B9F9B
(155,159,155)
#868986
(134,137,134)
#717371
(113,115,113)
#5C5D5C
(92,93,92)
#474747
(71,71,71)
#323132
(50,49,50)
#1D1B1D
(29,27,29)
#000000
(0,0,0)

Tints of #EFF7EF

#EFF7EF
(239,247,239)
#F0F7F0
(240,247,240)
#F1F7F1
(241,247,241)
#F2F7F2
(242,247,242)
#F3F7F3
(243,247,243)
#F4F7F4
(244,247,244)
#F5F7F5
(245,247,245)
#F6F7F6
(246,247,246)
#F7F7F7
(247,247,247)
#F8F7F8
(248,247,248)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF7EF; }

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

This text font color is #EFF7EF.


Background Color

.myBgColor { background-color: #EFF7EF; }

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

This div background color is #EFF7EF.


Border color

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

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

This div border color is #EFF7EF.


Opacity

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

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

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

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

This text has shadow with #EFF7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF7EF on black background.


Color preview on white background

This text has color #EFF7EF on white background.



Black color preview on #EFF7EF background

This text has black color on #EFF7EF background.


White color preview on #EFF7EF background

This text has white color on #EFF7EF background.