COLOR #EFF2EA

HEX: #EFF2EA
RGB: (239,242,234)

Color info

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

RGB color model

#EFF2EA color RGB value is (239,242,234).

  • red value is 239;
  • green value is 242;
  • blue value is 234.
RGB:
(239,242,234)
(94%,95%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 242 of 255 = 95%
B 234 of 255 = 92%

239
242
234

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

Portions of RGB colors in percentages

R + G + B =
239 + 242 + 234 = 715 (100%)
R 239 of 715 ~ 33.43%
G 242 of 715 ~ 33.85%
B 234 of 715 ~ 32.73%

%33.43
%33.85
%32.73

CMYK color model

#EFF2EA color CMYK value is (1,0,3,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 5.10%
CMYK:
(1,0,3,5)
C1M0Y3K5 
(1%,0%,3%,5%)
(0.01/0.00/0.03/0.05)	

CMYK percentages

%1.24
%0
%3.31
%5.1

Codes

Color #EFF2EA in popluar color models

EFF2EA
RGB239242234
HSL82°23.53%93.33%
HSB/HSV82°3.31%94.90%
CMYK1.24%0.00%3.31%
5.10%

Color #EFF2EA in popluar number systems.

HEXEFF2EA
Decimal239242234
Binary111011111111001011101010
Octal357362352

Shades and tints

Shades of #EFF2EA

#EFF2EA
(239,242,234)
#DADCD5
(218,220,213)
#C5C6C0
(197,198,192)
#B0B0AB
(176,176,171)
#9B9A96
(155,154,150)
#868481
(134,132,129)
#716E6C
(113,110,108)
#5C5857
(92,88,87)
#474242
(71,66,66)
#322C2D
(50,44,45)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #EFF2EA

#EFF2EA
(239,242,234)
#F0F3EB
(240,243,235)
#F1F4EC
(241,244,236)
#F2F5ED
(242,245,237)
#F3F6EE
(243,246,238)
#F4F7EF
(244,247,239)
#F5F8F0
(245,248,240)
#F6F9F1
(246,249,241)
#F7FAF2
(247,250,242)
#F8FBF3
(248,251,243)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF2EA; }

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

This text font color is #EFF2EA.


Background Color

.myBgColor { background-color: #EFF2EA; }

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

This div background color is #EFF2EA.


Border color

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

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

This div border color is #EFF2EA.


Opacity

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

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

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

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

This text has shadow with #EFF2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF2EA on black background.


Color preview on white background

This text has color #EFF2EA on white background.



Black color preview on #EFF2EA background

This text has black color on #EFF2EA background.


White color preview on #EFF2EA background

This text has white color on #EFF2EA background.