COLOR #EEF0EE

HEX: #EEF0EE
RGB: (238,240,238)

Color info

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

RGB color model

#EEF0EE color RGB value is (238,240,238).

  • red value is 238;
  • green value is 240;
  • blue value is 238.
RGB:
(238,240,238)
(93%,94%,93%)

RGB channels and saturation

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

238
240
238

R + G + B ~ 93%. #EEF0EE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 240 + 238 = 716 (100%)
R 238 of 716 ~ 33.24%
G 240 of 716 ~ 33.52%
B 238 of 716 ~ 33.24%

%33.24
%33.52
%33.24

CMYK color model

#EEF0EE color CMYK value is (1,0,1,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(1,0,1,6)
C1M0Y1K6 
(1%,0%,1%,6%)
(0.01/0.00/0.01/0.06)	

CMYK percentages

%0.83
%0
%0.83
%5.88

Codes

Color #EEF0EE in popluar color models

EEF0EE
RGB238240238
HSL120°6.25%93.73%
HSB/HSV120°0.83%94.12%
CMYK0.83%0.00%0.83%
5.88%

Color #EEF0EE in popluar number systems.

HEXEEF0EE
Decimal238240238
Binary111011101111000011101110
Octal356360356

Shades and tints

Shades of #EEF0EE

#EEF0EE
(238,240,238)
#D9DBD9
(217,219,217)
#C4C6C4
(196,198,196)
#AFB1AF
(175,177,175)
#9A9C9A
(154,156,154)
#858785
(133,135,133)
#707270
(112,114,112)
#5B5D5B
(91,93,91)
#464846
(70,72,70)
#313331
(49,51,49)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #EEF0EE

#EEF0EE
(238,240,238)
#EFF1EF
(239,241,239)
#F0F2F0
(240,242,240)
#F1F3F1
(241,243,241)
#F2F4F2
(242,244,242)
#F3F5F3
(243,245,243)
#F4F6F4
(244,246,244)
#F5F7F5
(245,247,245)
#F6F8F6
(246,248,246)
#F7F9F7
(247,249,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF0EE; }

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

This text font color is #EEF0EE.


Background Color

.myBgColor { background-color: #EEF0EE; }

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

This div background color is #EEF0EE.


Border color

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

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

This div border color is #EEF0EE.


Opacity

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

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

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

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

This text has shadow with #EEF0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF0EE on black background.


Color preview on white background

This text has color #EEF0EE on white background.



Black color preview on #EEF0EE background

This text has black color on #EEF0EE background.


White color preview on #EEF0EE background

This text has white color on #EEF0EE background.