COLOR #EFF0ED

HEX: #EFF0ED RGB: (239,240,237)

Color info

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

RGB color model

#EFF0ED color RGB value is (239,240,237).

RGB: (239,240,237) (94%, 94%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 237 of 255 = 93%

239
240
237

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

Portions of RGB colors in percentages

R + G + B = 239 + 240 + 237 = 716 (100%)
R 239 of 716 ~ 33.38%
G 240 of 716 ~ 33.52%
B 237 of 716 ~ 33.1'%

%33.38
%33.52
%33.1

CMYK color model

#EFF0ED color CMYK value is (0,0,1,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 5.88%

CMYK: (0,0,1,6)
C0M0Y1K6 (0%, 0%, 1%, 6%)
(0.00 / 0.00 / 0.01 / 0.06)

CMYK percentages

%0.42
%0
%1.25
%5.88

Codes

Color #EFF0ED in popluar color models

EF F0 ED
RGB 239 240 237
HSL 80° 9.09% 93.53%
HSB/HSV 80° 1.25% 94.12%
CMYK 0.42% 0.00% 1.25%
5.88%

Color #EFF0ED in popluar number systems.

HEX EF F0 ED
Decimal 239 240 237
Binary 11101111 11110000 11101101
Octal 357 360 355

Shades and tints

Shades of #EFF0ED

#EFF0ED
(239,240,237)
#DADBD8
(218,219,216)
#C5C6C3
(197,198,195)
#B0B1AE
(176,177,174)
#9B9C99
(155,156,153)
#868784
(134,135,132)
#71726F
(113,114,111)
#5C5D5A
(92,93,90)
#474845
(71,72,69)
#323330
(50,51,48)
#1D1E1B
(29,30,27)
#000000
(0,0,0)

Tints of #EFF0ED

#EFF0ED
(239,240,237)
#F0F1EE
(240,241,238)
#F1F2EF
(241,242,239)
#F2F3F0
(242,243,240)
#F3F4F1
(243,244,241)
#F4F5F2
(244,245,242)
#F5F6F3
(245,246,243)
#F6F7F4
(246,247,244)
#F7F8F5
(247,248,245)
#F8F9F6
(248,249,246)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF0ED; }

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

This text font color is #EFF0ED.

Background Color

.myBgColor { background-color: #EFF0ED; }

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

This div background color is #EFF0ED.

Border color

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

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

This div border color is #EFF0ED.

Opacity

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

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

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

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

This text has shadow with #EFF0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF0ED.

Preview

Color preview on black background

This text has color #EFF0ED on black background.


Color preview on white background

This text has color #EFF0ED on white background.


Black color preview on #EFF0ED background

This text has black color on #EFF0ED background.


White color preview on #EFF0ED background

This text has white color on #EFF0ED background.


Related colors

Complementary color

Complementary color for #hex is #100F12.


I love getcolorcode.com

Triadic colors

1 #EDEFF0 and #F0EDEF with #EFF0ED are triadic colors.

2 #EDF0EF and #F0EFED with #EFF0ED are triadic colors.