COLOR #EFF2EE

HEX: #EFF2EE RGB: (239,242,238)

Color info

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

RGB color model

#EFF2EE color RGB value is (239,242,238).

RGB: (239,242,238) (94%, 95%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 242 of 255 = 95%
B 238 of 255 = 93%

239
242
238

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

Portions of RGB colors in percentages

R + G + B = 239 + 242 + 238 = 719 (100%)
R 239 of 719 ~ 33.24%
G 242 of 719 ~ 33.66%
B 238 of 719 ~ 33.1'%

%33.24
%33.66
%33.1

CMYK color model

#EFF2EE color CMYK value is (1,0,2,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK: (1,0,2,5) C1M0Y2K5 (1%,0%,2%,5%) (0.01/0.00/0.02/0.05) 

CMYK percentages

%1.24
%0
%1.65
%5.1

Codes

Color #EFF2EE in popluar color models

EF F2 EE
RGB 239 242 238
HSL 105° 13.33% 94.12%
HSB/HSV 105° 1.65% 94.90%
CMYK 1.24% 0.00% 1.65%
5.10%

Color #EFF2EE in popluar number systems.

HEX EF F2 EE
Decimal 239 242 238
Binary 11101111 11110010 11101110
Octal 357 362 356

Shades and tints

Shades of #EFF2EE

#EFF2EE
(239,242,238)
#DADCD9
(218,220,217)
#C5C6C4
(197,198,196)
#B0B0AF
(176,176,175)
#9B9A9A
(155,154,154)
#868485
(134,132,133)
#716E70
(113,110,112)
#5C585B
(92,88,91)
#474246
(71,66,70)
#322C31
(50,44,49)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #EFF2EE

#EFF2EE
(239,242,238)
#F0F3EF
(240,243,239)
#F1F4F0
(241,244,240)
#F2F5F1
(242,245,241)
#F3F6F2
(243,246,242)
#F4F7F3
(244,247,243)
#F5F8F4
(245,248,244)
#F6F9F5
(246,249,245)
#F7FAF6
(247,250,246)
#F8FBF7
(248,251,247)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF2EE color. Also use rgb(239,242,238) instead hex code.

Text Font Color

.myTextColor { color: #EFF2EE; }

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

This text font color is #EFF2EE.

Background Color

.myBgColor { background-color: #EFF2EE; }

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

This div background color is #EFF2EE.

Border color

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

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

This div border color is #EFF2EE.

Opacity

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

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

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

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

This text has shadow with #EFF2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF2EE.

Preview

Color preview on black background

This text has color #EFF2EE on black background.


Color preview on white background

This text has color #EFF2EE on white background.


Black color preview on #EFF2EE background

This text has black color on #EFF2EE background.


White color preview on #EFF2EE background

This text has white color on #EFF2EE background.


Related colors

Complementary color

Complementary color for #hex is #100D11.


I love getcolorcode.com

Triadic colors

1 #EEEFF2 and #F2EEEF with #EFF2EE are triadic colors.

2 #EEF2EF and #F2EFEE with #EFF2EE are triadic colors.