COLOR #EEF1DE

HEX: #EEF1DE
RGB: (238,241,222)

Color info

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

RGB color model

#EEF1DE color RGB value is (238,241,222).

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

RGB channels and saturation

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

238
241
222

R + G + B ~ 92%. #EEF1DE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 241 + 222 = 701 (100%)
R 238 of 701 ~ 33.95%
G 241 of 701 ~ 34.38%
B 222 of 701 ~ 31.67%

%33.95
%34.38
%31.67

CMYK color model

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

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(1,0,8,5)
C1M0Y8K5 
(1%,0%,8%,5%)
(0.01/0.00/0.08/0.05)	

CMYK percentages

%1.24
%0
%7.88
%5.49

Codes

Color #EEF1DE in popluar color models

EEF1DE
RGB238241222
HSL69°40.43%90.78%
HSB/HSV69°7.88%94.51%
CMYK1.24%0.00%7.88%
5.49%

Color #EEF1DE in popluar number systems.

HEXEEF1DE
Decimal238241222
Binary111011101111000111011110
Octal356361336

Shades and tints

Shades of #EEF1DE

#EEF1DE
(238,241,222)
#D9DCCA
(217,220,202)
#C4C7B6
(196,199,182)
#AFB2A2
(175,178,162)
#9A9D8E
(154,157,142)
#85887A
(133,136,122)
#707366
(112,115,102)
#5B5E52
(91,94,82)
#46493E
(70,73,62)
#31342A
(49,52,42)
#1C1F16
(28,31,22)
#000000
(0,0,0)

Tints of #EEF1DE

#EEF1DE
(238,241,222)
#EFF2E1
(239,242,225)
#F0F3E4
(240,243,228)
#F1F4E7
(241,244,231)
#F2F5EA
(242,245,234)
#F3F6ED
(243,246,237)
#F4F7F0
(244,247,240)
#F5F8F3
(245,248,243)
#F6F9F6
(246,249,246)
#F7FAF9
(247,250,249)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF1DE; }

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

This text font color is #EEF1DE.


Background Color

.myBgColor { background-color: #EEF1DE; }

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

This div background color is #EEF1DE.


Border color

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

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

This div border color is #EEF1DE.


Opacity

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

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

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

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

This text has shadow with #EEF1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF1DE on black background.


Color preview on white background

This text has color #EEF1DE on white background.



Black color preview on #EEF1DE background

This text has black color on #EEF1DE background.


White color preview on #EEF1DE background

This text has white color on #EEF1DE background.