COLOR #EFF6EF

HEX: #EFF6EF
RGB: (239,246,239)

Color info

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

RGB color model

#EFF6EF color RGB value is (239,246,239).

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

RGB channels and saturation

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

239
246
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 246 + 239 = 724 (100%)
R 239 of 724 ~ 33.01%
G 246 of 724 ~ 33.98%
B 239 of 724 ~ 33.01%

%33.01
%33.98
%33.01

CMYK color model

#EFF6EF color CMYK value is (3,0,3,4).

  • cyan value is 2.85%
  • magenta value is 0.00%
  • yellow value is 2.85%
  • key color value is 3.53%
CMYK:
(3,0,3,4)
C3M0Y3K4 
(3%,0%,3%,4%)
(0.03/0.00/0.03/0.04)	

CMYK percentages

%2.85
%0
%2.85
%3.53

Codes

Color #EFF6EF in popluar color models

EFF6EF
RGB239246239
HSL120°28.00%95.10%
HSB/HSV120°2.85%96.47%
CMYK2.85%0.00%2.85%
3.53%

Color #EFF6EF in popluar number systems.

HEXEFF6EF
Decimal239246239
Binary111011111111011011101111
Octal357366357

Shades and tints

Shades of #EFF6EF

#EFF6EF
(239,246,239)
#DAE0DA
(218,224,218)
#C5CAC5
(197,202,197)
#B0B4B0
(176,180,176)
#9B9E9B
(155,158,155)
#868886
(134,136,134)
#717271
(113,114,113)
#5C5C5C
(92,92,92)
#474647
(71,70,71)
#323032
(50,48,50)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #EFF6EF

#EFF6EF
(239,246,239)
#F0F6F0
(240,246,240)
#F1F6F1
(241,246,241)
#F2F6F2
(242,246,242)
#F3F6F3
(243,246,243)
#F4F6F4
(244,246,244)
#F5F6F5
(245,246,245)
#F6F6F6
(246,246,246)
#F7F6F7
(247,246,247)
#F8F6F8
(248,246,248)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF6EF; }

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

This text font color is #EFF6EF.


Background Color

.myBgColor { background-color: #EFF6EF; }

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

This div background color is #EFF6EF.


Border color

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

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

This div border color is #EFF6EF.


Opacity

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

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

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

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

This text has shadow with #EFF6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF6EF on black background.


Color preview on white background

This text has color #EFF6EF on white background.



Black color preview on #EFF6EF background

This text has black color on #EFF6EF background.


White color preview on #EFF6EF background

This text has white color on #EFF6EF background.