COLOR #EFF4EE

HEX: #EFF4EE
RGB: (239,244,238)

Color info

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

RGB color model

#EFF4EE color RGB value is (239,244,238).

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

RGB channels and saturation

R 239 of 255 = 94%
G 244 of 255 = 96%
B 238 of 255 = 93%

239
244
238

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

Portions of RGB colors in percentages

R + G + B =
239 + 244 + 238 = 721 (100%)
R 239 of 721 ~ 33.15%
G 244 of 721 ~ 33.84%
B 238 of 721 ~ 33.01%

%33.15
%33.84
%33.01

CMYK color model

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

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

CMYK percentages

%2.05
%0
%2.46
%4.31

Codes

Color #EFF4EE in popluar color models

EFF4EE
RGB239244238
HSL110°21.43%94.51%
HSB/HSV110°2.46%95.69%
CMYK2.05%0.00%2.46%
4.31%

Color #EFF4EE in popluar number systems.

HEXEFF4EE
Decimal239244238
Binary111011111111010011101110
Octal357364356

Shades and tints

Shades of #EFF4EE

#EFF4EE
(239,244,238)
#DADED9
(218,222,217)
#C5C8C4
(197,200,196)
#B0B2AF
(176,178,175)
#9B9C9A
(155,156,154)
#868685
(134,134,133)
#717070
(113,112,112)
#5C5A5B
(92,90,91)
#474446
(71,68,70)
#322E31
(50,46,49)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #EFF4EE

#EFF4EE
(239,244,238)
#F0F5EF
(240,245,239)
#F1F6F0
(241,246,240)
#F2F7F1
(242,247,241)
#F3F8F2
(243,248,242)
#F4F9F3
(244,249,243)
#F5FAF4
(245,250,244)
#F6FBF5
(246,251,245)
#F7FCF6
(247,252,246)
#F8FDF7
(248,253,247)
#F9FEF8
(249,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF4EE; }

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

This text font color is #EFF4EE.


Background Color

.myBgColor { background-color: #EFF4EE; }

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

This div background color is #EFF4EE.


Border color

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

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

This div border color is #EFF4EE.


Opacity

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

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

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

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

This text has shadow with #EFF4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF4EE on black background.


Color preview on white background

This text has color #EFF4EE on white background.



Black color preview on #EFF4EE background

This text has black color on #EFF4EE background.


White color preview on #EFF4EE background

This text has white color on #EFF4EE background.