COLOR #EFF0EE

HEX: #EFF0EE
RGB: (239,240,238)

Color info

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

RGB color model

#EFF0EE color RGB value is (239,240,238).

  • red value is 239;
  • green value is 240;
  • blue value is 238.
RGB:
(239,240,238)
(94%,94%,93%)

RGB channels and saturation

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

239
240
238

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

Portions of RGB colors in percentages

R + G + B =
239 + 240 + 238 = 717 (100%)
R 239 of 717 ~ 33.33%
G 240 of 717 ~ 33.47%
B 238 of 717 ~ 33.19%

%33.33
%33.47
%33.19

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • 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
%0.83
%5.88

Codes

Color #EFF0EE in popluar color models

EFF0EE
RGB239240238
HSL90°6.25%93.73%
HSB/HSV90°0.83%94.12%
CMYK0.42%0.00%0.83%
5.88%

Color #EFF0EE in popluar number systems.

HEXEFF0EE
Decimal239240238
Binary111011111111000011101110
Octal357360356

Shades and tints

Shades of #EFF0EE

#EFF0EE
(239,240,238)
#DADBD9
(218,219,217)
#C5C6C4
(197,198,196)
#B0B1AF
(176,177,175)
#9B9C9A
(155,156,154)
#868785
(134,135,133)
#717270
(113,114,112)
#5C5D5B
(92,93,91)
#474846
(71,72,70)
#323331
(50,51,49)
#1D1E1C
(29,30,28)
#000000
(0,0,0)

Tints of #EFF0EE

#EFF0EE
(239,240,238)
#F0F1EF
(240,241,239)
#F1F2F0
(241,242,240)
#F2F3F1
(242,243,241)
#F3F4F2
(243,244,242)
#F4F5F3
(244,245,243)
#F5F6F4
(245,246,244)
#F6F7F5
(246,247,245)
#F7F8F6
(247,248,246)
#F8F9F7
(248,249,247)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF0EE; }

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

This text font color is #EFF0EE.


Background Color

.myBgColor { background-color: #EFF0EE; }

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

This div background color is #EFF0EE.


Border color

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

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

This div border color is #EFF0EE.


Opacity

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

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

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

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

This text has shadow with #EFF0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF0EE on black background.


Color preview on white background

This text has color #EFF0EE on white background.



Black color preview on #EFF0EE background

This text has black color on #EFF0EE background.


White color preview on #EFF0EE background

This text has white color on #EFF0EE background.