COLOR #EFF8EA

HEX: #EFF8EA RGB: (239,248,234)

Color info

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

RGB color model

#EFF8EA color RGB value is (239,248,234).

RGB: (239,248,234) (94%, 97%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 248 of 255 = 97%
B 234 of 255 = 92%

239
248
234

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

Portions of RGB colors in percentages

R + G + B = 239 + 248 + 234 = 721 (100%)
R 239 of 721 ~ 33.15%
G 248 of 721 ~ 34.4%
B 234 of 721 ~ 32.45'%

%33.15
%34.4
%32.45

CMYK color model

#EFF8EA color CMYK value is (4,0,6,3).

  • cyan value is 3.63%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 2.75%

CMYK: (4,0,6,3)
C4M0Y6K3 (4%, 0%, 6%, 3%)
(0.04 / 0.00 / 0.06 / 0.03)

CMYK percentages

%3.63
%0
%5.65
%2.75

Codes

Color #EFF8EA in popluar color models

EF F8 EA
RGB 239 248 234
HSL 99° 50.00% 94.51%
HSB/HSV 99° 5.65% 97.25%
CMYK 3.63% 0.00% 5.65%
2.75%

Color #EFF8EA in popluar number systems.

HEX EF F8 EA
Decimal 239 248 234
Binary 11101111 11111000 11101010
Octal 357 370 352

Shades and tints

Shades of #EFF8EA

#EFF8EA
(239,248,234)
#DAE2D5
(218,226,213)
#C5CCC0
(197,204,192)
#B0B6AB
(176,182,171)
#9BA096
(155,160,150)
#868A81
(134,138,129)
#71746C
(113,116,108)
#5C5E57
(92,94,87)
#474842
(71,72,66)
#32322D
(50,50,45)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #EFF8EA

#EFF8EA
(239,248,234)
#F0F8EB
(240,248,235)
#F1F8EC
(241,248,236)
#F2F8ED
(242,248,237)
#F3F8EE
(243,248,238)
#F4F8EF
(244,248,239)
#F5F8F0
(245,248,240)
#F6F8F1
(246,248,241)
#F7F8F2
(247,248,242)
#F8F8F3
(248,248,243)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF8EA; }

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

This text font color is #EFF8EA.

Background Color

.myBgColor { background-color: #EFF8EA; }

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

This div background color is #EFF8EA.

Border color

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

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

This div border color is #EFF8EA.

Opacity

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

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

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

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

This text has shadow with #EFF8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF8EA.

Preview

Color preview on black background

This text has color #EFF8EA on black background.


Color preview on white background

This text has color #EFF8EA on white background.


Black color preview on #EFF8EA background

This text has black color on #EFF8EA background.


White color preview on #EFF8EA background

This text has white color on #EFF8EA background.


Related colors

Complementary color

Complementary color for #hex is #100715.


I love getcolorcode.com

Triadic colors

1 #EAEFF8 and #F8EAEF with #EFF8EA are triadic colors.

2 #EAF8EF and #F8EFEA with #EFF8EA are triadic colors.