COLOR #EFF6EC

HEX: #EFF6EC
RGB: (239,246,236)

Color info

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

RGB color model

#EFF6EC color RGB value is (239,246,236).

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

RGB channels and saturation

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

239
246
236

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

Portions of RGB colors in percentages

R + G + B =
239 + 246 + 236 = 721 (100%)
R 239 of 721 ~ 33.15%
G 246 of 721 ~ 34.12%
B 236 of 721 ~ 32.73%

%33.15
%34.12
%32.73

CMYK color model

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

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

CMYK percentages

%2.85
%0
%4.07
%3.53

Codes

Color #EFF6EC in popluar color models

EFF6EC
RGB239246236
HSL102°35.71%94.51%
HSB/HSV102°4.07%96.47%
CMYK2.85%0.00%4.07%
3.53%

Color #EFF6EC in popluar number systems.

HEXEFF6EC
Decimal239246236
Binary111011111111011011101100
Octal357366354

Shades and tints

Shades of #EFF6EC

#EFF6EC
(239,246,236)
#DAE0D7
(218,224,215)
#C5CAC2
(197,202,194)
#B0B4AD
(176,180,173)
#9B9E98
(155,158,152)
#868883
(134,136,131)
#71726E
(113,114,110)
#5C5C59
(92,92,89)
#474644
(71,70,68)
#32302F
(50,48,47)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #EFF6EC

#EFF6EC
(239,246,236)
#F0F6ED
(240,246,237)
#F1F6EE
(241,246,238)
#F2F6EF
(242,246,239)
#F3F6F0
(243,246,240)
#F4F6F1
(244,246,241)
#F5F6F2
(245,246,242)
#F6F6F3
(246,246,243)
#F7F6F4
(247,246,244)
#F8F6F5
(248,246,245)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF6EC; }

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

This text font color is #EFF6EC.


Background Color

.myBgColor { background-color: #EFF6EC; }

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

This div background color is #EFF6EC.


Border color

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

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

This div border color is #EFF6EC.


Opacity

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

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

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

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

This text has shadow with #EFF6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF6EC on black background.


Color preview on white background

This text has color #EFF6EC on white background.



Black color preview on #EFF6EC background

This text has black color on #EFF6EC background.


White color preview on #EFF6EC background

This text has white color on #EFF6EC background.