COLOR #EEF2F0

HEX: #EEF2F0 RGB: (238,242,240)

Color info

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

RGB color model

#EEF2F0 color RGB value is (238,242,240).

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

RGB channels and saturation

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

238
242
240

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

Portions of RGB colors in percentages

R + G + B = 238 + 242 + 240 = 720 (100%)
R 238 of 720 ~ 33.06%
G 242 of 720 ~ 33.61%
B 240 of 720 ~ 33.33'%

%33.06
%33.61
%33.33

CMYK color model

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

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.10%

CMYK: (2,0,1,5)
C2M0Y1K5 (2%, 0%, 1%, 5%)
(0.02 / 0.00 / 0.01 / 0.05)

CMYK percentages

%1.65
%0
%0.83
%5.1

Codes

Color #EEF2F0 in popluar color models

EE F2 F0
RGB 238 242 240
HSL 150° 13.33% 94.12%
HSB/HSV 150° 1.65% 94.90%
CMYK 1.65% 0.00% 0.83%
5.10%

Color #EEF2F0 in popluar number systems.

HEX EE F2 F0
Decimal 238 242 240
Binary 11101110 11110010 11110000
Octal 356 362 360

Shades and tints

Shades of #EEF2F0

#EEF2F0
(238,242,240)
#D9DCDB
(217,220,219)
#C4C6C6
(196,198,198)
#AFB0B1
(175,176,177)
#9A9A9C
(154,154,156)
#858487
(133,132,135)
#706E72
(112,110,114)
#5B585D
(91,88,93)
#464248
(70,66,72)
#312C33
(49,44,51)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #EEF2F0

#EEF2F0
(238,242,240)
#EFF3F1
(239,243,241)
#F0F4F2
(240,244,242)
#F1F5F3
(241,245,243)
#F2F6F4
(242,246,244)
#F3F7F5
(243,247,245)
#F4F8F6
(244,248,246)
#F5F9F7
(245,249,247)
#F6FAF8
(246,250,248)
#F7FBF9
(247,251,249)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF2F0; }

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

This text font color is #EEF2F0.

Background Color

.myBgColor { background-color: #EEF2F0; }

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

This div background color is #EEF2F0.

Border color

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

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

This div border color is #EEF2F0.

Opacity

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

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

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

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

This text has shadow with #EEF2F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF2F0.

Preview

Color preview on black background

This text has color #EEF2F0 on black background.


Color preview on white background

This text has color #EEF2F0 on white background.


Black color preview on #EEF2F0 background

This text has black color on #EEF2F0 background.


White color preview on #EEF2F0 background

This text has white color on #EEF2F0 background.


Related colors

Complementary color

Complementary color for #hex is #110D0F.


I love getcolorcode.com

Triadic colors

1 #F0EEF2 and #F2F0EE with #EEF2F0 are triadic colors.

2 #F0F2EE and #F2EEF0 with #EEF2F0 are triadic colors.