COLOR #EEF1E1

HEX: #EEF1E1
RGB: (238,241,225)

Color info

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

RGB color model

#EEF1E1 color RGB value is (238,241,225).

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

RGB channels and saturation

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

238
241
225

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

Portions of RGB colors in percentages

R + G + B =
238 + 241 + 225 = 704 (100%)
R 238 of 704 ~ 33.81%
G 241 of 704 ~ 34.23%
B 225 of 704 ~ 31.96%

%33.81
%34.23
%31.96

CMYK color model

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

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 5.49%
CMYK:
(1,0,7,5)
C1M0Y7K5 
(1%,0%,7%,5%)
(0.01/0.00/0.07/0.05)	

CMYK percentages

%1.24
%0
%6.64
%5.49

Codes

Color #EEF1E1 in popluar color models

EEF1E1
RGB238241225
HSL71°36.36%91.37%
HSB/HSV71°6.64%94.51%
CMYK1.24%0.00%6.64%
5.49%

Color #EEF1E1 in popluar number systems.

HEXEEF1E1
Decimal238241225
Binary111011101111000111100001
Octal356361341

Shades and tints

Shades of #EEF1E1

#EEF1E1
(238,241,225)
#D9DCCD
(217,220,205)
#C4C7B9
(196,199,185)
#AFB2A5
(175,178,165)
#9A9D91
(154,157,145)
#85887D
(133,136,125)
#707369
(112,115,105)
#5B5E55
(91,94,85)
#464941
(70,73,65)
#31342D
(49,52,45)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #EEF1E1

#EEF1E1
(238,241,225)
#EFF2E3
(239,242,227)
#F0F3E5
(240,243,229)
#F1F4E7
(241,244,231)
#F2F5E9
(242,245,233)
#F3F6EB
(243,246,235)
#F4F7ED
(244,247,237)
#F5F8EF
(245,248,239)
#F6F9F1
(246,249,241)
#F7FAF3
(247,250,243)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF1E1; }

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

This text font color is #EEF1E1.


Background Color

.myBgColor { background-color: #EEF1E1; }

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

This div background color is #EEF1E1.


Border color

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

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

This div border color is #EEF1E1.


Opacity

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

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

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

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

This text has shadow with #EEF1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF1E1 on black background.


Color preview on white background

This text has color #EEF1E1 on white background.



Black color preview on #EEF1E1 background

This text has black color on #EEF1E1 background.


White color preview on #EEF1E1 background

This text has white color on #EEF1E1 background.