COLOR #EEF0DE

HEX: #EEF0DE
RGB: (238,240,222)

Color info

#EEF0DE contains red, green and blue colors in about the same proportion. Web safe color of #EEF0DE is #FFFFCC (or #FFC).

RGB color model

#EEF0DE color RGB value is (238,240,222).

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

RGB channels and saturation

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

238
240
222

R + G + B ~ 91%. #EEF0DE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 240 + 222 = 700 (100%)
R 238 of 700 ~ 34%
G 240 of 700 ~ 34.29%
B 222 of 700 ~ 31.71%

%34
%34.29
%31.71

CMYK color model

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

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

CMYK percentages

%0.83
%0
%7.5
%5.88

Codes

Color #EEF0DE in popluar color models

EEF0DE
RGB238240222
HSL67°37.50%90.59%
HSB/HSV67°7.50%94.12%
CMYK0.83%0.00%7.50%
5.88%

Color #EEF0DE in popluar number systems.

HEXEEF0DE
Decimal238240222
Binary111011101111000011011110
Octal356360336

Shades and tints

Shades of #EEF0DE

#EEF0DE
(238,240,222)
#D9DBCA
(217,219,202)
#C4C6B6
(196,198,182)
#AFB1A2
(175,177,162)
#9A9C8E
(154,156,142)
#85877A
(133,135,122)
#707266
(112,114,102)
#5B5D52
(91,93,82)
#46483E
(70,72,62)
#31332A
(49,51,42)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #EEF0DE

#EEF0DE
(238,240,222)
#EFF1E1
(239,241,225)
#F0F2E4
(240,242,228)
#F1F3E7
(241,243,231)
#F2F4EA
(242,244,234)
#F3F5ED
(243,245,237)
#F4F6F0
(244,246,240)
#F5F7F3
(245,247,243)
#F6F8F6
(246,248,246)
#F7F9F9
(247,249,249)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF0DE; }

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

This text font color is #EEF0DE.


Background Color

.myBgColor { background-color: #EEF0DE; }

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

This div background color is #EEF0DE.


Border color

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

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

This div border color is #EEF0DE.


Opacity

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

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

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

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

This text has shadow with #EEF0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF0DE on black background.


Color preview on white background

This text has color #EEF0DE on white background.



Black color preview on #EEF0DE background

This text has black color on #EEF0DE background.


White color preview on #EEF0DE background

This text has white color on #EEF0DE background.