COLOR #EEF1EE

HEX: #EEF1EE RGB: (238,241,238)

Color info

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

RGB color model

#EEF1EE color RGB value is (238,241,238).

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

RGB channels and saturation

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

238
241
238

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

Portions of RGB colors in percentages

R + G + B = 238 + 241 + 238 = 717 (100%)
R 238 of 717 ~ 33.19%
G 241 of 717 ~ 33.61%
B 238 of 717 ~ 33.19'%

%33.19
%33.61
%33.19

CMYK color model

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

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.49%

CMYK: (1,0,1,5)
C1M0Y1K5 (1%, 0%, 1%, 5%)
(0.01 / 0.00 / 0.01 / 0.05)

CMYK percentages

%1.24
%0
%1.24
%5.49

Codes

Color #EEF1EE in popluar color models

EE F1 EE
RGB 238 241 238
HSL 120° 9.68% 93.92%
HSB/HSV 120° 1.24% 94.51%
CMYK 1.24% 0.00% 1.24%
5.49%

Color #EEF1EE in popluar number systems.

HEX EE F1 EE
Decimal 238 241 238
Binary 11101110 11110001 11101110
Octal 356 361 356

Shades and tints

Shades of #EEF1EE

#EEF1EE
(238,241,238)
#D9DCD9
(217,220,217)
#C4C7C4
(196,199,196)
#AFB2AF
(175,178,175)
#9A9D9A
(154,157,154)
#858885
(133,136,133)
#707370
(112,115,112)
#5B5E5B
(91,94,91)
#464946
(70,73,70)
#313431
(49,52,49)
#1C1F1C
(28,31,28)
#000000
(0,0,0)

Tints of #EEF1EE

#EEF1EE
(238,241,238)
#EFF2EF
(239,242,239)
#F0F3F0
(240,243,240)
#F1F4F1
(241,244,241)
#F2F5F2
(242,245,242)
#F3F6F3
(243,246,243)
#F4F7F4
(244,247,244)
#F5F8F5
(245,248,245)
#F6F9F6
(246,249,246)
#F7FAF7
(247,250,247)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF1EE; }

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

This text font color is #EEF1EE.

Background Color

.myBgColor { background-color: #EEF1EE; }

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

This div background color is #EEF1EE.

Border color

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

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

This div border color is #EEF1EE.

Opacity

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

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

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

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

This text has shadow with #EEF1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF1EE.

Preview

Color preview on black background

This text has color #EEF1EE on black background.


Color preview on white background

This text has color #EEF1EE on white background.


Black color preview on #EEF1EE background

This text has black color on #EEF1EE background.


White color preview on #EEF1EE background

This text has white color on #EEF1EE background.


Related colors

Complementary color

Complementary color for #hex is #110E11.


I love getcolorcode.com

Triadic colors

1 #EEEEF1 and #F1EEEE with #EEF1EE are triadic colors.

2 #EEF1EE and #F1EEEE with #EEF1EE are triadic colors.