COLOR #EFF5EF

HEX: #EFF5EF
RGB: (239,245,239)

Color info

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

RGB color model

#EFF5EF color RGB value is (239,245,239).

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

RGB channels and saturation

R 239 of 255 = 94%
G 245 of 255 = 96%
B 239 of 255 = 94%

239
245
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 245 + 239 = 723 (100%)
R 239 of 723 ~ 33.06%
G 245 of 723 ~ 33.89%
B 239 of 723 ~ 33.06%

%33.06
%33.89
%33.06

CMYK color model

#EFF5EF color CMYK value is (2,0,2,4).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 3.92%
CMYK:
(2,0,2,4)
C2M0Y2K4 
(2%,0%,2%,4%)
(0.02/0.00/0.02/0.04)	

CMYK percentages

%2.45
%0
%2.45
%3.92

Codes

Color #EFF5EF in popluar color models

EFF5EF
RGB239245239
HSL120°23.08%94.90%
HSB/HSV120°2.45%96.08%
CMYK2.45%0.00%2.45%
3.92%

Color #EFF5EF in popluar number systems.

HEXEFF5EF
Decimal239245239
Binary111011111111010111101111
Octal357365357

Shades and tints

Shades of #EFF5EF

#EFF5EF
(239,245,239)
#DADFDA
(218,223,218)
#C5C9C5
(197,201,197)
#B0B3B0
(176,179,176)
#9B9D9B
(155,157,155)
#868786
(134,135,134)
#717171
(113,113,113)
#5C5B5C
(92,91,92)
#474547
(71,69,71)
#322F32
(50,47,50)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #EFF5EF

#EFF5EF
(239,245,239)
#F0F5F0
(240,245,240)
#F1F5F1
(241,245,241)
#F2F5F2
(242,245,242)
#F3F5F3
(243,245,243)
#F4F5F4
(244,245,244)
#F5F5F5
(245,245,245)
#F6F5F6
(246,245,246)
#F7F5F7
(247,245,247)
#F8F5F8
(248,245,248)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF5EF; }

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

This text font color is #EFF5EF.


Background Color

.myBgColor { background-color: #EFF5EF; }

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

This div background color is #EFF5EF.


Border color

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

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

This div border color is #EFF5EF.


Opacity

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

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

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

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

This text has shadow with #EFF5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF5EF on black background.


Color preview on white background

This text has color #EFF5EF on white background.



Black color preview on #EFF5EF background

This text has black color on #EFF5EF background.


White color preview on #EFF5EF background

This text has white color on #EFF5EF background.