COLOR #EEF3F1

HEX: #EEF3F1 RGB: (238,243,241)

Color info

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

RGB color model

#EEF3F1 color RGB value is (238,243,241).

RGB: (238,243,241) (93%, 95%, 95%)

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 241 of 255 = 95%

238
243
241

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

Portions of RGB colors in percentages

R + G + B = 238 + 243 + 241 = 722 (100%)
R 238 of 722 ~ 32.96%
G 243 of 722 ~ 33.66%
B 241 of 722 ~ 33.38'%

%32.96
%33.66
%33.38

CMYK color model

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

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 4.71%

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

CMYK percentages

%2.06
%0
%0.82
%4.71

Codes

Color #EEF3F1 in popluar color models

EE F3 F1
RGB 238 243 241
HSL 156° 17.24% 94.31%
HSB/HSV 156° 2.06% 95.29%
CMYK 2.06% 0.00% 0.82%
4.71%

Color #EEF3F1 in popluar number systems.

HEX EE F3 F1
Decimal 238 243 241
Binary 11101110 11110011 11110001
Octal 356 363 361

Shades and tints

Shades of #EEF3F1

#EEF3F1
(238,243,241)
#D9DDDC
(217,221,220)
#C4C7C7
(196,199,199)
#AFB1B2
(175,177,178)
#9A9B9D
(154,155,157)
#858588
(133,133,136)
#706F73
(112,111,115)
#5B595E
(91,89,94)
#464349
(70,67,73)
#312D34
(49,45,52)
#1C171F
(28,23,31)
#000000
(0,0,0)

Tints of #EEF3F1

#EEF3F1
(238,243,241)
#EFF4F2
(239,244,242)
#F0F5F3
(240,245,243)
#F1F6F4
(241,246,244)
#F2F7F5
(242,247,245)
#F3F8F6
(243,248,246)
#F4F9F7
(244,249,247)
#F5FAF8
(245,250,248)
#F6FBF9
(246,251,249)
#F7FCFA
(247,252,250)
#F8FDFB
(248,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF3F1 color. Also use rgb(238,243,241) instead hex code.

Text Font Color

.myTextColor { color: #EEF3F1; }

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

This text font color is #EEF3F1.

Background Color

.myBgColor { background-color: #EEF3F1; }

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

This div background color is #EEF3F1.

Border color

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

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

This div border color is #EEF3F1.

Opacity

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

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

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

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

This text has shadow with #EEF3F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF3F1.

Preview

Color preview on black background

This text has color #EEF3F1 on black background.


Color preview on white background

This text has color #EEF3F1 on white background.


Black color preview on #EEF3F1 background

This text has black color on #EEF3F1 background.


White color preview on #EEF3F1 background

This text has white color on #EEF3F1 background.


Related colors

Complementary color

Complementary color for #hex is #110C0E.


I love getcolorcode.com

Triadic colors

1 #F1EEF3 and #F3F1EE with #EEF3F1 are triadic colors.

2 #F1F3EE and #F3EEF1 with #EEF3F1 are triadic colors.