COLOR #EFF8EC

HEX: #EFF8EC RGB: (239,248,236)

Color info

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

RGB color model

#EFF8EC color RGB value is (239,248,236).

RGB: (239,248,236) (94%, 97%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 248 of 255 = 97%
B 236 of 255 = 93%

239
248
236

R + G + B ~ 95%. #EFF8EC is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 248 + 236 = 723 (100%)
R 239 of 723 ~ 33.06%
G 248 of 723 ~ 34.3%
B 236 of 723 ~ 32.64'%

%33.06
%34.3
%32.64

CMYK color model

#EFF8EC color CMYK value is (4,0,5,3).

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

CMYK: (4,0,5,3)
C4M0Y5K3 (4%, 0%, 5%, 3%)
(0.04 / 0.00 / 0.05 / 0.03)

CMYK percentages

%3.63
%0
%4.84
%2.75

Codes

Color #EFF8EC in popluar color models

EF F8 EC
RGB 239 248 236
HSL 105° 46.15% 94.90%
HSB/HSV 105° 4.84% 97.25%
CMYK 3.63% 0.00% 4.84%
2.75%

Color #EFF8EC in popluar number systems.

HEX EF F8 EC
Decimal 239 248 236
Binary 11101111 11111000 11101100
Octal 357 370 354

Shades and tints

Shades of #EFF8EC

#EFF8EC
(239,248,236)
#DAE2D7
(218,226,215)
#C5CCC2
(197,204,194)
#B0B6AD
(176,182,173)
#9BA098
(155,160,152)
#868A83
(134,138,131)
#71746E
(113,116,110)
#5C5E59
(92,94,89)
#474844
(71,72,68)
#32322F
(50,50,47)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #EFF8EC

#EFF8EC
(239,248,236)
#F0F8ED
(240,248,237)
#F1F8EE
(241,248,238)
#F2F8EF
(242,248,239)
#F3F8F0
(243,248,240)
#F4F8F1
(244,248,241)
#F5F8F2
(245,248,242)
#F6F8F3
(246,248,243)
#F7F8F4
(247,248,244)
#F8F8F5
(248,248,245)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF8EC; }

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

This text font color is #EFF8EC.

Background Color

.myBgColor { background-color: #EFF8EC; }

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

This div background color is #EFF8EC.

Border color

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

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

This div border color is #EFF8EC.

Opacity

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

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

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

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

This text has shadow with #EFF8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF8EC.

Preview

Color preview on black background

This text has color #EFF8EC on black background.


Color preview on white background

This text has color #EFF8EC on white background.


Black color preview on #EFF8EC background

This text has black color on #EFF8EC background.


White color preview on #EFF8EC background

This text has white color on #EFF8EC background.


Related colors

Complementary color

Complementary color for #hex is #100713.


I love getcolorcode.com

Triadic colors

1 #ECEFF8 and #F8ECEF with #EFF8EC are triadic colors.

2 #ECF8EF and #F8EFEC with #EFF8EC are triadic colors.