COLOR #EFF3EC

HEX: #EFF3EC RGB: (239,243,236)

Color info

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

RGB color model

#EFF3EC color RGB value is (239,243,236).

RGB: (239,243,236) (94%, 95%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 236 of 255 = 93%

239
243
236

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

Portions of RGB colors in percentages

R + G + B = 239 + 243 + 236 = 718 (100%)
R 239 of 718 ~ 33.29%
G 243 of 718 ~ 33.84%
B 236 of 718 ~ 32.87'%

%33.29
%33.84
%32.87

CMYK color model

#EFF3EC color CMYK value is (2,0,3,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%
CMYK: (2,0,3,5) C2M0Y3K5 (2%,0%,3%,5%) (0.02/0.00/0.03/0.05) 

CMYK percentages

%1.65
%0
%2.88
%4.71

Codes

Color #EFF3EC in popluar color models

EF F3 EC
RGB 239 243 236
HSL 94° 22.58% 93.92%
HSB/HSV 94° 2.88% 95.29%
CMYK 1.65% 0.00% 2.88%
4.71%

Color #EFF3EC in popluar number systems.

HEX EF F3 EC
Decimal 239 243 236
Binary 11101111 11110011 11101100
Octal 357 363 354

Shades and tints

Shades of #EFF3EC

#EFF3EC
(239,243,236)
#DADDD7
(218,221,215)
#C5C7C2
(197,199,194)
#B0B1AD
(176,177,173)
#9B9B98
(155,155,152)
#868583
(134,133,131)
#716F6E
(113,111,110)
#5C5959
(92,89,89)
#474344
(71,67,68)
#322D2F
(50,45,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFF3EC

#EFF3EC
(239,243,236)
#F0F4ED
(240,244,237)
#F1F5EE
(241,245,238)
#F2F6EF
(242,246,239)
#F3F7F0
(243,247,240)
#F4F8F1
(244,248,241)
#F5F9F2
(245,249,242)
#F6FAF3
(246,250,243)
#F7FBF4
(247,251,244)
#F8FCF5
(248,252,245)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF3EC; }

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

This text font color is #EFF3EC.

Background Color

.myBgColor { background-color: #EFF3EC; }

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

This div background color is #EFF3EC.

Border color

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

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

This div border color is #EFF3EC.

Opacity

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

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

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

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

This text has shadow with #EFF3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF3EC.

Preview

Color preview on black background

This text has color #EFF3EC on black background.


Color preview on white background

This text has color #EFF3EC on white background.


Black color preview on #EFF3EC background

This text has black color on #EFF3EC background.


White color preview on #EFF3EC background

This text has white color on #EFF3EC background.


Related colors

Complementary color

Complementary color for #hex is #100C13.


I love getcolorcode.com

Triadic colors

1 #ECEFF3 and #F3ECEF with #EFF3EC are triadic colors.

2 #ECF3EF and #F3EFEC with #EFF3EC are triadic colors.