COLOR #EFF1EA

HEX: #EFF1EA
RGB: (239,241,234)

Color info

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

RGB color model

#EFF1EA color RGB value is (239,241,234).

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

RGB channels and saturation

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

239
241
234

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

Portions of RGB colors in percentages

R + G + B =
239 + 241 + 234 = 714 (100%)
R 239 of 714 ~ 33.47%
G 241 of 714 ~ 33.75%
B 234 of 714 ~ 32.77%

%33.47
%33.75
%32.77

CMYK color model

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

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

CMYK percentages

%0.83
%0
%2.9
%5.49

Codes

Color #EFF1EA in popluar color models

EFF1EA
RGB239241234
HSL77°20.00%93.14%
HSB/HSV77°2.90%94.51%
CMYK0.83%0.00%2.90%
5.49%

Color #EFF1EA in popluar number systems.

HEXEFF1EA
Decimal239241234
Binary111011111111000111101010
Octal357361352

Shades and tints

Shades of #EFF1EA

#EFF1EA
(239,241,234)
#DADCD5
(218,220,213)
#C5C7C0
(197,199,192)
#B0B2AB
(176,178,171)
#9B9D96
(155,157,150)
#868881
(134,136,129)
#71736C
(113,115,108)
#5C5E57
(92,94,87)
#474942
(71,73,66)
#32342D
(50,52,45)
#1D1F18
(29,31,24)
#000000
(0,0,0)

Tints of #EFF1EA

#EFF1EA
(239,241,234)
#F0F2EB
(240,242,235)
#F1F3EC
(241,243,236)
#F2F4ED
(242,244,237)
#F3F5EE
(243,245,238)
#F4F6EF
(244,246,239)
#F5F7F0
(245,247,240)
#F6F8F1
(246,248,241)
#F7F9F2
(247,249,242)
#F8FAF3
(248,250,243)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF1EA; }

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

This text font color is #EFF1EA.


Background Color

.myBgColor { background-color: #EFF1EA; }

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

This div background color is #EFF1EA.


Border color

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

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

This div border color is #EFF1EA.


Opacity

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

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

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

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

This text has shadow with #EFF1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF1EA on black background.


Color preview on white background

This text has color #EFF1EA on white background.



Black color preview on #EFF1EA background

This text has black color on #EFF1EA background.


White color preview on #EFF1EA background

This text has white color on #EFF1EA background.