COLOR #EFF5EA

HEX: #EFF5EA
RGB: (239,245,234)

Color info

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

RGB color model

#EFF5EA color RGB value is (239,245,234).

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

RGB channels and saturation

R 239 of 255 = 94%
G 245 of 255 = 96%
B 234 of 255 = 92%

239
245
234

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

Portions of RGB colors in percentages

R + G + B =
239 + 245 + 234 = 718 (100%)
R 239 of 718 ~ 33.29%
G 245 of 718 ~ 34.12%
B 234 of 718 ~ 32.59%

%33.29
%34.12
%32.59

CMYK color model

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

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 3.92%
CMYK:
(2,0,4,4)
C2M0Y4K4 
(2%,0%,4%,4%)
(0.02/0.00/0.04/0.04)	

CMYK percentages

%2.45
%0
%4.49
%3.92

Codes

Color #EFF5EA in popluar color models

EFF5EA
RGB239245234
HSL93°35.48%93.92%
HSB/HSV93°4.49%96.08%
CMYK2.45%0.00%4.49%
3.92%

Color #EFF5EA in popluar number systems.

HEXEFF5EA
Decimal239245234
Binary111011111111010111101010
Octal357365352

Shades and tints

Shades of #EFF5EA

#EFF5EA
(239,245,234)
#DADFD5
(218,223,213)
#C5C9C0
(197,201,192)
#B0B3AB
(176,179,171)
#9B9D96
(155,157,150)
#868781
(134,135,129)
#71716C
(113,113,108)
#5C5B57
(92,91,87)
#474542
(71,69,66)
#322F2D
(50,47,45)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFF5EA

#EFF5EA
(239,245,234)
#F0F5EB
(240,245,235)
#F1F5EC
(241,245,236)
#F2F5ED
(242,245,237)
#F3F5EE
(243,245,238)
#F4F5EF
(244,245,239)
#F5F5F0
(245,245,240)
#F6F5F1
(246,245,241)
#F7F5F2
(247,245,242)
#F8F5F3
(248,245,243)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF5EA; }

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

This text font color is #EFF5EA.


Background Color

.myBgColor { background-color: #EFF5EA; }

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

This div background color is #EFF5EA.


Border color

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

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

This div border color is #EFF5EA.


Opacity

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

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

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

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

This text has shadow with #EFF5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF5EA on black background.


Color preview on white background

This text has color #EFF5EA on white background.



Black color preview on #EFF5EA background

This text has black color on #EFF5EA background.


White color preview on #EFF5EA background

This text has white color on #EFF5EA background.