COLOR #EFF0EC

HEX: #EFF0EC RGB: (239,240,236)

Color info

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

RGB color model

#EFF0EC color RGB value is (239,240,236).

RGB: (239,240,236) (94%, 94%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 236 of 255 = 93%

239
240
236

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

Portions of RGB colors in percentages

R + G + B = 239 + 240 + 236 = 715 (100%)
R 239 of 715 ~ 33.43%
G 240 of 715 ~ 33.57%
B 236 of 715 ~ 33.01'%

%33.43
%33.57
%33.01

CMYK color model

#EFF0EC color CMYK value is (0,0,2,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 5.88%

CMYK: (0,0,2,6)
C0M0Y2K6 (0%, 0%, 2%, 6%)
(0.00 / 0.00 / 0.02 / 0.06)

CMYK percentages

%0.42
%0
%1.67
%5.88

Codes

Color #EFF0EC in popluar color models

EF F0 EC
RGB 239 240 236
HSL 75° 11.76% 93.33%
HSB/HSV 75° 1.67% 94.12%
CMYK 0.42% 0.00% 1.67%
5.88%

Color #EFF0EC in popluar number systems.

HEX EF F0 EC
Decimal 239 240 236
Binary 11101111 11110000 11101100
Octal 357 360 354

Shades and tints

Shades of #EFF0EC

#EFF0EC
(239,240,236)
#DADBD7
(218,219,215)
#C5C6C2
(197,198,194)
#B0B1AD
(176,177,173)
#9B9C98
(155,156,152)
#868783
(134,135,131)
#71726E
(113,114,110)
#5C5D59
(92,93,89)
#474844
(71,72,68)
#32332F
(50,51,47)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #EFF0EC

#EFF0EC
(239,240,236)
#F0F1ED
(240,241,237)
#F1F2EE
(241,242,238)
#F2F3EF
(242,243,239)
#F3F4F0
(243,244,240)
#F4F5F1
(244,245,241)
#F5F6F2
(245,246,242)
#F6F7F3
(246,247,243)
#F7F8F4
(247,248,244)
#F8F9F5
(248,249,245)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF0EC; }

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

This text font color is #EFF0EC.

Background Color

.myBgColor { background-color: #EFF0EC; }

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

This div background color is #EFF0EC.

Border color

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

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

This div border color is #EFF0EC.

Opacity

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

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

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

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

This text has shadow with #EFF0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF0EC.

Preview

Color preview on black background

This text has color #EFF0EC on black background.


Color preview on white background

This text has color #EFF0EC on white background.


Black color preview on #EFF0EC background

This text has black color on #EFF0EC background.


White color preview on #EFF0EC background

This text has white color on #EFF0EC background.


Related colors

Complementary color

Complementary color for #hex is #100F13.


I love getcolorcode.com

Triadic colors

1 #ECEFF0 and #F0ECEF with #EFF0EC are triadic colors.

2 #ECF0EF and #F0EFEC with #EFF0EC are triadic colors.